Commits on Source (32)
-
Vladimir Shushlin authored
Changelog: fixed
-
Albert authored
-
James Fargher authored
This method was cachizing the result, but the result was only used in one place that was already cached.
-
James Fargher authored
The repositories for specific projects can be backed up or restored using the env var REPOSITORIES_PATHS which takes a comma separated list of project paths. In the future this feature may be expanded to backup all the repositories for groups. Changelog: added
-
Phil Hughes authored
Closes #363413
-
Catalin Irimie authored
-
Marcel van Remmerden authored
Changelog: changed EE: true
-
feistel authored
-
This model will be responsible for storing state transitions of a Vulnerability. Changelog: added
-
Alex Pooley authored
Add VulnerabilityStateTransition model See merge request !87957
-
Ethan Urie authored
Merge branch '267523-non-members-of-a-project-can-subscribe-to-new-release-notifications-but-they-will-not-be' into 'master' Fix notifications for new releases See merge request !88040
-
Amy Qualls authored
These words never should have been upper-case.
-
Amy Qualls authored
Fix more vale substitution warnings See merge request !88695
-
Tiffany Rea authored
Fix Geo QA CI job log artifacts replication tests See merge request !88667
-
Dylan Griffith authored
Add backup option to filter for specific projects See merge request !88094
-
- Variables must be declared in the project to be recognized - Uri must be quoted in tfvars (because of the contained column). Quote everything as a good practice
-
Suzanne Selhorn authored
Fix terraform remote state datasource documentation See merge request !88522
-
Move 2 E2E specs which uses needs:project to EE Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Anastasia McDonald authored
Move 2 verify E2E specs to EE due to using premium feature See merge request !88539
-
-
-
Changelog: changed
-
Ezekiel Kigbo authored
Migrates "Try out GitLab pipelines" button in MR widgets See merge request !88650
-
Ezekiel Kigbo authored
Replace jQuery in app/assets/javascripts/projects/project_visibility.js file See merge request !88461
-
GitLab Importer aka BulkImport uses a configuration file to define which pipelines will be executed when importing groups or projects However, some pipelines can't be executed when importing from sources instances running a GitLab version incompatible with the pipeline. This change introduces the attributes miminum_source_version and maximum_source_version to the pipeline configuration to skip a pipeline depending on the source instance versions. When the source instance version doesn't meet the version requirements, the pipeline trackers are created as skipped, which prevents the pipeline from being executed. Changelog: added
-
Sincheol (David) Kim authored
Add minimum and maximum source versions in BulkImport trackers config See merge request !87898
-
Ezekiel Kigbo authored
Update dependency list page subheader See merge request !88578
-
Sincheol (David) Kim authored
Remove unused code quality report path See merge request !88374
-
Kushal Pandya authored
Change breakpoints for new merge request sidebar See merge request !88658
-
- Removes feature flag Changelog: other
-
Etienne Baqué authored
Remove gitaly_replace_wiki_create_page flag See merge request !88624
-
Olena Horal-Koretska authored
Migrates the "Save changes" button for adding new geo site See merge request !88678
Showing
- .rubocop_todo/layout/line_length.yml 0 additions, 1 deletion.rubocop_todo/layout/line_length.yml
- app/assets/javascripts/projects/project_visibility.js 2 additions, 4 deletionsapp/assets/javascripts/projects/project_visibility.js
- app/assets/javascripts/right_sidebar.js 1 addition, 1 deletionapp/assets/javascripts/right_sidebar.js
- app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue 1 addition, 1 deletion..._request_widget/components/mr_widget_suggest_pipeline.vue
- app/assets/stylesheets/framework/sidebar.scss 7 additions, 5 deletionsapp/assets/stylesheets/framework/sidebar.scss
- app/assets/stylesheets/page_bundles/merge_requests.scss 1 addition, 1 deletionapp/assets/stylesheets/page_bundles/merge_requests.scss
- app/assets/stylesheets/pages/issuable.scss 5 additions, 4 deletionsapp/assets/stylesheets/pages/issuable.scss
- app/models/bulk_imports/entity.rb 1 addition, 12 deletionsapp/models/bulk_imports/entity.rb
- app/models/wiki.rb 13 additions, 34 deletionsapp/models/wiki.rb
- app/serializers/merge_request_widget_entity.rb 0 additions, 14 deletionsapp/serializers/merge_request_widget_entity.rb
- app/services/bulk_imports/create_pipeline_trackers_service.rb 68 additions, 0 deletions...services/bulk_imports/create_pipeline_trackers_service.rb
- app/services/notification_recipients/build_service.rb 0 additions, 4 deletionsapp/services/notification_recipients/build_service.rb
- app/services/notification_recipients/builder/new_release.rb 0 additions, 25 deletionsapp/services/notification_recipients/builder/new_release.rb
- app/services/notification_service.rb 3 additions, 1 deletionapp/services/notification_service.rb
- app/views/projects/merge_requests/show.html.haml 6 additions, 1 deletionapp/views/projects/merge_requests/show.html.haml
- app/views/shared/issuable/_sidebar.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- app/workers/bulk_import_worker.rb 1 addition, 1 deletionapp/workers/bulk_import_worker.rb
- config/feature_flags/undefined/gitaly_replace_wiki_create_page.yml 0 additions, 8 deletions...ature_flags/undefined/gitaly_replace_wiki_create_page.yml
- db/docs/vulnerability_state_transitions.yml 9 additions, 0 deletionsdb/docs/vulnerability_state_transitions.yml
- db/migrate/20220517182529_create_vulnerability_state_transition.rb 18 additions, 0 deletions...e/20220517182529_create_vulnerability_state_transition.rb
db/docs/vulnerability_state_transitions.yml
0 → 100644