-
- Downloads
Merge branch 'tchu-bot-create-new-api' into 'master'
Draft: Create initial Tanuki bot api endpoint See merge request gitlab-org/gitlab!117695 Merged-by:Terri Chu <tchu@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Madelein van Niekerk <mvanniekerk@gitlab.com>
No related branches found
No related tags found
Showing
- config/feature_flags/development/tanuki_bot.yml 8 additions, 0 deletionsconfig/feature_flags/development/tanuki_bot.yml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- ee/app/controllers/llm/tanuki_bot_controller.rb 23 additions, 0 deletionsee/app/controllers/llm/tanuki_bot_controller.rb
- ee/app/models/ee/user.rb 3 additions, 2 deletionsee/app/models/ee/user.rb
- ee/app/models/gitlab_subscriptions/features.rb 1 addition, 0 deletionsee/app/models/gitlab_subscriptions/features.rb
- ee/config/routes/llm.rb 5 additions, 0 deletionsee/config/routes/llm.rb
- ee/lib/gitlab/llm/tanuki_bot.rb 162 additions, 0 deletionsee/lib/gitlab/llm/tanuki_bot.rb
- ee/spec/controllers/llm/tanuki_bot_controller_spec.rb 53 additions, 0 deletionsee/spec/controllers/llm/tanuki_bot_controller_spec.rb
- ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb 219 additions, 0 deletionsee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
- ee/spec/models/ee/user_spec.rb 17 additions, 0 deletionsee/spec/models/ee/user_spec.rb
ee/config/routes/llm.rb
0 → 100644
ee/lib/gitlab/llm/tanuki_bot.rb
0 → 100644
ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
0 → 100644
Please register or sign in to comment