- 13 Aug, 2021 40 commits
-
-
Nilanka De Silva authored
-
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
-
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
-
Jacques Erasmus authored
Merge branch '332844-create-a-download-for-the-secret-when-creating-an-application-in-admin-applications-2' into 'master' Replace plain text application secret with a copy button See merge request gitlab-org/gitlab!67453
-
Alper Akgun authored
Add performance_indicator_type metric See merge request gitlab-org/gitlab!68141
-
Rajendra Kadam authored
-
Dmitry Gruzd authored
Dast meta tag valid case See merge request gitlab-org/gitlab!68115
-
Alex Pooley authored
-
Alex Kalderimis authored
Add caching on call to Repository#merge_to_ref See merge request gitlab-org/gitlab!67789
-
Kerri Miller authored
It stands to reason that for a given target/source sha combination, subsequent calls should result in the same result.. so why call it more than once for a given combination (especially since this can be a slow, weighty call to make to Gitaly?)
-
Dmitry Gruzd authored
Deprecate Pipeline finder by name See merge request gitlab-org/gitlab!67685
-
Furkan Ayhan authored
-
Ramya Authappan authored
Dependency proxy test See merge request gitlab-org/gitlab!66468
-
Alex Kalderimis authored
Create policies_controller#new action and route See merge request gitlab-org/gitlab!67795
-
Alexander Turinske authored
- add tests - update locale
-
Alper Akgun authored
Add performance_indicator_type metric See merge request gitlab-org/gitlab!68134
-