- 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
-
- 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
-
- 22 Jun, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 14 Apr, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Mar, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 18 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 17 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 16 Mar, 2016 1 commit
-
-
Felipe Artur authored
-
- 11 Mar, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Mar, 2016 4 commits
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
Felipe Artur authored
-
Felipe Artur authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 04 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Feb, 2016 3 commits
- 04 Feb, 2016 1 commit
-
-
Josh Frye authored
-
- 27 Jan, 2016 1 commit
-
-
James Lopez authored
-
- 26 Jan, 2016 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
Yorick Peterse authored
By instead using a sub-query we save ourselves the overhead of loading any data into memory only to pass it on to another query.
-
- 24 Jan, 2016 1 commit
-
-
Robert Speicher authored
The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660
-
- 17 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 12 Oct, 2015 2 commits
- 14 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 08 Sep, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
-
- 30 Jul, 2015 1 commit
-
-
Achilleas Pipinellis authored
This change was made to match the project deletion.
-
- 29 Jul, 2015 1 commit
-
-
Achilleas Pipinellis authored
-
- 24 Jun, 2015 1 commit
-
-
Nicolas authored
Fixes #2277.
-
- 03 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-