- 13 Aug, 2021 40 commits
-
-
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
-
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
-
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
-
Rajendra Kadam authored
-
Markus Koller authored
Merge branch '335014-retry-proxied-jiraconnection-installation-deletion-if-the-remote-server-is-not-reachable' into 'master' Resolve "Retry proxied JiraConnection installation deletion if the remote server is not reachable" See merge request gitlab-org/gitlab!67987
-
Dylan Griffith authored
Utility for detecting cross DB data modification See merge request gitlab-org/gitlab!67213
-
Adam Hegyi authored
-
Dylan Griffith authored
Revert "Add VulnerabilityCreate GraphQL mutation" See merge request gitlab-org/gitlab!68132
-
James Lopez authored
Classify EE trial feature as SaaS or SM See merge request gitlab-org/gitlab!67821
-
Dylan Griffith authored
Use the ListCommits RPC for Gitlab::Git::Commit.between See merge request gitlab-org/gitlab!67591
-
Jan Provaznik authored
Remove `jira_issue_association_on_merge_request` feature flag See merge request gitlab-org/gitlab!68036
-
Kushal Pandya authored
Fix basic search full count load See merge request gitlab-org/gitlab!67959
-
Jiaan Louw authored
Changelog: other EE: true
-
Florie Guibert authored
Changelog: fixed
-