-
- Downloads
Raise default CI variable limits
Data gathering revealed that the maximum number of CI variables currently used by projects and groups on gitlab.com is much higher than we originally suspected. This commit raises the default variable limits so that enforcing them on the backend will not be a breaking change Changelog: changed
parent
bdf96bb2
No related branches found
No related tags found
Showing
- db/migrate/20230124173255_raise_group_and_project_ci_variable_limits.rb 17 additions, 0 deletions...30124173255_raise_group_and_project_ci_variable_limits.rb
- db/migrate/20230131123923_raise_ci_variables_default_limits.rb 8 additions, 0 deletions...grate/20230131123923_raise_ci_variables_default_limits.rb
- db/schema_migrations/20230124173255 1 addition, 0 deletionsdb/schema_migrations/20230124173255
- db/schema_migrations/20230131123923 1 addition, 0 deletionsdb/schema_migrations/20230131123923
- db/structure.sql 2 additions, 2 deletionsdb/structure.sql
- doc/ci/variables/index.md 3 additions, 1 deletiondoc/ci/variables/index.md
- spec/requests/api/graphql/ci/group_variables_spec.rb 1 addition, 1 deletionspec/requests/api/graphql/ci/group_variables_spec.rb
- spec/requests/api/graphql/ci/project_variables_spec.rb 1 addition, 1 deletionspec/requests/api/graphql/ci/project_variables_spec.rb
db/schema_migrations/20230124173255
0 → 100644
db/schema_migrations/20230131123923
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1922 (merged)
Please register or sign in to comment