- 28 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Sep, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
-
- 18 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 11 Aug, 2016 1 commit
-
-
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
-
- 20 Jul, 2016 1 commit
-
-
Felipe Artur authored
-
- 01 Jul, 2016 1 commit
-
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 21 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 08 Mar, 2016 1 commit
-
-
Yatish Mehta authored
-
- 03 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 14 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 15 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 12 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 06 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Dec, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Add pagination for projects and members to /admin/groups/:group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Jan, 2014 1 commit
-
-
skv authored
-
- 26 Sep, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
-
- 26 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 22 Jun, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 20 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 18 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 17 Jun, 2013 1 commit
-
-
Andrew Kumanyaev authored
-
- 10 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Apr, 2013 1 commit
-
-
Kyle Kelley authored
-
- 24 Jan, 2013 1 commit
-
-
Andrey Kumanyaev authored
-
- 30 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 26 Dec, 2012 3 commits
-
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
- 10 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 27 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
-
- 24 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-