- Jan 24, 2018
-
-
- Jan 17, 2018
-
-
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
-
Stan Hu authored
Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
-
- 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
-
-
- Jan 04, 2018
-
-
Felipe Artur authored
-
Alexis Reigel authored
-
- Jan 03, 2018
-
-
Luc Didry authored
-
-
- Dec 22, 2017
-
-
Mark Fletcher authored
+ Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions
-
- Dec 08, 2017
-
-
Douwe Maan authored
[10.2] Ensure we expose group projects using GroupProjectsFinder See merge request gitlab/gitlabhq!2234 (cherry picked from commit 072f8f2fd6ec794645375a16ca4ddc1cbeb76d7a) a2240338 Ensure we expose group projects using GroupProjectsFinder
-
- Dec 07, 2017
-
- Dec 03, 2017
-
-
Zeger-Jan van de Weg authored
Two things at ones, as there was no clean way to seperate the commit and give me feedback from the tests. But the model Artifact is now JobArtifact, and the table does not have a type anymore, but the metadata is now its own model: Ci::JobArtifactMetadata.
-
Zeger-Jan van de Weg authored
To allow jobs/builds to have multiple artifacts, and to start seperating concerns from Ci::Build a new model is created: Ci::Artifact. Changes include the updating of the ArtifactUploader to adapt to a slightly different interface. The uploader expects to be initialized with a `Ci::Build`. Futher a migration with the minimal fields, the needed foreign keys and an index. Last, the way this works is by prepending a module to Ci::Build so we can basically override behaviour but if needed use `super` to get the original behaviour.
-
- Dec 01, 2017
-
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
Comments from code review applied. Also switched forked_from_project and ForkedProjectLinks to ForkNetworkMember
-
Francisco Javier López authored
-
-
-
- Nov 27, 2017
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- Nov 23, 2017
-
-
-
Lin Jen-Shin authored
-
- Nov 13, 2017
-
-
Travis Miller authored
-
- Nov 06, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Mitigate a N+1 requests to Gitaly problem. Still one left. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 05, 2017
-
-
Mehdi Lahmam authored
Closes #35794.
-
- Nov 03, 2017
-
-
Sean McGivern authored
This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`.
-
- Nov 02, 2017
-
-
Douwe Maan authored
-
- Oct 22, 2017
-
-
Travis Miller authored
-
- Oct 05, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Oct 03, 2017
-
-
Alessio Caiazza authored
-
- Sep 28, 2017
-
-
Markus Koller authored
-
- Sep 26, 2017
-
-
Mehdi Lahmam authored
Closes #35692.
-
Douwe Maan authored
-