An error occurred fetching the project authors.
- 07 Aug, 2019 1 commit
-
-
Camil Staps authored
-
- 17 Jul, 2019 1 commit
-
-
- 03 Jul, 2019 1 commit
-
-
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
-
- 30 May, 2019 1 commit
-
-
Imre Farkas authored
-
- 15 Apr, 2019 1 commit
-
-
Kamil Trzciński 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.
-
- 26 Mar, 2019 1 commit
-
-
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.
-
- 20 Mar, 2019 1 commit
-
-
Igor Drozdov authored
-
- 25 Feb, 2019 1 commit
-
-
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
-
- 20 Feb, 2019 1 commit
-
-
Małgorzata Ksionek authored
-
- 19 Feb, 2019 1 commit
-
-
Balasankar "Balu" C authored
-
- 17 Feb, 2019 1 commit
-
-
Luke Duncalfe authored
default_branch, statistics and config_ci_path are now only exposed if the user has permissions to the repository.
-
- 04 Feb, 2019 1 commit
-
-
Dylan MacKenzie authored
-
- 31 Jan, 2019 1 commit
-
-
Robert Schilling authored
-
- 15 Jan, 2019 1 commit
-
-
Robert Schilling authored
-
- 07 Jan, 2019 1 commit
-
-
Heinrich Lee Yu authored
Also changes old calls to the service
-
- 28 Nov, 2018 1 commit
-
-
Imre Farkas authored
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
-
- 26 Oct, 2018 1 commit
-
-
J.D. Bean authored
-
- 05 Oct, 2018 1 commit
-
-
Tuomo Ala-Vannesluoma authored
-
- 30 Sep, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
-
- 11 Sep, 2018 1 commit
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 20 Aug, 2018 1 commit
-
-
Toon Claes authored
Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550.
-
- 03 Aug, 2018 1 commit
-
-
James Ramsay authored
System hooks were not being triggered when projects were archived or unarchived. Reuse the Projects::UpdateService to automatically trigger system hooks and increase code reuse.
-
- 27 Jul, 2018 1 commit
-
-
Tiago Botelho authored
-
- 23 Jul, 2018 1 commit
-
-
Marko, Peter authored
Signed-off-by:
Marko, Peter <peter.marko@siemens.com>
-
- 19 Jul, 2018 1 commit
-
-
Valery Sizov authored
-
- 16 Jul, 2018 1 commit
-
-
Marko, Peter authored
-
- 09 Jul, 2018 1 commit
-
-
Jamie Schembri authored
-
- 27 Jun, 2018 1 commit
-
-
Aram Visser authored
-
- 30 May, 2018 1 commit
-
-
Douwe Maan authored
-
- 23 Apr, 2018 1 commit
-
-
Mark Fletcher authored
In this endpoint the `jobs_enabled` parameter must be translated to `builds_enabled` before being passed to the `Projects::CreateService`.
-
- 18 Apr, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 13 Apr, 2018 1 commit
-
-
Roger Rüttimann authored
-
- 04 Apr, 2018 2 commits
-
-
Bob Van Landuyt authored
-
Jan authored
-
- 26 Mar, 2018 1 commit
-
-
Jan authored
-
- 21 Feb, 2018 1 commit
-
-
Kárpáti László authored
-
- 08 Feb, 2018 1 commit
-
-
Markus Koller authored
-
- 01 Feb, 2018 1 commit
-
-
Yorick Peterse authored
This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
-
- 19 Jan, 2018 1 commit
-
-
Jan Christophersen authored
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-