- 08.07.2019 21 коммит
-
-
Marcel Amirault создал
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
Filipa Lacerda создал
Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
-
Phil Hughes создал
Vue-i18n: autofix for app/assets/javascripts/vue_shared directory See merge request gitlab-org/gitlab-ce!30287
-
Ezekiel Kigbo создал
i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
-
Fatih Acet создал
Vue-i18n: autofix for app/assets/javascripts/vue_merge_request_widget directory See merge request gitlab-org/gitlab-ce!30035
-
Ezekiel Kigbo создал
i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
-
Fatih Acet создал
Update dependency @gitlab/svgs to ^1.67.0 See merge request gitlab-org/gitlab-ce!30402
-
Phil Hughes создал
Removes EE differences for app/views/admin/users/show.html.haml Closes gitlab-ee#12533 See merge request gitlab-org/gitlab-ce!30407
-
Kushal Pandya создал
Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
-
-
Thong Kuah создал
- 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 создал
Description of the optimized path wildcard See merge request gitlab-org/gitlab-ce!30082
-
Black-Hole создал
-
-
-
Evan Read создал
ADD '.git' ending to git clone with CI_JOB_TOKEN for clarity See merge request gitlab-org/gitlab-ce!30200
-
glass-ships создал
-
Evan Read создал
Docs: Update redirected links in docs (part 1) Closes #64225 See merge request gitlab-org/gitlab-ce!30379
-
Marcel Amirault создал
First MR in a series updating all redirected links in CE documentation to the destination URLs
-
-
Evan Read создал
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.07.2019 12 коммитов
-
-
Nick Thomas создал
Update dangerfile to exclude docs ci yaml See merge request gitlab-org/gitlab-ce!30335
-
Marcel Amirault создал
-
Nick Thomas создал
Prevent amplification of ReactiveCachingWorker jobs upon failures Closes #64176 See merge request gitlab-org/gitlab-ce!30432
-
-
-
Stan Hu создал
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 создал
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
-
Fatih Acet создал
Remove applySuggestion from notes service See merge request gitlab-org/gitlab-ce!30399
-
Winnie Hellmann создал
-
-
Mayra Cabrera создал
Fix invalid SSL certificate errors on Drone CI service See merge request gitlab-org/gitlab-ce!30422
-
Douglas Barbosa Alexandre создал
Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
-
- 05.07.2019 7 коммитов
-
-
Bob Van Landuyt создал
Add queue_size method to ApplicationWorker See merge request gitlab-org/gitlab-ce!30416
-
Achilleas Pipinellis создал
Edit text, using correct terms See merge request gitlab-org/gitlab-ce!30382
-
Evan Read создал
-
Achilleas Pipinellis создал
Added experimental languages to license management docs. See merge request gitlab-org/gitlab-ce!29932
-
Zachary Knight создал
-
Walmyr Lima создал
- 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 создал
Fix failing e2e tests - initialize Issue labels See merge request gitlab-org/gitlab-ce!30375
-