- 30 Aug, 2018 4 commits
-
-
Phil Hughes authored
Allow whitelisting for "external collaborator by default" setting See merge request gitlab-org/gitlab-ee!7075
-
Sean McGivern authored
CE Port 50414 rubocop rule to enforce class methods over module See merge request gitlab-org/gitlab-ee!7047
-
Stan Hu authored
CE upstream - 2018-08-30 00:21 UTC See merge request gitlab-org/gitlab-ee!7061
-
GitLab Bot authored
-
- 29 Aug, 2018 36 commits
-
-
Fatih Acet authored
Resolve "Show number of pods deployed on Deploy Boards" Closes #5906 See merge request gitlab-org/gitlab-ee!6955
-
Adriel Santiago authored
-
Stan Hu authored
CE upstream - 2018-08-29 20:05 UTC Closes #2695 and gitlab-com/migration#766 See merge request gitlab-org/gitlab-ee!7053
-
Jose Vargas authored
-
Annabel Dunstone Gray authored
Fix Emojis cutting in the right way Closes #47913 See merge request gitlab-org/gitlab-ce!21413
-
GitLab Bot authored
# Conflicts: # CHANGELOG.md # qa/qa/specs/features/browser_ui/3_create/repository/create_edit_delete_file_via_web_spec.rb # qa/qa/specs/features/browser_ui/4_verify/pipeline/create_and_process_pipeline_spec.rb # qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb [ci skip]
-
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 Closes #50718 See merge request gitlab-org/gitlab-ce!21400
-
Rémy Coutable authored
Move package-and-qa to the test phase See merge request gitlab-org/gitlab-ee!7037
-
Rémy Coutable authored
Resolve "Consider reorganizing the QA scenarios" Closes #49800 See merge request gitlab-org/gitlab-ce!20931
-
Rémy Coutable authored
[EE] Resolve "Consider reorganizing the QA scenarios" See merge request gitlab-org/gitlab-ee!6825
-
Jacopo authored
-
Jacopo authored
-
Alexander Popov authored
Fix #47913 (again), revert !21180, fix regression of !8652, improve !20137
-
Jacopo authored
-
Jacopo authored
-
Jacopo authored
-
Jacopo authored
-
Jacopo authored
-
Stan Hu authored
Restore header section in CI doc See merge request gitlab-org/gitlab-ee!7038
-
Phil Hughes authored
Resolve "Error getting performance bar results for <UUID>" Closes #50801 See merge request gitlab-org/gitlab-ce!21411
-
Sean McGivern authored
EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17711.
-
Sean McGivern authored
This isn't interesting most of the time and is may go over other flash banners.
-
George Tsiolis authored
-
Sean McGivern authored
These don't have performance data saved as they use Grape.
-
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
-
Sean McGivern authored
Rails 5: replace removed silence_stream See merge request gitlab-org/gitlab-ce!21387
-
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
-