- 14 Dec, 2017 15 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
Use memoization for commits on diffs See merge request gitlab-org/gitlab-ee!3744
-
Filipa Lacerda authored
-
Dmitriy Zaporozhets authored
Resolve "Move all Geo related files to EE specific dirs" Closes #3148 See merge request gitlab-org/gitlab-ee!3706
-
Valery Sizov authored
-
Zeger-Jan van de Weg authored
The hook ordering influenced the diffs being generated as these used values from before the update due to the memoization still being in place. This commit reorders them and tests against this behaviour.
-
Sean McGivern authored
Port of 25317-prioritize-author-date-over-commit to EE See merge request gitlab-org/gitlab-ee!3766
-
Douwe Maan authored
Record EEU usage pings correctly See merge request gitlab-org/gitlab-ee!3765
-
Sean McGivern authored
Use a dedicated queue for each Sidekiq worker See merge request gitlab-org/gitlab-ee!3692
-
Filipa Lacerda authored
Fix rebase in IE Closes #3501 See merge request gitlab-org/gitlab-ee!3732
-
Grzegorz Bizon authored
Fix environment scope regex See merge request gitlab-org/gitlab-ee!3641
-
Valery Sizov authored
-
Tim Zallmann authored
Port of 38869-datetime to EE See merge request gitlab-org/gitlab-ee!3736
-
Tim Zallmann authored
Prevent adding same role multiple times on repeated clicks Closes #4294 See merge request gitlab-org/gitlab-ee!3700
-
Valery Sizov authored
-
- 13 Dec, 2017 25 commits
-
-
Oswaldo Ferreira authored
[EE port] Prevent worker that updates merge requests head pipeline from failing jobs See merge request gitlab-org/gitlab-ee!3761
-
Nick Thomas authored
Fix indentation of TLS geo docs See merge request gitlab-org/gitlab-ee!3769
-
James Ramsay authored
-
-
Felipe Artur authored
-
Zeger-Jan van de Weg authored
The hook ordering influenced the diffs being generated as these used values from before the update due to the memoization still being in place. This commit reorders them and tests against this behaviour.
-
Kamil Trzciński authored
Ee single list multiple clusters See merge request gitlab-org/gitlab-ee!3702
-
Annabel Dunstone Gray authored
-
Michael Kozono authored
Move 10.2 CE to EE update guide to correct location See merge request gitlab-org/gitlab-ee!3756
-
Sean McGivern authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Achilleas Pipinellis authored
Docs: Update admin docs See merge request gitlab-org/gitlab-ee!3751
-
Marcia Ramos authored
-
Annabel Dunstone Gray authored
-
Nick Thomas authored
Resolve "Fix difference in FDW / non-FDW queries for Geo::FileRegistry queries" Closes #4031 See merge request gitlab-org/gitlab-ee!3714
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Resolve conflicts in app/controllers/groups/group_members_controller.rb and app/controllers/projects/project_members_controller.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
Refactor specific build artifacts code See merge request gitlab-org/gitlab-ee!3689
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
The Gitaly CommitService is being hammered by n + 1 calls, mostly when finding commits. This leads to this gRPC being turned of on production: https://gitlab.com/gitlab-org/gitaly/issues/514#note_48991378 Hunting down where it came from, most of them were due to MergeRequest#show. To prove this, I set a script to request the MergeRequest#show page 50 times. The GDK was being scraped by Prometheus, where we have metrics on controller#action and their Gitaly calls performed. On both occations I've restarted the full GDK so all caches had to be rebuild. Current master, 806a68a8, needed 435 requests After this commit, 154 requests
-