Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 80d0e04ec93102de61e04c1a2db31abd5269bf3d https://github.com/openSUSE/open-build-service/commit/80d0e04ec93102de61e04c... Author: Eduardo Navarro <enavarro@suse.com> Date: 2016-11-25 (Fri, 25 Nov 2016) Changed paths: A src/api/app/assets/images/radiobutton-checked.png A src/api/app/assets/images/radiobutton.png M src/api/app/assets/stylesheets/webui/application.css A src/api/app/assets/stylesheets/webui/application/image_templates.css.sass M src/api/app/assets/stylesheets/webui/application/style.css.scss A src/api/app/controllers/webui/image_templates_controller.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/models/package.rb A src/api/app/views/webui/image_templates/index.html.haml M src/api/app/views/webui/main/index.html.erb M src/api/config/routes.rb M src/api/spec/cassettes/Package/_delete_file/file_not_found/raises_NotFoundError.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_custom_options/sets_options_correct.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_default_options/deletes_file.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_default_options/sets_options_correct.yml M src/api/spec/cassettes/Package/_delete_file/with_no_delete_permission/does_not_delete_file.yml M src/api/spec/cassettes/Package/_delete_file/with_no_delete_permission/raises_DeleteFileNoPermission_exception.yml A src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_false_if_the_file_does_not_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_true_if_the_file_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_false_if_the_file_does_not_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_true_if_the_file_exist.yml A src/api/spec/cassettes/Package/_has_icon_/returns_false_if_the_icon_does_not_exist.yml A src/api/spec/cassettes/Package/_has_icon_/returns_true_if_the_icon_exist.yml M src/api/spec/cassettes/Package/_save_file/calls_addKiwiImport_if_filename_ends_with_kiwi_txz.yml M src/api/spec/cassettes/Package/_save_file/does_not_call_addKiwiImport_if_filename_ends_not_with_kiwi_txz.yml A src/api/spec/controllers/webui/image_templates_controller_spec.rb M src/api/spec/helpers/webui/package_helper_spec.rb M src/api/spec/models/package_spec.rb Log Message: ----------- [webui] Implementation of a SUSE Studio like image selection page Base projects with the 'ImageTemplates' attribute set will be displayed on the image_templates#index page. Commit: fe00f23d834810da883022c570380e00212bd5ac https://github.com/openSUSE/open-build-service/commit/fe00f23d834810da883022... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2016-11-25 (Fri, 25 Nov 2016) Changed paths: M src/api/app/views/webui/main/index.html.erb Log Message: ----------- [webui] Hide the template path for now Until we have a branch button and this is usefull for people, the template path is only visible for admins. Commit: 07c40692a034a358940346f3fa93a68ab7b6af09 https://github.com/openSUSE/open-build-service/commit/07c40692a034a358940346... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2016-11-25 (Fri, 25 Nov 2016) Changed paths: A src/api/app/assets/images/radiobutton-checked.png A src/api/app/assets/images/radiobutton.png M src/api/app/assets/stylesheets/webui/application.css A src/api/app/assets/stylesheets/webui/application/image_templates.css.sass M src/api/app/assets/stylesheets/webui/application/style.css.scss A src/api/app/controllers/webui/image_templates_controller.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/models/package.rb A src/api/app/views/webui/image_templates/index.html.haml M src/api/app/views/webui/main/index.html.erb M src/api/config/routes.rb M src/api/spec/cassettes/Package/_delete_file/file_not_found/raises_NotFoundError.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_custom_options/sets_options_correct.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_default_options/deletes_file.yml M src/api/spec/cassettes/Package/_delete_file/with_delete_permission/with_default_options/sets_options_correct.yml M src/api/spec/cassettes/Package/_delete_file/with_no_delete_permission/does_not_delete_file.yml M src/api/spec/cassettes/Package/_delete_file/with_no_delete_permission/raises_DeleteFileNoPermission_exception.yml A src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_false_if_the_file_does_not_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_true_if_the_file_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_false_if_the_file_does_not_exist.yml A src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_true_if_the_file_exist.yml A src/api/spec/cassettes/Package/_has_icon_/returns_false_if_the_icon_does_not_exist.yml A src/api/spec/cassettes/Package/_has_icon_/returns_true_if_the_icon_exist.yml M src/api/spec/cassettes/Package/_save_file/calls_addKiwiImport_if_filename_ends_with_kiwi_txz.yml M src/api/spec/cassettes/Package/_save_file/does_not_call_addKiwiImport_if_filename_ends_not_with_kiwi_txz.yml A src/api/spec/controllers/webui/image_templates_controller_spec.rb M src/api/spec/helpers/webui/package_helper_spec.rb M src/api/spec/models/package_spec.rb Log Message: ----------- Merge pull request #2376 from Ana06/kiwi-templates [webui] Kiwi templates Compare: https://github.com/openSUSE/open-build-service/compare/f0dde1c49b73...07c406...