- 05 Feb, 2018 38 commits
-
-
Francisco Javier López authored
-
Yorick Peterse authored
Port of 32282-add-foreign-keys-to-todos to EE. See merge request gitlab-org/gitlab-ee!4383
-
Sean McGivern authored
Port from CE https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16313 See merge request gitlab-org/gitlab-ee!4377
-
Douwe Maan authored
Client changes for Tag,BranchNamesContainingCommit See merge request gitlab-org/gitlab-ee!4372
-
Sean McGivern authored
Port 42547 to EE See merge request gitlab-org/gitlab-ee!4363
-
Andreas Brandl authored
-
Micaël Bergeron authored
-
Micaël Bergeron authored
-
Kamil Trzciński authored
Ee persistent callouts See merge request gitlab-org/gitlab-ee!4356
-
Sean McGivern authored
Report the correct version and revision for Geo node status requests Closes #4782 See merge request gitlab-org/gitlab-ee!4353
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Nick Thomas authored
Update Geo setup guide to not delete private keys ever, only replace them See merge request gitlab-org/gitlab-ee!4381
-
Nick Thomas authored
-
Matija Čupić authored
-
Rémy Coutable authored
Fix export removal for hashed-storage projects within a renamed or deleted namespace (EE) Closes gitlab-ce#42270 See merge request gitlab-org/gitlab-ee!4382
-
Sean McGivern authored
Resolve "Duplicated uploads section in gitlab.yml.example" Closes #4806 See merge request gitlab-org/gitlab-ee!4380
-
Nick Thomas authored
-
Nick Thomas authored
-
Valery Sizov authored
If you move those files and lose TCP connection you will never get access to the secondary node again so let's just copy them instead ;)
-
Rémy Coutable authored
Introduce EE::API::APIGuard::HelperMethods See merge request gitlab-org/gitlab-ee!4378
-
Rémy Coutable authored
[EE] Incorporate OperationService.UserSquash Gitaly RPC See merge request gitlab-org/gitlab-ee!4367
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix flay not detecting identical code See merge request gitlab-org/gitlab-ee!4376
-
Rémy Coutable authored
Fix N+1 queries with /api/v4/groups endpoint See merge request gitlab-org/gitlab-ee!4371
-
Rémy Coutable authored
EE: Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ee!4255
-
Marin Jankovski authored
CE upstream - 2018-02-02 18:24 UTC See merge request gitlab-org/gitlab-ee!4366
-
Lin Jen-Shin authored
-
Phil Hughes authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Gem is updated from 2.8 to 2.10. [changelog][1] [1]: https://github.com/seattlerb/flay/blob/master/History.rdoc
-
Zeger-Jan van de Weg authored
Previously the script checked only for 'Similar code', but flay will tell users when IDENTICAL code is detected too. This should create a commit will create a failing pipeline, and to check that it does this commit is pushed. Fixes #42628
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
As part of gitlab-org/gitaly#884, this commit contains the client implementation for both TagNamesContaintingCommit and BranchNamesContainingCommit. The interface in the Repository model stays the same, but the implementation on the serverside, e.g. Gitaly, uses `for-each-ref`, as opposed to `branch` or `tag` which both aren't plumbing command. The result stays the same. On the serverside, we have the opportunity to limit the number of names to return. However, this is not supported on the front end yet. My proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this ability is not used as that would change more behaviours on a feature flag which might lead to unexpected changes on page refresh for example.
-
- 04 Feb, 2018 2 commits
-
-
Stan Hu authored
-
Jacob Schatz authored
Remove duplicate axios import Closes #42722 See merge request gitlab-org/gitlab-ce!16891
-