[obs-commits] [openSUSE/open-build-service] dea83f: Add webui2 version of kiwi images
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: dea83f038971d68876cfe74497cc3bf5cc0d1ed7 https://github.com/openSUSE/open-build-service/commit/dea83f038971d68876cfe7... Author: hellcp <hellcp@opensuse.org> Date: 2019-05-16 (Thu, 16 May 2019) Changed paths: M src/api/app/assets/javascripts/webui2/application.js M src/api/app/assets/javascripts/webui2/autocomplete.js A src/api/app/assets/javascripts/webui2/kiwi_editor.js M src/api/app/controllers/webui/kiwi/images_controller.rb A src/api/app/views/webui2/webui/kiwi/_tabs.html.haml A src/api/app/views/webui2/webui/kiwi/images/_base_info.html.haml A src/api/app/views/webui2/webui/kiwi/images/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/kiwi/images/_build_info.html.haml A src/api/app/views/webui2/webui/kiwi/images/_description_form.html.haml A src/api/app/views/webui2/webui/kiwi/images/_details_overview.html.haml A src/api/app/views/webui2/webui/kiwi/images/_package_fields.html.haml A src/api/app/views/webui2/webui/kiwi/images/_packages.html.haml A src/api/app/views/webui2/webui/kiwi/images/_preferences.html.haml A src/api/app/views/webui2/webui/kiwi/images/_preferences_form.html.haml A src/api/app/views/webui2/webui/kiwi/images/_profiles.html.haml A src/api/app/views/webui2/webui/kiwi/images/_repositories.html.haml A src/api/app/views/webui2/webui/kiwi/images/_repository_fields.html.haml A src/api/app/views/webui2/webui/kiwi/images/edit.html.haml A src/api/app/views/webui2/webui/kiwi/images/show.html.haml Log Message: ----------- Add webui2 version of kiwi images New and better kiwi images, with all the bells and whistles. The page has been migrated, but not redesigned. Cleaning up the JavaScript is still a task to do. Co-authored-by: Ana María Martínez Gómez <anamaria@martinezgomez.name> Co-authored-by: Stephan Kulow <stephan@kulow.org> Commit: c6e38fd54d6c1e856e7145c184e19cc1e2838774 https://github.com/openSUSE/open-build-service/commit/c6e38fd54d6c1e856e7145... Author: Ana María Martínez Gómez <anamaria@martinezgomez.name> Date: 2019-05-16 (Thu, 16 May 2019) Changed paths: M src/api/app/views/webui/kiwi/images/show.html.haml M src/api/spec/features/webui/image_templates_spec.rb Log Message: ----------- Remove unused form in Kiwi:Image show page and its test. Otherwise the new UI doesn't pass the test and the empty form in the show page makes no sense. Commit: 4386075979c1ce8ed4bb9f05398301df56122b92 https://github.com/openSUSE/open-build-service/commit/4386075979c1ce8ed4bb9f... Author: Ana María Martínez Gómez <anamaria@martinezgomez.name> Date: 2019-05-16 (Thu, 16 May 2019) Changed paths: M src/api/app/controllers/webui/kiwi/images_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui2/shared/_buildresult_box.html.haml M src/api/app/views/webui2/webui/kiwi/images/_build_info.html.haml Log Message: ----------- Remove conditional switch for build results All pages using build results partial are migrated to bootstrap now. Commit: c5c804c5a88007eb7285c150ffbcc8ce36b7b79c https://github.com/openSUSE/open-build-service/commit/c5c804c5a88007eb7285c1... Author: Ana María Martínez Gómez <anamaria@martinezgomez.name> Date: 2019-05-16 (Thu, 16 May 2019) Changed paths: M src/api/spec/bootstrap/features/webui/image_templates_spec.rb M src/api/spec/cassettes/Bootstrap_ImageTemplates/branching/branch_Kiwi_image_template.yml M src/api/spec/features/webui/image_templates_spec.rb Log Message: ----------- Addapt branch Kiwi image template test for new UI Addapt the test to pass for both ways of displaying breadcrumbs. Commit: a0572a1e85563428cd75e41801b0e10e39531fa2 https://github.com/openSUSE/open-build-service/commit/a0572a1e85563428cd75e4... Author: Ana María Martínez Gómez <anamaria@martinezgomez.name> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M src/api/app/assets/javascripts/webui2/application.js M src/api/app/assets/javascripts/webui2/autocomplete.js A src/api/app/assets/javascripts/webui2/kiwi_editor.js M src/api/app/controllers/webui/kiwi/images_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/views/webui/kiwi/images/show.html.haml M src/api/app/views/webui2/shared/_buildresult_box.html.haml A src/api/app/views/webui2/webui/kiwi/_tabs.html.haml A src/api/app/views/webui2/webui/kiwi/images/_base_info.html.haml A src/api/app/views/webui2/webui/kiwi/images/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/kiwi/images/_build_info.html.haml A src/api/app/views/webui2/webui/kiwi/images/_description_form.html.haml A src/api/app/views/webui2/webui/kiwi/images/_details_overview.html.haml A src/api/app/views/webui2/webui/kiwi/images/_package_fields.html.haml A src/api/app/views/webui2/webui/kiwi/images/_packages.html.haml A src/api/app/views/webui2/webui/kiwi/images/_preferences.html.haml A src/api/app/views/webui2/webui/kiwi/images/_preferences_form.html.haml A src/api/app/views/webui2/webui/kiwi/images/_profiles.html.haml A src/api/app/views/webui2/webui/kiwi/images/_repositories.html.haml A src/api/app/views/webui2/webui/kiwi/images/_repository_fields.html.haml A src/api/app/views/webui2/webui/kiwi/images/edit.html.haml A src/api/app/views/webui2/webui/kiwi/images/show.html.haml M src/api/spec/bootstrap/features/webui/image_templates_spec.rb M src/api/spec/cassettes/Bootstrap_ImageTemplates/branching/branch_Kiwi_image_template.yml M src/api/spec/features/webui/image_templates_spec.rb Log Message: ----------- Merge pull request #7565 from Ana06/hellcp_kiwi_images Add webui2 version of kiwi images Compare: https://github.com/openSUSE/open-build-service/compare/46ac65c24ec6...a0572a...
participants (1)
-
Ana María Martínez Gómez