Remove deprecated /code_suggestions/tokens endpoint
* In an earlier iteration of code suggestions, this endpoint was used to generate a JWT for the IDE, which then made calls directly to the AI Gateway. * This endpoint already returns a 404 for gitlab.com, but we kept it around for older self-managed GitLab instances that were using code suggestions. * As of Feb 15th, all Code Suggestions users must be on 16.7 or newer if they are self managed so we can safely get rid of this endpoint. * https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp/-/issues/137 Changelog: removed EE: true
显示
- config/events/20230605152832_API__Ml__AiAssist_authenticate.yml 0 个添加, 22 个删除.../events/20230605152832_API__Ml__AiAssist_authenticate.yml
- config/events/code_suggestions_authenticate.yml 0 个添加, 22 个删除config/events/code_suggestions_authenticate.yml
- config/metrics/counts_28d/count_total_code_suggestions_authenticate_28d.yml 0 个添加, 26 个删除...nts_28d/count_total_code_suggestions_authenticate_28d.yml
- config/metrics/counts_7d/count_total_code_suggestions_authenticate_7d.yml 0 个添加, 26 个删除...ounts_7d/count_total_code_suggestions_authenticate_7d.yml
- doc/api/code_suggestions.md 0 个添加, 26 个删除doc/api/code_suggestions.md
- ee/lib/api/code_suggestions.rb 0 个添加, 30 个删除ee/lib/api/code_suggestions.rb
- ee/spec/requests/api/code_suggestions_spec.rb 0 个添加, 55 个删除ee/spec/requests/api/code_suggestions_spec.rb
想要评论请 注册 或 登录