-
- Downloads
Add the tanuki_bot migration/model
Changelog: added EE: true
parent
f09aff5b
No related branches found
No related tags found
Showing
- .gitlab/ci/global.gitlab-ci.yml 24 additions, 12 deletions.gitlab/ci/global.gitlab-ci.yml
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.checksum 1 addition, 0 deletionsGemfile.checksum
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- config/database.yml.decomposed-postgresql 7 additions, 0 deletionsconfig/database.yml.decomposed-postgresql
- config/database.yml.postgresql 7 additions, 0 deletionsconfig/database.yml.postgresql
- ee/app/models/embedding/tanuki_bot_mvc.rb 12 additions, 0 deletionsee/app/models/embedding/tanuki_bot_mvc.rb
- ee/db/embedding/docs/tanuki_bot_mvc.yml 10 additions, 0 deletionsee/db/embedding/docs/tanuki_bot_mvc.yml
- ee/db/embedding/migrate/20230420103900_create_tanuki_bot_mvc.rb 20 additions, 0 deletions...embedding/migrate/20230420103900_create_tanuki_bot_mvc.rb
- ee/db/embedding/schema_migrations/20230420103900 1 addition, 0 deletionsee/db/embedding/schema_migrations/20230420103900
- ee/db/embedding/structure.sql 30 additions, 0 deletionsee/db/embedding/structure.sql
- ee/spec/factories/embedding/tanuki_bot.rb 18 additions, 0 deletionsee/spec/factories/embedding/tanuki_bot.rb
- ee/spec/models/embedding/tanuki_bot_mvc_spec.rb 29 additions, 0 deletionsee/spec/models/embedding/tanuki_bot_mvc_spec.rb
- scripts/prepare_build.sh 9 additions, 0 deletionsscripts/prepare_build.sh
... | ... | @@ -30,6 +30,8 @@ gem 'view_component', '~> 2.74.1' |
# Supported DBs | ||
gem 'pg', '~> 1.4.6' | ||
gem 'neighbor', '~> 0.2.3' | ||
gem 'rugged', '~> 1.5' | ||
gem 'grape-path-helpers', '~> 1.7.1' | ||
... | ... |
ee/app/models/embedding/tanuki_bot_mvc.rb
0 → 100644
ee/db/embedding/docs/tanuki_bot_mvc.yml
0 → 100644
ee/spec/factories/embedding/tanuki_bot.rb
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!2145 (merged)
Please register or sign in to comment