- Mar 23, 2020
-
-
GitLab Bot authored
-
- Mar 09, 2020
-
-
GitLab Bot authored
-
- Mar 05, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
- Feb 28, 2020
-
-
GitLab Bot authored
-
- Feb 20, 2020
-
-
GitLab Bot authored
-
- Jan 16, 2020
-
-
GitLab Bot authored
-
- Jan 10, 2020
-
-
GitLab Bot authored
-
- Jan 03, 2020
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
- Dec 02, 2019
-
-
GitLab Bot authored
-
- Nov 29, 2019
-
-
GitLab Bot authored
-
- Nov 23, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Nov 15, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 17, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Alessio Caiazza authored
This cop prevents you from using file in API, it points you to the development documentation about workhorse file acceleration.
-
- Aug 19, 2019
-
-
This functionality is available in the /autocomplete users pseudo-API. We're attempting to replace that with the canonical API, so it needs support for this parameter too.
-
- Aug 07, 2019
-
-
Camil Staps authored
-
Camil Staps authored
Expose time since starring on project/:id/starrers API endpoint; exclude private profiles here as well
-
Camil Staps authored
Fix API endpoint for starred projects of a user; add info about starred projects on profile to documentation
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
- Jul 17, 2019
- Jul 03, 2019
-
-
Stan Hu authored
Previously the Housekeeping button and API would use the counter of last pushes to determine whether to do a full garbage collection, or whether to do one of the less comprehensive tasks: a full repack, incremental pack, or ref pack. This was confusing behavior, since a project owner might have to click the button dozens of times before a full GC would be initiated. This commit forces a full GC each time this is initiated. Note that the `ExclusiveLease` in `HousekeepingService` prevents users from clicking on the button more than once a day. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
-
- May 30, 2019
-
-
Imre (Admin) authored
-
- Apr 15, 2019
-
-
Kamil Trzcińśki authored
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
-
- Mar 26, 2019
-
-
Yorick Peterse authored
This backports various parameter changes EE makes to API::Projects, along with moving some code around to make it easier to extend in EE.
-
- Mar 20, 2019
-
-
Igor Drozdov authored
-
- Feb 25, 2019
-
-
Zeger-Jan van de Weg authored
The repository charts page used to detect the repository language for each request that was made to the page. Given the detection is an expensive operation and the same data is stored in the database the database is now serving the request. The same goes for an API endpoint that serves the languages. When a repository is empty or non-existent the languages will always be empty. And the language detection RPC isn't requested. Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47390
-
- Feb 20, 2019
-
-
Małgorzata Ksionek authored
-
- Feb 19, 2019
-
-
Balasankar C authored
-
- Feb 17, 2019
-
-
Luke Duncalfe authored
default_branch, statistics and config_ci_path are now only exposed if the user has permissions to the repository.
-
- Feb 04, 2019
-
-
- Jan 31, 2019
-
-
Robert Schilling authored
-