BigW Consortium Gitlab

  1. 28 Sep, 2016 1 commit
  2. 15 Sep, 2016 2 commits
  3. 18 Aug, 2016 1 commit
  4. 11 Aug, 2016 1 commit
    • Fix bug where destroying a namespace would not always destroy projects · cb8a425b
      Stan Hu authored
      There is a race condition in DestroyGroupService now that projects are deleted asynchronously:
      
      1. User attempts to delete group
      2. DestroyGroupService iterates through all projects and schedules a Sidekiq job to delete each Project
      3. DestroyGroupService destroys the Group, leaving all its projects without a namespace
      4. Projects::DestroyService runs later but the can?(current_user,
         :remove_project) is `false` because the user no longer has permission to
         destroy projects with no namespace.
      5. This leaves the project in pending_delete state with no namespace/group.
      
      Projects without a namespace or group also adds another problem: it's not possible to destroy the container
      registry tags, since container_registry_path_with_namespace is the wrong value.
      
      The fix is to destroy the group asynchronously and to run execute directly on Projects::DestroyService.
      
      Closes #17893
  5. 20 Jul, 2016 1 commit
  6. 01 Jul, 2016 1 commit
  7. 21 Mar, 2016 1 commit
  8. 19 Mar, 2016 1 commit
  9. 08 Mar, 2016 1 commit
  10. 03 Jun, 2015 1 commit
  11. 20 Apr, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 15 Mar, 2015 1 commit
  14. 12 Mar, 2015 1 commit
  15. 06 Feb, 2015 1 commit
  16. 05 Feb, 2015 1 commit
  17. 22 Dec, 2014 1 commit
  18. 14 Sep, 2014 1 commit
  19. 26 Jun, 2014 1 commit
  20. 02 Jun, 2014 1 commit
  21. 19 Jan, 2014 1 commit
  22. 26 Sep, 2013 1 commit
  23. 26 Jun, 2013 1 commit
  24. 22 Jun, 2013 2 commits
  25. 20 Jun, 2013 1 commit
  26. 18 Jun, 2013 1 commit
  27. 17 Jun, 2013 1 commit
  28. 10 Jun, 2013 1 commit
  29. 10 Apr, 2013 1 commit
  30. 24 Jan, 2013 1 commit
  31. 30 Dec, 2012 1 commit
  32. 26 Dec, 2012 3 commits
  33. 10 Dec, 2012 1 commit
  34. 03 Dec, 2012 1 commit
  35. 27 Nov, 2012 1 commit
  36. 24 Nov, 2012 1 commit