Implement JSON status for importers behind feature flag
- introduce new_import_ui feature flag - implement specialized serializers
显示
- app/controllers/import/base_controller.rb 76 个添加, 0 个删除app/controllers/import/base_controller.rb
- app/controllers/import/bitbucket_controller.rb 49 个添加, 6 个删除app/controllers/import/bitbucket_controller.rb
- app/controllers/import/bitbucket_server_controller.rb 52 个添加, 5 个删除app/controllers/import/bitbucket_server_controller.rb
- app/controllers/import/fogbugz_controller.rb 35 个添加, 1 个删除app/controllers/import/fogbugz_controller.rb
- app/controllers/import/github_controller.rb 1 个添加, 1 个删除app/controllers/import/github_controller.rb
- app/serializers/import/base_provider_repo_entity.rb 9 个添加, 0 个删除app/serializers/import/base_provider_repo_entity.rb
- app/serializers/import/bitbucket_provider_repo_entity.rb 21 个添加, 0 个删除app/serializers/import/bitbucket_provider_repo_entity.rb
- app/serializers/import/bitbucket_server_provider_repo_entity.rb 11 个添加, 0 个删除...rializers/import/bitbucket_server_provider_repo_entity.rb
- app/serializers/import/fogbugz_provider_repo_entity.rb 21 个添加, 0 个删除app/serializers/import/fogbugz_provider_repo_entity.rb
- app/serializers/import/githubish_provider_repo_entity.rb 4 个添加, 6 个删除app/serializers/import/githubish_provider_repo_entity.rb
- app/serializers/import/provider_repo_serializer.rb 21 个添加, 0 个删除app/serializers/import/provider_repo_serializer.rb
- app/serializers/provider_repo_serializer.rb 0 个添加, 5 个删除app/serializers/provider_repo_serializer.rb
- config/routes/import.rb 3 个添加, 0 个删除config/routes/import.rb
- spec/controllers/import/bitbucket_controller_spec.rb 13 个添加, 1 个删除spec/controllers/import/bitbucket_controller_spec.rb
- spec/controllers/import/bitbucket_server_controller_spec.rb 10 个添加, 2 个删除spec/controllers/import/bitbucket_server_controller_spec.rb
- spec/controllers/import/fogbugz_controller_spec.rb 9 个添加, 1 个删除spec/controllers/import/fogbugz_controller_spec.rb
- spec/serializers/import/bitbucket_provider_repo_entity_spec.rb 25 个添加, 0 个删除...serializers/import/bitbucket_provider_repo_entity_spec.rb
- spec/serializers/import/bitbucket_server_provider_repo_entity_spec.rb 27 个添加, 0 个删除...zers/import/bitbucket_server_provider_repo_entity_spec.rb
- spec/serializers/import/fogbugz_provider_repo_entity_spec.rb 17 个添加, 0 个删除spec/serializers/import/fogbugz_provider_repo_entity_spec.rb
- spec/serializers/import/githubish_provider_repo_entity_spec.rb 18 个添加, 0 个删除...serializers/import/githubish_provider_repo_entity_spec.rb
加载中
想要评论请 注册 或 登录