- 08 Jul, 2019 8 commits
-
-
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.
-
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
-
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
-
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 7 commits
-
-
Nick Thomas authored
Update dangerfile to exclude docs ci yaml See merge request gitlab-org/gitlab-ce!30335
-
Marcel Amirault authored
-
Nick Thomas authored
Prevent amplification of ReactiveCachingWorker jobs upon failures Closes #64176 See merge request gitlab-org/gitlab-ce!30432
-
Grzegorz Bizon authored
Upgrade Rouge to 3.5.1 See merge request gitlab-org/gitlab-ce!30431
-
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
-
- 05 Jul, 2019 25 commits
-
-
Fatih Acet authored
Remove applySuggestion from notes service See merge request gitlab-org/gitlab-ce!30399
-
Winnie Hellmann authored
-
Nick Thomas authored
This reverts merge request !30130
-
Mayra Cabrera authored
Fix invalid SSL certificate errors on Drone CI service See merge request gitlab-org/gitlab-ce!30422
-
Douglas Barbosa Alexandre authored
Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
-
Bob Van Landuyt authored
Add queue_size method to ApplicationWorker See merge request gitlab-org/gitlab-ce!30416
-
Achilleas Pipinellis authored
Edit text, using correct terms See merge request gitlab-org/gitlab-ce!30382
-
Evan Read authored
-
Achilleas Pipinellis authored
Added experimental languages to license management docs. See merge request gitlab-org/gitlab-ce!29932
-
Zachary Knight authored
-
Walmyr Lima authored
- to be explicit when fabricating resources via API or browser UI - and to improve test speed by fabricating some resources via API instead of via the GUI.
-
Walmyr authored
Fix failing e2e tests - initialize Issue labels See merge request gitlab-org/gitlab-ce!30375
-
Douwe Maan authored
-
Phil Hughes authored
Fix top position of sticky file header on discussion tab Closes #63976 See merge request gitlab-org/gitlab-ce!30410
-
Achilleas Pipinellis authored
Edit new text on visibility setting See merge request gitlab-org/gitlab-ce!30281
-
Evan Read authored
-
Achilleas Pipinellis authored
Documentation: Update installation from source document See merge request gitlab-org/gitlab-ce!30380
-
Kyohei Uemura authored
Line 170(make install) causes permission error. This command should execute with sudo.
-
Annabel Dunstone Gray authored
Remove unresolved class and fixed height in discussion header See merge request gitlab-org/gitlab-ce!28440
-
David Palubin authored
-
Achilleas Pipinellis authored
Docs: Change even more absolute links to relative See merge request gitlab-org/gitlab-ce!30387
-
Marcel Amirault authored
Change assorted absolute links to ce and ee docs to relative links
-
Annabel Dunstone Gray authored
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
Removes EE differences for app/views/layouts/fullscreen.html.haml Closes gitlab-ee#12550 See merge request gitlab-org/gitlab-ce!30403
-