- 24 Jan, 2018 28 commits
-
-
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
-
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
-
Clement Ho authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
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
-
Filipa Lacerda authored
Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ee!4217
-
Nick Thomas authored
Geo: sync .gitattributes to info/attributes in secondary nodes Closes #4101 See merge request gitlab-org/gitlab-ee!4159
-
Gabriel Mazetto authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Rémy Coutable authored
CE upstream - Wednesday Closes gitlab-runner#2652 See merge request gitlab-org/gitlab-ee!4220
-
Phil Hughes authored
-
Stan Hu authored
Fix failed LDAP logins when sync_ssh_keys is included in config Closes #4662 See merge request gitlab-org/gitlab-ee!4202
-
GitLab Bot authored
-
- 23 Jan, 2018 12 commits
-
-
Drew Blessing authored
We tell users to set `sync_ssh_keys` to `false` if they don't intend to use the feature. Strangely, `true` is not how you enable it, rather you give it an LDAP attribute name. The default value for `sync_ssh_keys` is `nil` which doesn't break `Gitlab::LDAP::Person.ldap_attributes`, but `false` does. This rejects `false` *and* `true` for good measure and adds an EE-only test to ensure it doesn't regress. Closes #4662
-
Mike Greiling authored
Set timezone for karma CI job to Etc/UTC (UTC+0) Closes #42251 See merge request gitlab-org/gitlab-ce!16602
-
Robert Speicher authored
CE upstream - Tuesday See merge request gitlab-org/gitlab-ee!4216
-
Winnie Hellmann authored
-
Stan Hu authored
Resolve "CI failing on MergeRequestDiff#commits_count=" Closes #42340 See merge request gitlab-org/gitlab-ce!16653
-
Clement Ho authored
CE upstream - Tuesday See merge request gitlab-org/gitlab-ee!4214
-
🤖 GitLab Bot 🤖 authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Resolve "Modify the Geo setup instructions to copy gitlab-secrets.json between primary and secondary" Closes #4253 See merge request gitlab-org/gitlab-ee!4188
-
Clement Ho authored
-
Kamil Trzciński authored
Fix docs for GIT_CHECKOUT Gitlab Runner configuration Closes gitlab-runner#2652 See merge request gitlab-org/gitlab-ce!16522
-