- 08 Jul, 2019 24 commits
-
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for app/views/admin/users/show.html.haml Closes gitlab-ee#12533 See merge request gitlab-org/gitlab-ce!30407
-
GitLab Bot authored
-
Kushal Pandya authored
Extract BoardScope component See merge request gitlab-org/gitlab-ee!14556
-
Winnie Hellmann authored
-
Kushal Pandya authored
Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
-
GitLab Bot authored
-
James Lopez authored
Clusters hierarchy CTE See merge request gitlab-org/gitlab-ce!30063
-
Thong Kuah authored
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
-
James Lopez authored
EE: Clusters hierarchy CTE See merge request gitlab-org/gitlab-ee!14480
-
Thong Kuah authored
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
-
Evan Read authored
Description of the optimized path wildcard See merge request gitlab-org/gitlab-ce!30082
-
Black-Hole authored
-
Evan Read authored
Docs: Update Jira integration See merge request gitlab-org/gitlab-ce!29997
-
Tristan Williams authored
Current screenshots are from an older version of Jira and GitLab.
-
GitLab Bot authored
-
Evan Read authored
ADD '.git' ending to git clone with CI_JOB_TOKEN for clarity See merge request gitlab-org/gitlab-ce!30200
-
glass-ships authored
-
GitLab Bot authored
-
Evan Read authored
Docs: Update redirected links in docs (part 1) Closes #64225 See merge request gitlab-org/gitlab-ce!30379
-
Marcel Amirault authored
First MR in a series updating all redirected links in CE documentation to the destination URLs
-
GitLab Bot authored
-
Mark Lapierre authored
Refactor end-to-end test See merge request gitlab-org/gitlab-ce!30421
-
Evan Read authored
Merge branch 'da-add-note-that-internal-url-work-with-load-balancer-that-terminates-tls-docs' into 'master' Geo - Add note that Internal URL works only with a Load Balancer with TLS termination See merge request gitlab-org/gitlab-ce!30372
-
- 06 Jul, 2019 13 commits
-
-
GitLab Bot authored
-
Nick Thomas authored
Update dangerfile to exclude docs ci yaml See merge request gitlab-org/gitlab-ce!30335
-
Marcel Amirault authored
-
GitLab Bot authored
-
Nick Thomas authored
Prevent amplification of ReactiveCachingWorker jobs upon failures Closes #64176 See merge request gitlab-org/gitlab-ce!30432
-
GitLab Bot authored
-
Grzegorz Bizon authored
Upgrade Rouge to 3.5.1 See merge request gitlab-org/gitlab-ce!30431
-
GitLab Bot authored
-
Thong Kuah authored
Revert "Increase rspec parallelism" See merge request gitlab-org/gitlab-ce!30429
-
Stan Hu authored
This release includes continued improvements to the library, fixes for a number of lexers and support for three new languages: https://github.com/rouge-ruby/rouge/releases
-
Stan Hu authored
When `ReactiveCachingWorker` hits an SSL or other exception that occurs quickly and reliably, automatically rescheduling a new worker could lead to excessive number of jobs being scheduled. This happens because not only does the failed job get rescheduled in a minute, but each Sidekiq retry will also add even more rescheduled jobs. In busy instances, this can become an issue because large numbers of `ReactiveCachingWorker` running can cause high rates of `ExclusiveLease` reads to occur and possibly saturate the Redis server with queries. We now disable this automatic retry and rely on Sidekiq to perform its 3 retries with a backoff period. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64176
-
Mayra Cabrera authored
Geo: refactor some specs See merge request gitlab-org/gitlab-ee!14518
-
Gabriel Mazetto authored
The way Shared Examples were being used (in reverse) were causing issues and forcing multiple `let` blocks to be replicated at each context.
-
- 05 Jul, 2019 3 commits
-
-
GitLab Bot authored
-
Fatih Acet authored
Remove applySuggestion from notes service See merge request gitlab-org/gitlab-ce!30399
-
Winnie Hellmann authored
-