-
- Downloads
Introduce ExcludedNamespace model/table
Add a new model for LimitExclusion Add the new model under Namespaces::Storage Add the storage_limit_exclusion/namespace relation Cover changes with specs Document the new table Changelog: added MR: !108449
parent
e5f22e6a
No related branches found
No related tags found
Showing
- db/docs/namespaces_storage_limit_exclusions.yml 12 additions, 0 deletionsdb/docs/namespaces_storage_limit_exclusions.yml
- db/migrate/20230109093043_create_namespaces_storage_limit_exclusions.rb 20 additions, 0 deletions...30109093043_create_namespaces_storage_limit_exclusions.rb
- db/schema_migrations/20230109093043 1 addition, 0 deletionsdb/schema_migrations/20230109093043
- db/structure.sql 28 additions, 0 deletionsdb/structure.sql
- ee/app/models/ee/namespace.rb 1 addition, 0 deletionsee/app/models/ee/namespace.rb
- ee/app/models/namespaces/storage/limit_exclusion.rb 12 additions, 0 deletionsee/app/models/namespaces/storage/limit_exclusion.rb
- ee/spec/factories/namespaces/storage/limit_exclusions.rb 8 additions, 0 deletionsee/spec/factories/namespaces/storage/limit_exclusions.rb
- ee/spec/models/ee/namespace_spec.rb 1 addition, 0 deletionsee/spec/models/ee/namespace_spec.rb
- ee/spec/models/ee/namespaces/storage/limit_exclusion_spec.rb 33 additions, 0 deletionsee/spec/models/ee/namespaces/storage/limit_exclusion_spec.rb
db/schema_migrations/20230109093043
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1922 (merged)
Please register or sign in to comment