- 05 Oct, 2020 40 commits
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42435 attempted to fix the problem, but it did not work because EE databaase load balancing is not enabled in Sidekiq. Since it is disabled, the load balancer code would never post the write location to Redis, so the code for checking whether to stick to the primary was not able to be used. Since Sidekiq always uses the primary we can just use the main ActiveRecord connection to get the same information. We only post the write location if load balancing is configured. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247857
-
Marcin Sedlak-Jakubowski authored
Edit language problems See merge request gitlab-org/gitlab!44248
-
Ela Greenberg authored
-
Peter Leitzen authored
Use built-in without_status scope See merge request gitlab-org/gitlab!44280
-
Natalia Tepluhina authored
Add incident details sidebar type Closes #258979 See merge request gitlab-org/gitlab!44121
-
Douglas Barbosa Alexandre authored
Geo: Fix "Project/wiki/design repo not able to resync after storage move" See merge request gitlab-org/gitlab!44172
-
Kerri Miller authored
Update Secret-Detection template deprecated ENV ref See merge request gitlab-org/gitlab!44188
-
Mark Florian authored
Re-factored user timing metrics See merge request gitlab-org/gitlab!44021
-
Imre Farkas authored
Update groups factory and specs for consistency See merge request gitlab-org/gitlab!44160
-
Gosia Ksionek authored
-
Imre Farkas authored
Delete project bot when token is revoked Closes #244545 See merge request gitlab-org/gitlab!43373
-
Serena Fang authored
-
Nick Thomas authored
Add failed security job information to security dashboard setup payload See merge request gitlab-org/gitlab!43906
-
Sean McGivern authored
Merge branch '239270-remove-the-need-to-run-rake-tasks-to-create-index-when-enabling-elasticsearch-integration' into 'master' Automate index creation when enabling Elasticsearch integration See merge request gitlab-org/gitlab!43912
-
Igor Drozdov authored
Add N+1 spec for the namespaces list API See merge request gitlab-org/gitlab!43722
-
Reuben Pereira authored
-
Nick Thomas authored
Add search autocomplete suggestions for recently viewed epics Closes #259608 See merge request gitlab-org/gitlab!43964
-
Kushal Pandya authored
Fixed view replaced file button in diff not working Closes #260415 See merge request gitlab-org/gitlab!44270
-
Peter Leitzen authored
Add incidents comments timeline view See merge request gitlab-org/gitlab!43302
-
Olena Horal-Koretska authored
-
Tim Zallmann authored
Enable sorting vulnerabilities by report type See merge request gitlab-org/gitlab!42980
-
Alan (Maciej) Paruszewski authored
-
Mike Jang authored
docs: Update Cycle Analytics with Value Stream Analytics in Crosslinking Issues See merge request gitlab-org/gitlab!44243
-
Enrique Alcántara authored
Merge Request Analytics: Paginate data table See merge request gitlab-org/gitlab!42806
-
Brandon Labuschagne authored
This commit introduces pagination into the MR Analytics Throughput table component.
-
Enrique Alcántara authored
Apply GitLab UI button styles to buttons in app/views/projects/mirrors directory See merge request gitlab-org/gitlab!44110
-
Igor Drozdov authored
Fix constant lookup issue for `Vulnerabilities::BaseService` See merge request gitlab-org/gitlab!43946
-
Tim Zallmann authored
Update button element with new code Closes #219810 See merge request gitlab-org/gitlab!43327
-
James Lopez authored
Add listing of top level groups to BulkImportsController See merge request gitlab-org/gitlab!43155
-
Brandon Labuschagne authored
Merge branch '233680-replace-bootstrap-alerts-in-app/views/profiles/accounts/show.html.haml' into 'master' Replace bootstrap alerts in app/.../show.html.haml Closes #233680 See merge request gitlab-org/gitlab!41299
-
Gilang Gumilar authored
-
Bob Van Landuyt authored
Fix "A copy of ... has been removed from the module tree but is still active" See merge request gitlab-org/gitlab!44080
-
Achilleas Pipinellis authored
Docs: Add Enablement metadata to development docs See merge request gitlab-org/gitlab!44231
-
Achilleas Pipinellis authored
Link to more recent commit re backups gems Closes gitlab-com/support/docs#41 See merge request gitlab-org/gitlab!44125
-
Martin Wortschack authored
Lazy loading of cropper css See merge request gitlab-org/gitlab!44137
-
George Koltsov authored
- Add Gitlab::BulkImport::Client to fetch groups from source GitLab instance - Use client to list groups in BulkImportsController
-
Bob Van Landuyt authored
Fix spelling of PyPI, the Python Package Index See merge request gitlab-org/gitlab!44058
-
Nicolò Maria Mezzopera authored
Improve styling of design pins See merge request gitlab-org/gitlab!39797
-
Tom Quirk authored
Updates css and some util classes for design pin, and makes same changes in design_management_legacy
-
Achilleas Pipinellis authored
Add notes about clear_index_status rake task See merge request gitlab-org/gitlab!44112
-