- Jan 24, 2018
-
-
- Jan 19, 2018
-
-
Ville Skyttä authored
-
- Jan 17, 2018
-
-
Nick Thomas authored
-
Jacopo authored
Adds sorting to deployments API through the `order_by` and sort `fields`.
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
- Jan 16, 2018
-
-
Jacopo authored
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
-
- Jan 12, 2018
-
-
- Jan 11, 2018
-
-
Mark Fletcher authored
-
Sascha Szott authored
-
- Jan 10, 2018
-
-
Tony Rom authored
-
- Jan 09, 2018
-
-
- Jan 08, 2018
-
-
Yorick Peterse authored
This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
-
- Jan 05, 2018
-
-
Brent Greeff authored
-
Felipe Artur authored
-
-
- Jan 04, 2018
-
-
Felipe Artur authored
-
Gauthier Wallet authored
-
Mark Fletcher authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Jan 03, 2018
-
-
Mayra Cabrera authored
States this service was deprecated on 10.3 and his behavior depends on the kubernetes service status. Also includes a link for the release post for more information.
-
Luc Didry authored
-
-
- Dec 22, 2017
-
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Mark Fletcher authored
+ Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions
-
- Dec 20, 2017
-
-
Rubén Dávila authored
- Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs
-
Mark Fletcher authored
-
Rubén Dávila authored
When commiting multiple files we're now checking if any of those files has been modified by another commit and we're rejecting the new commit in this case.
-
- Dec 15, 2017
-
-
Tony Rom authored
-
- Dec 14, 2017
-
-
Michael Lihs authored
-
haseeb authored
-
- Dec 13, 2017
-
-
Jacopo authored
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
-
- Dec 08, 2017
-
-
Michael Lihs authored
-
Bob Van Landuyt authored
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
-
- Dec 07, 2017
-
-
James Edwards-Jones authored
In EE we now allow individual users/groups to be set on POST, which required some refactoring. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
-
- Dec 01, 2017
-
-
Achilleas Pipinellis authored
-
- Nov 29, 2017
-
-
haseeb authored
-