- Feb 08, 2018
-
-
Markus Koller authored
-
- Dec 01, 2017
-
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
-
Closes #40308
-
- Nov 09, 2017
-
-
Winnie Hellmann authored
-
- Nov 06, 2017
-
-
Markus Koller authored
-
- Sep 07, 2017
-
-
Ruben Davila authored
-
- Aug 31, 2017
-
-
Robert Schilling authored
-
- Aug 30, 2017
-
-
Robert Schilling authored
-
- Aug 29, 2017
-
-
Robert Schilling authored
-
- Aug 28, 2017
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- Aug 24, 2017
-
-
Nick Thomas authored
-
- Aug 23, 2017
-
-
Nick Thomas authored
-
- Jul 20, 2017
-
-
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>
-
- Jun 06, 2017
-
- May 30, 2017
-
-
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.
-
- May 17, 2017
-
-
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.
-
- May 10, 2017
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Use GroupsFinder to find subgroups the user has access to See merge request !2096
-
- Apr 10, 2017
-
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
-
- Apr 09, 2017
-
-
blackst0ne authored
-
- Apr 06, 2017
-
-
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.
-
- Mar 16, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 02, 2017
-
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
-
- Feb 24, 2017
-
-
Robert Schilling authored
-
- Feb 14, 2017
-
-
Toon Claes authored
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
-
- Feb 08, 2017
-
-
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
-
- Jan 03, 2017
-
-
Mark Fletcher authored
* Use standard helpers for finding group and project
-
- Dec 21, 2016
-
-
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
-
- Dec 13, 2016
-
-
Robert Schilling authored
-
- Dec 12, 2016
-
-
Robert Schilling authored
-
- Dec 04, 2016
-
-
Robert Schilling authored
-