- 31 May, 2021 40 commits
-
-
Bob Van Landuyt authored
This adds the job-deduplication hash to the payload of the job. When the hash is part of the job, Sidekiq-server does not need to recalculate it for the deleting it from redis. This allows us to change the way hash is calculated without breaking deduplication on the server-side. It also fixes a bug that led us to investigating this, when the serialisation of the job-arguments is different on the server-side, the key would not correctly be deleted from Redis. This in turn would cause the client to not enqueue new jobs for the same arguments for the TTL of the key, even though they should be. Changelog: fixed
-
Jose Ivan Vargas authored
Move Incident tab locationi See merge request gitlab-org/gitlab!62821
-
Douglas Barbosa Alexandre authored
Update google-protobuf to v3.17.1 See merge request gitlab-org/gitlab!62792
-
Vitali Tatarintev authored
Add support to generate metrics queries in instrumentation classes See merge request gitlab-org/gitlab!62294
-
Alina Mihaila authored
-
Rémy Coutable authored
Create AuthorizedBuildService for user creation See merge request gitlab-org/gitlab!61520
-
Doug Stull authored
-
Rémy Coutable authored
Set a flag to allow unsupported election strategy in Praefect See merge request gitlab-org/gitlab!62564
-
Stan Hu authored
-
Kushal Pandya authored
Improve fork error message See merge request gitlab-org/gitlab!62664
-
David O'Regan authored
Inside Incident settings for Operations we re-order the tab selection. changelog: changed
-
Mikołaj Wawrzyniak authored
Update enablement:memory usage ping metrics definitions See merge request gitlab-org/gitlab!62418
-
Vitali Tatarintev authored
Fix shared runner minutes reset on self-managed See merge request gitlab-org/gitlab!62781
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!62812
-
Mikołaj Wawrzyniak authored
Validate requirements created usage metric See merge request gitlab-org/gitlab!62684
-
John Hope authored
-
Fabio Pitino authored
Fix failure reason for dropped builds on CI quota exhaustion See merge request gitlab-org/gitlab!62562
-
Marius Bobin authored
-
Savas Vedova authored
Merge branch '327380-fe-generic-report-schema-render-table-type-on-vulnerability-details-page' into 'master' Generic Report Schema: Render 'table' type on vulnerability details page See merge request gitlab-org/gitlab!62546
-
Changzheng Liu authored
changelog: other
-
Kushal Pandya authored
Use gl-alert instead of Flash See merge request gitlab-org/gitlab!61969
-
Mikołaj Wawrzyniak authored
Delete prefix for junit attachment path See merge request gitlab-org/gitlab!62520
-
Marcia Ramos authored
Resolve "Fix Vale issues for /administration/postgresql/replication_and_failover.md" See merge request gitlab-org/gitlab!62756
-
Vitaly Slobodin authored
Fixed scrolling on TODOs See merge request gitlab-org/gitlab!62807
-
Alper Akgun authored
Add broken status to Product Intelligence metrics See merge request gitlab-org/gitlab!62395
-
Mikołaj Wawrzyniak authored
-
David O'Regan authored
Revert "Merge branch 'ps-update-startup-css' into 'master'" See merge request gitlab-org/gitlab!62811
-
GitLab Release Tools Bot authored
-
charlie ablett authored
Enable builds queue on replicas by default [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62619
-
Savas Vedova authored
Update dependency @gitlab/ui to v29.31.0 See merge request gitlab-org/gitlab!62585
-
Etienne Baqué authored
Deprecate projects_with_prometheus_alerts and pod_logs_usages_total metrics See merge request gitlab-org/gitlab!61872
-
Vitali Tatarintev authored
Optimize query for reference parser [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62490
-
Denys Mishunov authored
This reverts merge request !62486
-
Achilleas Pipinellis authored
Update Pages LetsEncrypt troubleshooting docs See merge request gitlab-org/gitlab!62784
-
Lee Matos authored
-
Achilleas Pipinellis authored
Tier badge and table cleanup for Object storage See merge request gitlab-org/gitlab!62305
-
Dave Pisek authored
Moves the logic of transforming the table-data into utils so it follows the pattern used with the other components. Adds specs and js-doc comments to explain the logic.
-
Dave Pisek authored
This commit adds the capability to render `table` types on the generic vulnerability report section. It will show up on both the pipeline tab and vulnerability report. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62546 EE: true
-
Heinrich Lee Yu authored
Merge branch 'philipcunningham-add-dynamically-generated-ci-variables-for-dast-326953' into 'master' Generate DAST CI variables at the model layer See merge request gitlab-org/gitlab!62648
-
Philip Cunningham authored
-