Use the HTTP_V2 alongside LegacyHTTP
- Move the existing HTTP lib to LegacyHTTP - Use the existing HTTP file to switch between HTTP and LegacyHTTP via the new feature flag use_gitlab_http_v2 - Adjust test files according to the new changes These changes are behind the feature flag use_gitlab_http_v2
显示
- .rubocop_todo/layout/line_length.yml 0 个添加, 1 个删除.rubocop_todo/layout/line_length.yml
- .rubocop_todo/lint/unused_block_argument.yml 0 个添加, 1 个删除.rubocop_todo/lint/unused_block_argument.yml
- .rubocop_todo/rails/file_path.yml 1 个添加, 1 个删除.rubocop_todo/rails/file_path.yml
- .rubocop_todo/rspec/context_wording.yml 1 个添加, 1 个删除.rubocop_todo/rspec/context_wording.yml
- .rubocop_todo/rspec/expect_in_hook.yml 1 个添加, 1 个删除.rubocop_todo/rspec/expect_in_hook.yml
- .rubocop_todo/rspec/instance_variable.yml 1 个添加, 1 个删除.rubocop_todo/rspec/instance_variable.yml
- .rubocop_todo/rspec/missing_feature_category.yml 0 个添加, 1 个删除.rubocop_todo/rspec/missing_feature_category.yml
- config/feature_flags/development/use_gitlab_http_v2.yml 8 个添加, 0 个删除config/feature_flags/development/use_gitlab_http_v2.yml
- config/initializers_before_autoloader/004_zeitwerk.rb 1 个添加, 0 个删除config/initializers_before_autoloader/004_zeitwerk.rb
- config/object_store_settings.rb 14 个添加, 0 个删除config/object_store_settings.rb
- ee/spec/lib/system_check/geo/http_connection_check_spec.rb 1 个添加, 1 个删除ee/spec/lib/system_check/geo/http_connection_check_spec.rb
- ee/spec/workers/product_analytics/initialize_snowplow_product_analytics_worker_spec.rb 1 个添加, 1 个删除...tics/initialize_snowplow_product_analytics_worker_spec.rb
- gems/gitlab-http/lib/gitlab/http_v2/client.rb 54 个添加, 50 个删除gems/gitlab-http/lib/gitlab/http_v2/client.rb
- lib/gitlab/http.rb 51 个添加, 65 个删除lib/gitlab/http.rb
- lib/gitlab/legacy_http.rb 78 个添加, 0 个删除lib/gitlab/legacy_http.rb
- spec/config/object_store_settings_spec.rb 18 个添加, 0 个删除spec/config/object_store_settings_spec.rb
- spec/lib/gitlab/http_spec.rb 53 个添加, 392 个删除spec/lib/gitlab/http_spec.rb
- spec/lib/gitlab/legacy_http_spec.rb 448 个添加, 0 个删除spec/lib/gitlab/legacy_http_spec.rb
- spec/models/integrations/jira_spec.rb 1 个添加, 1 个删除spec/models/integrations/jira_spec.rb
- spec/services/projects/lfs_pointers/lfs_download_service_spec.rb 1 个添加, 1 个删除...rvices/projects/lfs_pointers/lfs_download_service_spec.rb
加载中
想要评论请 注册 或 登录