Commits on Source (20)
-
Ahmed Hemdan authored
Changelog: fixed EE: true
-
Coung Ngo authored
Move away from deprecated `createComponentWithStore` etc
-
Bob Van Landuyt authored
This feature flag was enabled in production since 2022-05-27 without further issue https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/11581 Changelog: performance
-
Ahmed Hemdan authored
Environment#associated_approval_rules was returning AR relation object instead of Array object. This resulted in N+1 since some methods try to execute a new query and ignore strong_memoize. We instead calculate the required_approval_count from the Array object. Also fixes a false-positive test. Co-authored-by:
Shinya Maeda <shinya@gitlab.com>
-
David O'Regan authored
This reverts merge request !81833
-
Ahmed Hemdan authored
-
Kerri Miller authored
Revert "Merge branch '353926' into 'master'" See merge request !92104
-
Test removing the buttons from project page, leave them on Empty repo page, but otherwise these buttons can use the New File > Template. File list page is for browsing files
-
Mike Greiling authored
Merge branch '22055-no-setting-to-remove-missing-buttons-changelog-license-contribution-auto-devops-etc' into 'master' Add space between buttons on empty project page See merge request !90767
-
Changelog: changed
-
Mayra Cabrera authored
Remove banner about free project changes See merge request !91533
-
Add migrations to drop table Update gitlab schema Changelog: removed MR: !91859
-
Mayra Cabrera authored
Drop tables related to elastic stack integration and elastic stack applications See merge request !91859
-
This adds the `sbom_occurrences` table which is part three of a three-phase implementation for adding new models to support the tracking of Software Bill of Materials (SBoM) components in GitLab. `sbom_occurrences` tracks each new occurence of a component, the commit which it originated from, and its relation to other SBoM tables. Changelog: added
-
Mayra Cabrera authored
Add sbom_occurrences table and model See merge request !90814
-
Ezekiel Kigbo authored
Update frontend tests to vue-test-utils See merge request !91937
-
Dylan Griffith authored
Remove sticky_ci_archive_trace_worker feature flag See merge request !91996
-
Shinya Maeda authored
Fix deployment approval popup to support multiple approval rules See merge request !91573
-
Changelog: added
-
Shinya Maeda authored
Resolve "Continuous Verification CMAU Instrumentation MVC" See merge request !91925
Showing
- .rubocop_todo/layout/first_array_element_indentation.yml 0 additions, 1 deletion.rubocop_todo/layout/first_array_element_indentation.yml
- .rubocop_todo/layout/space_inside_block_braces.yml 0 additions, 2 deletions.rubocop_todo/layout/space_inside_block_braces.yml
- .rubocop_todo/rails/file_path.yml 0 additions, 1 deletion.rubocop_todo/rails/file_path.yml
- .rubocop_todo/rails/inverse_of.yml 0 additions, 1 deletion.rubocop_todo/rails/inverse_of.yml
- .rubocop_todo/rails/redundant_foreign_key.yml 0 additions, 1 deletion.rubocop_todo/rails/redundant_foreign_key.yml
- .rubocop_todo/rspec/context_wording.yml 0 additions, 1 deletion.rubocop_todo/rspec/context_wording.yml
- .rubocop_todo/style/percent_literal_delimiters.yml 0 additions, 3 deletions.rubocop_todo/style/percent_literal_delimiters.yml
- app/assets/stylesheets/page_bundles/project.scss 0 additions, 11 deletionsapp/assets/stylesheets/page_bundles/project.scss
- app/helpers/users/callouts_helper.rb 0 additions, 5 deletionsapp/helpers/users/callouts_helper.rb
- app/models/ci/build.rb 8 additions, 0 deletionsapp/models/ci/build.rb
- app/models/users/callout.rb 3 additions, 1 deletionapp/models/users/callout.rb
- app/models/wiki_page.rb 2 additions, 1 deletionapp/models/wiki_page.rb
- app/views/projects/_files.html.haml 1 addition, 1 deletionapp/views/projects/_files.html.haml
- app/views/projects/_stat_anchor_list.html.haml 1 addition, 1 deletionapp/views/projects/_stat_anchor_list.html.haml
- app/views/projects/activity.html.haml 0 additions, 1 deletionapp/views/projects/activity.html.haml
- app/views/projects/edit.html.haml 0 additions, 2 deletionsapp/views/projects/edit.html.haml
- app/views/projects/labels/index.html.haml 0 additions, 1 deletionapp/views/projects/labels/index.html.haml
- app/views/projects/project_members/index.html.haml 0 additions, 1 deletionapp/views/projects/project_members/index.html.haml
- app/views/projects/show.html.haml 0 additions, 1 deletionapp/views/projects/show.html.haml
- app/workers/ci/archive_trace_worker.rb 2 additions, 6 deletionsapp/workers/ci/archive_trace_worker.rb