- 29 Aug, 2018 16 commits
-
-
Stan Hu authored
CE upstream - 2018-08-28 13:21 UTC Closes gitlab-ce#40059 See merge request gitlab-org/gitlab-ee!7009
-
Yorick Peterse authored
Limit sidekiq-cluster concurrency to a maximum of 50 by default Closes #7374 See merge request gitlab-org/gitlab-ee!7032
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Fixed typo Post[g]reSQL See merge request gitlab-org/gitlab-ee!7050
-
Yehuda Katz authored
-
Rémy Coutable authored
Move package-and-qa to the test phase See merge request gitlab-org/gitlab-ee!7037
-
Rémy Coutable authored
[EE] Resolve "Consider reorganizing the QA scenarios" See merge request gitlab-org/gitlab-ee!6825
-
Stan Hu authored
Restore header section in CI doc See merge request gitlab-org/gitlab-ee!7038
-
George Tsiolis authored
-
Sean McGivern authored
The problem is this: when each phase starts, it checks if all jobs in earlier phases are complete. package-and-qa is slow. As build is the first phase, if you trigger package-and-qa before the prepare phase is finished, the entire test phase will be blocked until package-and-qa completes, which isn't what we want. But equally, if build came _after_ test, then package-and-qa couldn't be started until the tests were finished. Putting it in the same stage as the tests means we can have our cake and eat it.
-
Sean McGivern authored
remove mention of sales email See merge request gitlab-org/gitlab-ee!7007
-
Stan Hu authored
By default, sidekiq-cluster will allocate N threads for N queues specified on the command line, which in turn will require N + 5 Redis connections. Especially when used with the `--negate` flag, this can lead to using hundreds of Redis connections, which can lead to performance issues. This change also adds a `-m N` option to cap the number of threads. For each queue group, the concurrency factor will be set to min(number of queues, N). Closes #7374
-
Stan Hu authored
Fix rubocop failure on EE projects_spec See merge request gitlab-org/gitlab-ee!7024
-
Jose Vargas authored
-
- 28 Aug, 2018 24 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jose Vargas authored
-
José Iván Vargas López authored
Prevent regular users from moving projects to different storage shards (master) See merge request gitlab/gitlab-ee!653
-
José Iván Vargas López authored
[master] Missing CSRF in System Hooks resend action See merge request gitlab/gitlab-ee!658
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Achilleas Pipinellis authored
Docs: custom project templates - fix page title See merge request gitlab-org/gitlab-ee!6993
-
GitLab Bot authored
# Conflicts: # db/schema.rb # doc/api/issues.md # doc/user/group/img/groups.png # doc/user/project/img/labels_list.png # locale/gitlab.pot [ci skip]
-
Nick Thomas authored
Merge branch '50441-high-number-of-statement-timeouts-in-groupdestroyworker-due-to-sitestatistics' into 'master' Resolve "High number of statement timeouts in GroupDestroyWorker due to SiteStatistics" Closes #50441 See merge request gitlab-org/gitlab-ce!21366
-
James Lopez authored
Fix static analysis See merge request gitlab-org/gitlab-ce!21402
-
Sean McGivern authored
-
Rémy Coutable authored
Rails5: fix can't quote ActiveSupport::HashWithIndifferentAccess See merge request gitlab-org/gitlab-ce!21397
-
Jennifer "JJ" Cordz authored
-
Rémy Coutable authored
Allow date parameters on Issues, Notes, and Discussions API for group owners Closes #40059 See merge request gitlab-org/gitlab-ce!21342
-
Rémy Coutable authored
Allow date parameters on Issues, Notes, and Discussions API for group owners Closes gitlab-ce#40059 See merge request gitlab-org/gitlab-ee!6969
-
Dmitriy Zaporozhets authored
Allow disable packages feature per project See merge request gitlab-org/gitlab-ee!6977
-
Phil Hughes authored
Display default status emoji if only message is entered Closes #50067 See merge request gitlab-org/gitlab-ce!21330
-