- Sep 04, 2019
-
-
Felipe Artur authored
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
-
- Aug 28, 2019
-
-
Victor Zagorodny authored
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
-
- Jul 12, 2019
-
-
All code blocks should be surrounded by blank lines
-
- Jul 08, 2019
-
-
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
- Jul 04, 2019
-
-
Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
-
- Jul 03, 2019
-
-
Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
-
- May 29, 2019
-
-
Peter Marko authored
-
- Jan 15, 2019
-
-
Mathieu Parent authored
-
- Jan 04, 2019
-
-
Achilleas Pipinellis authored
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
-
- Nov 19, 2018
-
-
Heinrich Lee Yu authored
-
- Oct 19, 2018
-
-
Nick Thomas authored
When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
-
- Aug 29, 2018
-
-
JJ authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123 . Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 21, 2018
-
-
Robert Schilling authored
-
- Jul 23, 2018
-
-
Marko, Peter authored
Signed-off-by:
Marko, Peter <peter.marko@siemens.com>
-
- Jul 09, 2018
-
-
Tiago Botelho authored
-
- Jul 02, 2018
-
-
Jan Beckmann authored
-
- Jun 12, 2018
-
-
Marko, Peter authored
With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by:
Marko, Peter <peter.marko@siemens.com>
-
- May 18, 2018
-
-
- May 01, 2018
-
-
- Mar 05, 2018
-
-
- Feb 08, 2018
-
-
Markus Koller authored
-
- Dec 14, 2017
-
-
Michael Lihs authored
-
- Dec 08, 2017
-
-
Michael Lihs authored
-
- Nov 17, 2017
-
-
Mark Fletcher authored
-
- Nov 09, 2017
-
-
Winnie Hellmann authored
-
- Nov 06, 2017
-
-
Markus Koller authored
-
- Oct 24, 2017
-
-
Robert Schilling authored
-
- Aug 24, 2017
-
-
Nick Thomas authored
-
- May 10, 2017
-
-
Marcia Ramos authored
-
- Apr 08, 2017
-
-
Achilleas Pipinellis authored
-
- Mar 06, 2017
-
-
Z.J. van de Weg authored
-
- Mar 02, 2017
-
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
-
- Mar 01, 2017
-
-
Robert Schilling authored
-
- 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
-
-
Markus Koller authored
Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 30, 2017
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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.
-