- 16 Apr, 2020 40 commits
-
-
Oswaldo Ferreira authored
The ProjectDailyStatisticsWorker queue accumulates jobs from time to time, considering how often the git_upload_pack endpoint is called (taking up to 7 minutes to take the job from the queue in a few cases). Turns out that even though this is a low-priority queue (and it's OK to take a bit more time to process it) it was seen that the work it does takes around 1.8s (99th percentile), and 0.8s (99th percentile) DB time, which doesn't explain involving Sidekiq (and Redis) in the work pipeline. Here we move the processing out of Sidekiq and back to the web request behind a feature flag (and deprecate the worker).
-
Marcia Ramos authored
Documentation for Typed AWS Environment Variables See merge request gitlab-org/gitlab!29325
-
Sarah Groff Hennigh-Palermo authored
Adds section, not separate table
-
Marcia Ramos authored
Add repository image with new icon styles See merge request gitlab-org/gitlab!29639
-
Daniel Gruesso authored
- Add an image that shows more icons - Move img to the correct directory - Write brief intro before the image
-
Nick Gaskill authored
Add documentation of new dependency scanning env vars See merge request gitlab-org/gitlab!29597
-
Igor Frenkel authored
-
Robert Speicher authored
Standardize Sidekiq/Rails log keys with _s suffix See merge request gitlab-org/gitlab!29300
-
Heinrich Lee Yu authored
Move export issues feature to core See merge request gitlab-org/gitlab!28703
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!29582
-
Jan Provaznik authored
Set default true for the pypi_packages feature flag See merge request gitlab-org/gitlab!29702
-
Igor Drozdov authored
Refactor validation of jira imports See merge request gitlab-org/gitlab!28704
-
Achilleas Pipinellis authored
Docs - Remove geo_secondary[] for tracking db See merge request gitlab-org/gitlab!29648
-
Anton Smith authored
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for tracking Geo database See merge request gitlab-org/gitlab!29651
-
Anton Smith authored
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for secondary Geo node See merge request gitlab-org/gitlab!29650
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for primary Geo node See merge request gitlab-org/gitlab!29649
-
Achilleas Pipinellis authored
Docs - Geo - Remove sql_replication_user config See merge request gitlab-org/gitlab!29647
-
Achilleas Pipinellis authored
Compress doc images Closes #214647 See merge request gitlab-org/gitlab!29681
-
Achilleas Pipinellis authored
Add documentation for CSV Export See merge request gitlab-org/gitlab!29485
-
Paul Slaughter authored
Added SavedChangesMessage instance and updated spec to use mock data See merge request gitlab-org/gitlab!29430
-
Nathan Friend authored
Add an introduction banner See merge request gitlab-org/gitlab!29311
-
Oswaldo Ferreira authored
It makes the decision on how to log timings within JSON logs based on https://www.robustperception.io/who-wants-seconds.
-
Marcia Ramos authored
Docs: Update docs for wiki activity See merge request gitlab-org/gitlab!29577
-
Marcia Ramos authored
- Add info to project's index - Update group activity - Add info to Wiki doc
-
Peter Leitzen authored
Add deploy frequency to project-level VSA Summary See merge request gitlab-org/gitlab!28772
-
Aakriti Gupta authored
-
Achilleas Pipinellis authored
Mention confidential issues in Status Page docs See merge request gitlab-org/gitlab!29687
-
Sean McGivern authored
Resolve "Broken master `cache gems: needs 'setup-test-env pg10'`" Closes #214687 See merge request gitlab-org/gitlab!29709
-
Nathan Friend authored
Enable new Dependency List UI See merge request gitlab-org/gitlab!29593
-
Mark Florian authored
This enables by default the `dependency_list_ui` feature flag. In addition, some styling workarounds have been applied, which will be removed in later iterations. Part of [Update dependencies table UI][1]. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/195928
-
Nathan Friend authored
Allow configuring the Instance Level Security Dashboard See merge request gitlab-org/gitlab!29377
-
Natalia Tepluhina authored
Allow vulnerability selection in project dashboard See merge request gitlab-org/gitlab!29293
-
Alexander Turinske authored
- add selection summary component to vulnerability list so that a user can dismiss multiple vulnerabilities - add additional checkbox column to table for vulnerability selection and local state/computed/methods to assist with that - conditionally allow selection of vulnerabilities per props passed into the vulnerability list component - move fields into a computed property - add watch on filters to clear selected vulnerabilities if a filter changes - update css classes to be mobile friendly - update GlNewButton to GlButton - add tests
-
Natalia Tepluhina authored
Refactor test code for panel type See merge request gitlab-org/gitlab!29677
-
GitLab Bot authored
-
Martin Wortschack authored
Add metric visibility toggle in project See merge request gitlab-org/gitlab!29442
-
Nathan Friend authored
Fix display head and base in version dropdowns See merge request gitlab-org/gitlab!29433
-
Adam Hegyi authored
Disable transactions for user foreign key migrations See merge request gitlab-org/gitlab!29704
-