- Jul 12, 2019
-
-
Daniel Davison authored
CE port of "Fix page refresh in retry_until" See merge request gitlab-org/gitlab-ce!30656 (cherry picked from commit d32cdb84) f4a4f6e2 Fix page refresh in retry_until
-
Douglas Barbosa Alexandre authored
Display the amount for Hashed Storage migration/rollback correctly Closes #63667 See merge request gitlab-org/gitlab-ce!29996 (cherry picked from commit 06b8fe56) c1fe76f1 Added the `abort_execution` matcher d8cad883 Display the amount for Hashed Storage migration/rollback correctly
-
Andreas Brandl authored
Add cleanup migration for MR's multiple assignees See merge request gitlab-org/gitlab-ce!30269 (cherry picked from commit 5ea899d3) 184807b2 Add cleanup migration for MR's mutliple assignees
-
Douwe Maan authored
Backports of "Remove feature flag behind MR's multiple assignees" See merge request gitlab-org/gitlab-ce!30261 (cherry picked from commit ae944b36) 921314d7 Backports of removing feature flag for multiple MR assignees
-
- Jul 11, 2019
-
-
Douwe Maan authored
Banzai - avoid redis if attr is in DB cache See merge request gitlab-org/gitlab-ce!30334 (cherry picked from commit 92fac459) e5705f5c Banzai - avoid redis if attr is in DB cache
-
Daniel Davison authored
Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446 (cherry picked from commit 2233e27b) e16f224e Retry sign out if unsuccessful d920f705 Use retry on exception d4466ea9 Revert to using retry_until
-
- Jul 10, 2019
-
-
Annabel Dunstone Gray authored
Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534 (cherry picked from commit 473d36d1) 91fff39e Fixed dropdown hover styles
-
- Jul 09, 2019
-
-
Mike Greiling authored
Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477 (cherry picked from commit 54820ac9) 63c84a9a Fix dropdown styling issues
-
Phil Hughes authored
Fix typo on confidential MR dropdown See merge request gitlab-org/gitlab-ce!30499 (cherry picked from commit da642f80) f47ad4d6 Fix typo on confidential MR dropdown
-
Kushal Pandya authored
Resolve "Clicking edit button in a thread reply doesn’t work" Closes #64134 See merge request gitlab-org/gitlab-ce!30424 (cherry picked from commit bf172b11) 15f54835 Fixed editing form
- Jul 08, 2019
-
-
Kamil Trzcińśki authored
CE Port: Fix race condition of `refs/merge` competing overwrite See merge request gitlab-org/gitlab-ce!30308 (cherry picked from commit 734f0240) f8d6f732 Fix race condition on merge train ref generation
-
- Jul 06, 2019
-
-
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
-
- Jul 05, 2019
-
-
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
-
Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
-
Bob Van Landuyt :neckbeard: 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
-
-
Achilleas Pipinellis authored
Added experimental languages to license management docs. See merge request gitlab-org/gitlab-ce!29932
-
-
Walmyr Lima e Silva Filho 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
-
-
Achilleas Pipinellis authored
Documentation: Update installation from source document See merge request gitlab-org/gitlab-ce!30380
-
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
-
Change assorted absolute links to ce and ee docs to relative links
-
Annabel Dunstone Gray authored
-