An error occurred fetching the project authors.
- 01 May, 2018 1 commit
-
-
Roger Rüttimann authored
-
- 08 Feb, 2018 1 commit
-
-
Markus Koller authored
-
- 01 Dec, 2017 6 commits
-
-
Francisco Lopez authored
-
Francisco Lopez authored
-
Francisco Lopez authored
-
Francisco Lopez authored
-
Stan Hu authored
-
Stan Hu authored
Closes #40308
-
- 09 Nov, 2017 1 commit
-
-
Winnie Hellmann authored
-
- 06 Nov, 2017 1 commit
-
-
Markus Koller authored
-
- 07 Sep, 2017 1 commit
-
-
Ruben Davila authored
-
- 31 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 30 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 29 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 28 Aug, 2017 2 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- 24 Aug, 2017 1 commit
-
-
Nick Thomas authored
-
- 23 Aug, 2017 1 commit
-
-
Nick Thomas authored
-
- 20 Jul, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Jun, 2017 1 commit
-
-
- 30 May, 2017 2 commits
-
-
Toon Claes authored
And use it in the API.
-
Toon Claes authored
The ProjectsFinder and GroupFinder both support the same set of params. And the `/api/v4/projects` and `/api/v4/group/:id/projects` also support the same set of params. But they do not match the Finder params. So use a helper method to transform them.
-
- 17 May, 2017 1 commit
-
-
Yorick Peterse authored
This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
-
- 10 May, 2017 2 commits
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Use GroupsFinder to find subgroups the user has access to See merge request !2096
-
- 10 Apr, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 06 Apr, 2017 1 commit
-
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-
- 16 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Mar, 2017 1 commit
-
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
-
- 24 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 14 Feb, 2017 1 commit
-
-
Toon Claes authored
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
-
- 08 Feb, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
dixpac authored
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
-
- 03 Jan, 2017 1 commit
-
-
Mark Fletcher authored
* Use standard helpers for finding group and project
-
- 21 Dec, 2016 2 commits
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
Markus Koller authored
-
- 13 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 12 Dec, 2016 1 commit
-
-
Robert Schilling authored
-