-
- Downloads
Automatic merge of gitlab-org/gitlab master
No related branches found
No related tags found
Showing
- .gitlab/ci/global.gitlab-ci.yml 42 additions, 0 deletions.gitlab/ci/global.gitlab-ci.yml
- .gitlab/ci/rails.gitlab-ci.yml 117 additions, 0 deletions.gitlab/ci/rails.gitlab-ci.yml
- .gitlab/ci/rails/shared.gitlab-ci.yml 28 additions, 0 deletions.gitlab/ci/rails/shared.gitlab-ci.yml
- .gitlab/ci/static-analysis.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/static-analysis.gitlab-ci.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.checksum 1 addition, 1 deletionGemfile.checksum
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- doc/architecture/blueprints/cells/infrastructure/deployments.md 1 addition, 1 deletion...chitecture/blueprints/cells/infrastructure/deployments.md
- doc/architecture/blueprints/gitlab_ml_experiments/index.md 1 addition, 1 deletiondoc/architecture/blueprints/gitlab_ml_experiments/index.md
- doc/development/fe_guide/frontend_goals.md 50 additions, 50 deletionsdoc/development/fe_guide/frontend_goals.md
- doc/development/pipelines/index.md 2 additions, 2 deletionsdoc/development/pipelines/index.md
- doc/development/pipelines/internals.md 2 additions, 0 deletionsdoc/development/pipelines/internals.md
- doc/solutions/cloud/aws/gitlab_aws_integration.md 1 addition, 1 deletiondoc/solutions/cloud/aws/gitlab_aws_integration.md
- doc/user/application_security/sast/analyzers.md 1 addition, 1 deletiondoc/user/application_security/sast/analyzers.md
- doc/user/application_security/sast/index.md 3 additions, 5 deletionsdoc/user/application_security/sast/index.md
- doc/user/project/repository/code_suggestions/index.md 3 additions, 0 deletionsdoc/user/project/repository/code_suggestions/index.md
... | ... | @@ -522,7 +522,7 @@ group :test do |
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 | ||
gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'gitlab_quality-test_tooling', '~> 1.14.2', require: false, feature_category: :tooling | ||
gem 'gitlab_quality-test_tooling', '~> 1.15.0', require: false, feature_category: :tooling | ||
end | ||
gem 'octokit', '~> 8.0', feature_category: :importers | ||
... | ... |
Please register or sign in to comment