- 05 Apr, 2017 9 commits
-
-
Robert Speicher authored
Strip trailing forward slashes from elasticsearch URLs Closes #2039 See merge request !1566
-
Jacob Schatz authored
Ee fix groups long url See merge request !1568
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Fix intermittent spec failure in spec/lib/gitlab/mirror_spec.rb Closes #2081 See merge request !1570
-
Stan Hu authored
If you attempt to run this spec between 00:00 and 01:00, one of the examples fails because: DateTime.now.beginning_of_hour == DateTime.now.at_beginning_of_day Closes #2081 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
Sean McGivern authored
Resolve "Elasticsearch: Highlighting in the code results does not work" Closes #1567 See merge request !1564
-
James Lopez authored
[ci skip]
-
James Lopez authored
[ci skip]
-
- 04 Apr, 2017 31 commits
-
-
Rémy Coutable authored
Fixes transient failure: waits for asyncronous update Closes #2079 See merge request !1567
-
Clement Ho authored
Port 'Refactor test_utils bundle' to EE See merge request !1563
-
Mike Greiling authored
-
Filipa Lacerda authored
-
Douwe Maan authored
Fix sticking of the database load balancer See merge request !1502
-
Nick Thomas authored
-
Nick Thomas authored
-
Rémy Coutable authored
CE upstream: Tuesday Closes gitaly#166 and gitaly#168 See merge request !1565
-
Alfredo Sumaran authored
Port of 28732-expandable-folders to EE See merge request !1538
-
Filipa Lacerda authored
-
Rémy Coutable authored
Allow to edit build minutes per user ee Closes gitlab-ce#30163 See merge request !1535
-
Kamil Trzciński authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Sean McGivern authored
remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
-
Sean McGivern authored
CE Upstream - Monday Closes gitaly#148 See merge request !1560
-
Kamil Trzciński authored
Don't autofill kubernetes namespace See merge request !10438
-
Sean McGivern authored
Backport differences in global search from EE to CE See merge request !10445
-
Achilleas Pipinellis authored
Improves Jira integration documentation Closes #29670 See merge request !10067
-
Achilleas Pipinellis authored
Add long polling diagrams See merge request !10270
-
Achilleas Pipinellis authored
Update patch_versions.md, add `yarn:install` in `Clean up assets and cache` command. See merge request !10442
-
Yorick Peterse authored
Remove index for users.current sign in at Closes #29523 See merge request !10401
-
Sean McGivern authored
Split status and confidentiality action See merge request !10443
-
Nick Thomas authored
-
Nick Thomas authored
Fix elasticsearch global code search following https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9655
-
Yorick Peterse authored
There were 3 problems with sticking: 1. When sticking to a request (based on a previous request) we would always overwrite the WAL pointer, leading to a user being stuck to the primary for too long. 2. Sticking was not working for the Grape API. The API in particular is tricky because we have to stick either using a user, CI runner, or a CI build. 3. Refreshing of permissions did not lead to the refreshed users being stuck to the primary. This could result in users not being able to access new resources for a brief moment of time, or them still being able to see old resources. To solve this some of the Grape related logic is handled by injecting EE specific modules in the right places. This ensures we can stick as early as possible, using the right data. The same technique is applied for various parts of the CI codebase.
-
Kamil Trzciński authored
Backport API changes needed to fix sticking in EE See merge request !10376
-
mhasbini authored
-
Z.J. van de Weg authored
-
Jarka Kadlecova authored
-
xyb authored
-