- 25 Jan, 2018 9 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Conflicts: qa/qa.rb
-
Rémy Coutable authored
CI/CD end-to-end tests / EE See merge request gitlab-org/gitlab-ee!4207
-
Grzegorz Bizon authored
Conflicts: qa/qa.rb
-
Phil Hughes authored
Moves more mr widget components into vue files See merge request gitlab-org/gitlab-ee!4235
-
Robert Speicher authored
Resolve "Spec failure in ./spec/features/issues/spam_issues_spec.rb" Closes #42361 See merge request gitlab-org/gitlab-ce!16671
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
- 24 Jan, 2018 31 commits
-
-
Stan Hu authored
updating geo docs to show Geo HA as GA in 10.4 See merge request gitlab-org/gitlab-ee!4237
-
Stan Hu authored
Add details on how to disable GitLab to the DR documentation Closes #4417 See merge request gitlab-org/gitlab-ee!4239
-
Robert Speicher authored
CE upstream - Wednesday See merge request gitlab-org/gitlab-ee!4225
-
Yorick Peterse authored
[EE] Use limit for search count queries See merge request gitlab-org/gitlab-ee!4158
-
Robert Speicher authored
[EE] Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' See merge request gitlab-org/gitlab-ee!4125
-
Robert Speicher authored
Execute group hooks after-commit when moving an issue Closes gitlab-ce#42294 See merge request gitlab-org/gitlab-ee!4229
-
Nick Thomas authored
This commit also adds numerous small improvements to spelling and grammar
-
Nick Thomas authored
-
Stan Hu authored
Fix incorrect OPENSSH_EXPECTED_COMMAND on gitlab:geo:check task See merge request gitlab-org/gitlab-ee!4236
-
Clement Ho authored
Fix Epic issue item reordering to handle different scenarios Closes #4627 See merge request gitlab-org/gitlab-ee!4142
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Robert Speicher authored
[EE] Remove one Spinach job and add one RSpec job See merge request gitlab-org/gitlab-ee!4232
-
abuerer authored
-
Clement Ho authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Filipa Lacerda authored
Adds i18n Adds better test coverage
-
Nick Thomas authored
Resolve "Reuse primary host key on secondaries" Closes #4398 See merge request gitlab-org/gitlab-ee!4198
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jan Provaznik authored
Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540
-
Filipa Lacerda authored
EE port of groups-webpack-bundle See merge request gitlab-org/gitlab-ee!4224
-
Douwe Maan authored
-
Gabriel Mazetto authored
Removed previously added class elements
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-