- 13 Aug, 2021 40 commits
-
-
Robert Speicher authored
Dont cache root path in file_paths method See merge request gitlab-org/gitlab!68081
-
Kerri Miller authored
Ensure service discovery runs before secondaries are used See merge request gitlab-org/gitlab!67899
-
Marcin Sedlak-Jakubowski authored
Document custom matchers for post-deployment migrations See merge request gitlab-org/gitlab!67503
-
Markus Koller authored
-
Achilleas Pipinellis authored
Updated nav steps to match standards See merge request gitlab-org/gitlab!68116
-
Gabriel Mazetto authored
Geo: Fixes to SSF guide for new blobs See merge request gitlab-org/gitlab!68077
-
Matija Čupić authored
Update Auto DevOps' auto-deploy-image to v2.12.0 See merge request gitlab-org/gitlab!68103
-
Max Woolf authored
Enable seat usage export (remove seat_usage feature flag) See merge request gitlab-org/gitlab!67934
-
Amy Qualls authored
Added troubleshooting steps to snippet docs See merge request gitlab-org/gitlab!67859
-
Nilanka De Silva authored
-
Andy Soiron authored
Add developers and maintainers to security policy project See merge request gitlab-org/gitlab!67657
-
Sashi Kumar Kumaresan authored
-
David Fernandez authored
Remove dead code composer file system See merge request gitlab-org/gitlab!67843
-
Max Woolf authored
Merge branch '330682-update-deployments-hooksworker-to-utilize-new-sidekiq-readonly-database-replicas' into 'master' Update Deployments::HooksWorker to use Sidekiq readonly DB replicas See merge request gitlab-org/gitlab!67878
-
Amy Qualls authored
Fix vale and style issues in Service Ping docs - part 1 See merge request gitlab-org/gitlab!67612
-
Sean McGivern authored
Duing application init connection can be assigned to `NullPool` See merge request gitlab-org/gitlab!68154
-
Enrique Alcántara authored
Refactor weight select in board scope See merge request gitlab-org/gitlab!67928
-
Florie Guibert authored
Prevent mutating props and make selector more consistent with other selectors Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67928/ EE: true
-
Max Woolf authored
Enable ff_group_membership_export flag by default See merge request gitlab-org/gitlab!68140
-
Max Woolf authored
-
Etienne Baqué authored
Add container registry migration eligibility flag to all tokens regardless of action [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!67852
-
Gabriel Mazetto authored
Delete backups/tmp after restore See merge request gitlab-org/gitlab!67741
-
Sean McGivern authored
GithubImporter: Ensure to fail and log imports on exceptions See merge request gitlab-org/gitlab!67454
-
Kamil Trzciński authored
This appears to be a case for lazy init of performance bar that in some circumstances results in a exception raised as `db_config` is undefined
-
Oghenerukevwe Kofi authored
-
Arturo Herrero authored
Integrations metrics dictionary See merge request gitlab-org/gitlab!68137
-
Sean McGivern authored
Add db_config_name label to prometheus database metrics See merge request gitlab-org/gitlab!67806
-
Kushal Pandya authored
Add support for rendering subscript/superscript in content editor See merge request gitlab-org/gitlab!68106
-
Alper Akgun authored
Add performance_indicator_type metric See merge request gitlab-org/gitlab!68146
-
Rajendra Kadam authored
-
Kassio Borges authored
Currently, the Github Importer might end up stuck even after failing to import the git repository. This might also happen when importing other types of objects from Github. To provide better feedback to the end user this kind of exception will now mark the import (import_state) as failed. Also, to provide information to developers and testers the exceptions errors will be logged (importer.log) and saved in the import_failures table. == What was done * Created Gitlab::Import::ImportFailureService: This way we now have a standard way to log exceptions/errors that happens while importing a project; * All the exceptions/errors are logged to the importer.log with a standard format; * All the exceptions/errors are tracked in Gitlab::ErrorTracking; * All the exceptions/errors are recorded in the import_failures table; * When required, the exception/error might mark the whole import as failed; * This was created in a more generic way because it can later be used in the other importers (bitbucket, gitlab, etc); * Updated Github Importer workers/importers to leverage of the Gitlab::Import::ImportFailureService; * Updated Gitlab::GithubImport::Queue, to use Gitlab::Import::ImportFailureService when jobs exhausted retries; * Updated Gitlab::Import::StuckImportJob to use Gitlab::Import::ImportFailureService; * This is also used in the Jira importer; Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/335660 Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67454
-
Shubham Kumar authored
Changelog: fixed
-
Alper Akgun authored
Resolve "Migrate RedisHLL metrics to instrumentation classes" See merge request gitlab-org/gitlab!67820
-
Luis Mejia authored
-
Max Woolf authored
Use plan ID to filter namespace eligibility for purchase See merge request gitlab-org/gitlab!66981
-
Natalia Tepluhina authored
Fix due date tooltip on milestone in sidebar See merge request gitlab-org/gitlab!68130
-
Brandon Labuschagne authored
Merge branch '338222-follow-up-from-deployment-rollback-modal-change-form-submit-to-post' into 'master' Use GlSprintf in deployment rollback modal See merge request gitlab-org/gitlab!67970
-
Martin Wortschack authored
-
Arturo Herrero authored
Ecosystem has been promoted to a stage. This updates the metrics dictionary: - product_stage: create -> ecosystem - product_group: group::ecosystem -> group::integrations
-
Kati Paizee authored
-