- 27 Aug, 2020 1 commit
-
-
Maxime Orefice authored
This MR moves our each_blob method definition to our Artifactable module. This way we are now able to use it inside our new PipelineArtifact model.
-
- 26 Aug, 2020 39 commits
-
-
Jan Provaznik authored
Remove VulnerableProjectsController(s) and related logic See merge request gitlab-org/gitlab!40179
-
Douglas Barbosa Alexandre authored
Fix incorrect project path warning after failed project path rename See merge request gitlab-org/gitlab!40422
-
Andreas Brandl authored
Create `IssuableSeverity` model to store a severity level for Incidents Closes #238562 See merge request gitlab-org/gitlab!40272
-
Rémy Coutable authored
Quarantine all monitor specs See merge request gitlab-org/gitlab!40498
-
Illya Klymov authored
Increase clickable area of toggle_button.vue Closes #235965 See merge request gitlab-org/gitlab!40231
-
Stan Hu authored
Adjust some specs to Ruby 2.7 See merge request gitlab-org/gitlab!40490
-
Kamil Trzciński authored
Make web IDE the preferred editor for .gitlab-ci.yml See merge request gitlab-org/gitlab!39508
-
Payton Burdette authored
Add alert for using the ide for editing .gitlab-ci.yml files. Also edit setup project button to open .gitlab-ci.yml.
-
Kushal Pandya authored
Epic labeling for confidential epics Closes #229768 See merge request gitlab-org/gitlab!39794
-
Mehmet Emin INAC authored
As we started using GraphQL for letter grades information, these controllers became obsolote therefore we are removing them from the codebase.
-
Natalia Tepluhina authored
Refactor storage of import_status See merge request gitlab-org/gitlab!40160
-
Illya Klymov authored
Refactor store to maintain importStatus as part of importedProject It reflects real state on backend side
-
Toon Claes authored
Revert "Merge branch '227114_populate_resolved_on_default_branch_column_for_existing_vulnerabilities' into 'master'" See merge request gitlab-org/gitlab!40494
-
Shinya Maeda authored
Merge branch '241138-remove-the-ci_expand_names_for_cross_pipeline_artifacts-in-gitlab-ci-features' into 'master' Remove FF helper method ci_expand_names_for_cross_pipeline_artifacts? Closes #241138 See merge request gitlab-org/gitlab!40385
-
Marcia Ramos authored
Closure policy for inactive bugs See merge request gitlab-org/gitlab!39693
-
Ramya Authappan authored
-
Martin Wortschack authored
Refactor(VSA): Separate query and state management See merge request gitlab-org/gitlab!39603
-
Michael Lunøe authored
Separate filter bar store and actions from app store and actions to prepare for a general analytics filter bar solution Use url-sync component instead of mixin to separate concerns between base and filter-bar
-
Kamil Trzciński authored
Rename service model scopes See merge request gitlab-org/gitlab!40418
-
Arturo Herrero authored
-
Kamil Trzciński authored
Create security_on_demand_scans_scanner_profiles feature flag See merge request gitlab-org/gitlab!39250
-
Igor Drozdov authored
Update merge request diff files_count cache when removing diffs Closes #240921 See merge request gitlab-org/gitlab!40384
-
James Lopez authored
Move Pages directory in Sidekiq when renaming a project See merge request gitlab-org/gitlab!40087
-
Sean McGivern authored
Specify custom path for Vault auth method Closes #241130 See merge request gitlab-org/gitlab!40366
-
svistas authored
-
Kushal Pandya authored
Fixed batch comments styles not loading in FOSS Closes #240235 See merge request gitlab-org/gitlab!40479
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/240235
-
Kushal Pandya authored
Override the parallel diff lines property with new data See merge request gitlab-org/gitlab!40131
-
Phil Hughes authored
Doing it this way allows us to: 1. Allow all existing code to work without changing a lot 2. Migrate all the code away from this property once this feature has been fully rolled out https://gitlab.com/gitlab-org/gitlab/-/issues/236143
-
Marcia Ramos authored
Update factory doc with common change information See merge request gitlab-org/gitlab!40308
-
Allison Browne authored
-
Imre Farkas authored
Revert "Merge branch '227114_populate_resolved_on_default_branch_column_for_existing_vulnerabilities' into 'master'" This reverts commit 00452a5e, reversing changes made to 8b7b5a53.
-
Imre Farkas authored
This reverts commit 7eac2cf6.
-
Nick Thomas authored
The files_count cache column was created with the assumption that the number of files never changes throughout the life of a diff. However, we have discovered the DeleteDiffFilesWorker, which removes them (and sets the state of the diff to :without_files) in some limited cases. This MR updates the cache columns (both commits_count and files_count) so they will be re-recorded on every update. Since updates are rare, the additional cost of this should be very low.
-
Rajat Jain authored
When creating confidential epics/ issues in epic tree show better labeling
-
Kamil Trzciński authored
Improve error message for job configs that fail to match an entry See merge request gitlab-org/gitlab!40120
-
Igor Drozdov authored
-
Igor Drozdov authored
There's no practical difference between two, but any_args accepts no_args as an options as well
-
Sean McGivern authored
This is behind the async_pages_move_project_rename feature flag. When it's enabled and a project is renamed, we do not move the Pages directory in Puma - instead, we schedule a Sidekiq job to perform the move. We already weren't checking the return value of `Gitlab::PagesTransfer#rename_project`, so this shouldn't introduce any failure cases that weren't there already.
-