-
- Downloads
Merge branch 'show-invalid-projects-google-code-import' into 'master'
Show incompatible projects in Google Code import status Using Google Code import with a JSON file that contained only one Subversion project led to confusion over whether the system was working. Display the list of valid projects if there are any, and show a list of incompatible projects. Provide tips on how to retain issue data after conversion. Closes #1531 ## Screenshots Before:  After with no projects available (notice the button is hidden):  After with 1 valid and 1 incompatible project:  See merge request !586
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 1 deletionCHANGELOG
- app/controllers/import/google_code_controller.rb 1 addition, 0 deletionsapp/controllers/import/google_code_controller.rb
- app/views/import/google_code/status.html.haml 29 additions, 9 deletionsapp/views/import/google_code/status.html.haml
- lib/gitlab/google_code_import/client.rb 4 additions, 0 deletionslib/gitlab/google_code_import/client.rb
- spec/controllers/import/google_code_controller_spec.rb 13 additions, 0 deletionsspec/controllers/import/google_code_controller_spec.rb
- spec/lib/gitlab/google_code_import/client_spec.rb 1 addition, 0 deletionsspec/lib/gitlab/google_code_import/client_spec.rb
Please register or sign in to comment