- 13 Aug, 2021 40 commits
-
-
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
-
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
-
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
-
Alper Akgun authored
Convert metric definition data categories to lowercase See merge request gitlab-org/gitlab!68083
-
Heinrich Lee Yu authored
Product Planning data definition updates See merge request gitlab-org/gitlab!68015
-
Kati Paizee authored
Fix examples in Snowplow testing best practices docs See merge request gitlab-org/gitlab!68117
-
Luke Duncalfe authored
Add Conan packages to the `list project dependencies` API See merge request gitlab-org/gitlab!67884
-
Tetiana Chupryna authored
Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/330918 Changelog: fixed EE: true
-
Stan Hu authored
Clarify comment to link to authoritative source See merge request gitlab-org/gitlab!68129
-
Marcel Amirault authored
Small edit to procedure - change click to select See merge request gitlab-org/gitlab!68016
-
Thiago Figueiró authored
This reverts commit 93fc4940. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61385
-
Mark Chao authored
if there are two distinct code paths for SaaS or Self Managed. Reduce chance of mixing the two concepts for new comers.
-
Thong Kuah authored
-
Ramya Authappan authored
E2E for Content Editor in Wiki See merge request gitlab-org/gitlab!67814
-
Evan Read authored
Add OAuth Refresh Token documentation See merge request gitlab-org/gitlab!68007
-
Drew Blessing authored
-
Marcel Amirault authored
Fix HTTP verb in user approval API See merge request gitlab-org/gitlab!68006
-