[obs-commits] [openSUSE/open-build-service] 15273c: Refactor render_dialog for change_devel_request_di...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 15273c4123b8c5bfc1e01ba04abdcd51be7f9120 https://github.com/openSUSE/open-build-service/commit/15273c4123b8c5bfc1e01b... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M src/api/app/controllers/webui/request_controller.rb R src/api/app/controllers/webui2/request_controller.rb M src/api/app/views/webui2/webui/package/bottom_actions/_request_devel_project_change.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/spec/bootstrap/features/webui/packages_spec.rb Log Message: ----------- Refactor render_dialog for change_devel_request_dialog Instead of performing an Ajax call that answers with a Javascript code that updates the view to create and show the modal we now render the modal if needed and show it via Javascript locally. This is better because we only need one SQL query more and we save a XHR request. Co-authored-by: David Kang <dkang@suse.com> Commit: b90d6f6ae801da558bff9aa1e07d4041a51cd5c9 https://github.com/openSUSE/open-build-service/commit/b90d6f6ae801da558bff9a... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Refactor change_devel_request_modal view This modal had some "if" not needed anymore so we simplified the code a lot. Also we marked the request controller action to be deleted in the migration to Boostrap. Co-authored-by: David Kang <dkang@suse.com> Commit: 810495694589784c7042618a9199458bc0503378 https://github.com/openSUSE/open-build-service/commit/810495694589784c704261... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M src/api/app/controllers/webui/request_controller.rb R src/api/app/controllers/webui2/request_controller.rb M src/api/app/views/webui2/webui/package/bottom_actions/_request_devel_project_change.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/spec/bootstrap/features/webui/packages_spec.rb M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Merge pull request #5876 from mdeniz/bootstrap/refactor_render_dialog Refactor render_dialog call in request controller for webui2 Commit: 778d4d7135bf21d26990f3084526fe1c80ac12e6 https://github.com/openSUSE/open-build-service/commit/778d4d7135bf21d26990f3... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M .rubocop_todo.yml M src/api/.rubocop_todo.yml M src/api/Gemfile.lock A src/api/app/assets/images/obs-logo_small.svg A src/api/app/assets/stylesheets/webui2/comments.scss M src/api/app/assets/stylesheets/webui2/texts.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/status/checks_controller.rb A src/api/app/controllers/status/concerns/set_checkable.rb A src/api/app/controllers/status/reports_controller.rb M src/api/app/controllers/status/required_checks_controller.rb M src/api/app/controllers/webui/obs_factory/staging_projects_controller.rb M src/api/app/helpers/status/required_checks_helper.rb M src/api/app/helpers/webui/obs_factory/application_helper.rb M src/api/app/models/bs_request.rb M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/app/models/status/check.rb A src/api/app/models/status/report.rb R src/api/app/models/status/repository_publish.rb M src/api/app/policies/project_policy.rb R src/api/app/policies/status/check_policy.rb A src/api/app/policies/status/report_policy.rb M src/api/app/views/layouts/webui2/_navigation.html.haml M src/api/app/views/layouts/webui2/_watchlist.html.haml M src/api/app/views/layouts/webui2/_watchlist_dropdown.html.haml M src/api/app/views/status/checks/_check.xml.builder R src/api/app/views/status/checks/index.xml.builder A src/api/app/views/status/reports/show.xml.builder M src/api/app/views/webui/obs_factory/staging_projects/_checks.html.haml M src/api/config/routes.rb A src/api/db/migrate/20180906115417_add_required_checks_to_projects.rb A src/api/db/migrate/20180906142702_create_status_reports.rb A src/api/db/migrate/20180906142802_update_status_checks_table.rb M src/api/db/structure.sql M src/api/spec/controllers/status/checks_controller_spec.rb A src/api/spec/controllers/status/reports_controller_spec.rb M src/api/spec/controllers/status/required_checks_controller_spec.rb M src/api/spec/factories/checks.rb M src/api/spec/factories/groups.rb M src/api/spec/factories/project.rb A src/api/spec/factories/status_reports.rb R src/api/spec/factories/status_repository_publish.rb R src/api/spec/fixtures/files/check.xml R src/api/spec/fixtures/files/invalid_check.xml M src/api/spec/models/status/check_spec.rb A src/api/spec/models/status/report_spec.rb R src/api/spec/models/status/repository_publish_spec.rb A src/api/spec/policies/status/report_policy_spec.rb M src/backend/bs_admin M src/backend/bs_dodup Log Message: ----------- Merge pull request #5910 from openSUSE/master Update bootstrap master branch Commit: 442ed15500874c5d88214ef5c098c61478433501 https://github.com/openSUSE/open-build-service/commit/442ed15500874c5d88214e... Author: David Kang <dkang@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui2/package_controller.rb M src/api/app/views/webui2/webui/package/_bottom_actions.html.haml A src/api/app/views/webui2/webui/package/_edit_dialog.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_edit_description.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/config/routes.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb A src/api/spec/cassettes/Bootstrap_Packages/editing_a_package.yml Log Message: ----------- Make package#edit a modal The action edit has much sense to be a modal. Commit: 75ae193acc374fe6ca7339a6b5f4eaf306ae2515 https://github.com/openSUSE/open-build-service/commit/75ae193acc374fe6ca7339... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui2/package_controller.rb M src/api/app/views/webui2/webui/package/_bottom_actions.html.haml A src/api/app/views/webui2/webui/package/_edit_dialog.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_edit_description.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/config/routes.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb A src/api/spec/cassettes/Bootstrap_Packages/editing_a_package.yml Log Message: ----------- Merge pull request #5907 from DavidKang/sprint48/package-description Make package#edit a modal Commit: 0c93ca5eb2d1691792e4a6a8db53ccbe2b3edecd https://github.com/openSUSE/open-build-service/commit/0c93ca5eb2d1691792e4a6... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/request_controller.rb R src/api/app/controllers/webui2/request_controller.rb M src/api/app/views/webui2/webui/package/bottom_actions/_request_devel_project_change.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/spec/bootstrap/features/webui/packages_spec.rb Log Message: ----------- Refactor render_dialog for change_devel_request_dialog Instead of performing an Ajax call that answers with a Javascript code that updates the view to create and show the modal we now render the modal if needed and show it via Javascript locally. This is better because we only need one SQL query more and we save a XHR request. Co-authored-by: David Kang <dkang@suse.com> Commit: c4f12082d0245df575e09d3aa1f112c0c6695209 https://github.com/openSUSE/open-build-service/commit/c4f12082d0245df575e09d... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Refactor change_devel_request_modal view This modal had some "if" not needed anymore so we simplified the code a lot. Also we marked the request controller action to be deleted in the migration to Boostrap. Co-authored-by: David Kang <dkang@suse.com> Commit: b648190ed5637faf04b8917ba099ab9a2e3c48f8 https://github.com/openSUSE/open-build-service/commit/b648190ed5637faf04b891... Author: David Kang <dkang@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui2/package_controller.rb M src/api/app/views/webui2/webui/package/_bottom_actions.html.haml A src/api/app/views/webui2/webui/package/_edit_dialog.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_edit_description.html.haml M src/api/app/views/webui2/webui/package/show.html.haml M src/api/config/routes.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb A src/api/spec/cassettes/Bootstrap_Packages/editing_a_package.yml Log Message: ----------- Make package#edit a modal The action edit has much sense to be a modal. Commit: cea2e1db003c7f1a5ebcc482539c3b6e35afd431 https://github.com/openSUSE/open-build-service/commit/cea2e1db003c7f1a5ebcc4... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/shared/_package_branch_form.html.haml R src/api/app/views/webui/package/_deps.html.erb A src/api/app/views/webui/package/_deps.html.haml R src/api/app/views/webui/package/binary.html.erb A src/api/app/views/webui/package/binary.html.haml M src/api/app/views/webui2/shared/_package_branch_form.html.haml M src/api/app/views/webui2/webui/attribute/index.html.haml M src/api/app/views/webui2/webui/package/revisions.html.haml M src/api/spec/cassettes/Bootstrap_MaintenanceWorkflow/maintenance_workflow.yml M src/api/spec/cassettes/Bootstrap_Packages/branching_a_package_from_another_users_project/with_AutoCleanup.yml M src/api/spec/cassettes/Bootstrap_Packages/branching_a_package_from_another_users_project/without_AutoCleanup.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_current_revision_parameter_is_provided_but_there_wasn_t_any_revision_before.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_source_package_does_not_exist.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_source_package_parameter_not_provided.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_source_project_does_not_exist.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_source_project_parameter_not_provided.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/shows_an_error_if_user_has_no_permissions_for_source_project.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/with_currrent_revision_parameter/1_4_8_1.yml A src/api/spec/cassettes/Webui_PackageController/POST_branch/with_currrent_revision_parameter/1_4_8_3.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/with_currrent_revision_parameter/redirects_to_the_branched_package.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/with_target_package_name/1_4_7_1.yml M src/api/spec/cassettes/Webui_PackageController/POST_branch/with_target_package_name/redirects_to_the_branched_package.yml M src/api/spec/controllers/webui/package_controller_spec.rb Log Message: ----------- Merge pull request #5916 from bgeuken/bootstrap-master Update Bootstrap master branch Commit: 93a5373e0ca2d3a71edb355fe1e6d16f029e23c2 https://github.com/openSUSE/open-build-service/commit/93a5373e0ca2d3a71edb35... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/packages.js M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui/package/add_file.html.erb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/add_file.html.haml M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Implement Package#add_file in bootstrap * view ported to bootstrap * helper text moved to the different input fields * introduced HTML5 validations to make sure at least one input field is selected Commit: e7c5a122bd8b5c56fcff3e6babaf1eba6e678ffb https://github.com/openSUSE/open-build-service/commit/e7c5a122bd8b5c56fcff3e... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/_deps.html.haml A src/api/app/views/webui2/webui/package/binary.html.haml Log Message: ----------- Implement package binary page in bootstrap 4 Commit: 596e9a5816fae2546257a1a346050dfdfed885c6 https://github.com/openSUSE/open-build-service/commit/596e9a5816fae2546257a1... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/packages.js M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui/package/add_file.html.erb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/add_file.html.haml M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Merge pull request #5911 from ChrisBr/bootstrap/file-upload Implement Package#add_file view in bootstrap Commit: 5cf3b56e7dab6afa6dc03932200ea12519620953 https://github.com/openSUSE/open-build-service/commit/5cf3b56e7dab6afa6dc039... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/_deps.html.haml A src/api/app/views/webui2/webui/package/binary.html.haml Log Message: ----------- Merge pull request #5915 from bgeuken/port_binary_view_to_webui2 Port binary view to webui2 Commit: cbef161f21c436225b62fb56f907349f65181f9a https://github.com/openSUSE/open-build-service/commit/cbef161f21c436225b62fb... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/views/webui2/webui/package/_tabs.html.haml A src/api/app/views/webui2/webui/packages/build_reason/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/packages/build_reason/index.html.haml Log Message: ----------- Migrate Package build_reason to bootstrap Continuing our efforts to migrate frontend to bootstrap. https://github.com/openSUSE/open-build-service/wiki/How-to-work-in-Bootstrap... Commit: 9da7fd8b8c02f861991edea983b072619da8d2bd https://github.com/openSUSE/open-build-service/commit/9da7fd8b8c02f861991ede... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/.jshintignore M src/api/Gemfile.lock M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/cm2/index-diff.js A src/api/app/assets/javascripts/webui2/cm2/index-prjconf.js A src/api/app/assets/javascripts/webui2/cm2/index-xml.js A src/api/app/assets/javascripts/webui2/cm2/index.js A src/api/app/assets/javascripts/webui2/cm2/mode/baselibsconf.js A src/api/app/assets/javascripts/webui2/cm2/mode/dockerfile.js A src/api/app/assets/javascripts/webui2/cm2/mode/prjconf.js A src/api/app/assets/javascripts/webui2/cm2/mode/simple.js A src/api/app/assets/javascripts/webui2/cm2/toolbars.js A src/api/app/assets/javascripts/webui2/cm2/use-codemirror.js A src/api/app/assets/stylesheets/webui2/cm2.scss A src/api/app/assets/stylesheets/webui2/cm2/suse.scss A src/api/app/assets/stylesheets/webui2/cm2/toolbars.css M src/api/app/assets/stylesheets/webui2/modals.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/user.rb M src/api/app/views/layouts/webui2/webui.html.haml A src/api/app/views/webui2/shared/_editor.html.haml M src/api/app/views/webui2/shared/_package_branch_form.html.haml M src/api/app/views/webui2/webui/main/_breadcrumb_items.html.haml M src/api/app/views/webui2/webui/package/_delete_dialog.html.haml M src/api/app/views/webui2/webui/package/_rpmlint_result.html.haml M src/api/app/views/webui2/webui/package/_submit_request_dialog.html.haml A src/api/app/views/webui2/webui/package/meta.html.haml M src/api/app/views/webui2/webui/request/_requests_small.html.haml M src/api/config/initializers/assets.rb M src/api/config/routes.rb M src/api/lib/tasks/dev.rake M src/api/spec/bootstrap/features/webui/packages_spec.rb A src/api/spec/code_mirror_helper.rb M src/api/spec/features/webui/packages_spec.rb A src/api/spec/support/code_mirror.rb M src/backend/BSConfig.pm.template M src/backend/BSPublisher/Container.pm M src/backend/BSPublisher/Registry.pm M src/backend/BSSched/BuildJob/Aggregate.pm M src/backend/bs_admin M src/backend/bs_regpush M src/backend/bs_repserver M src/backend/bs_srcserver M src/backend/call-service-in-docker.sh Log Message: ----------- Merge branch 'master' into bootstrap-master Commit: 6d69c7b28901a23894e25bfb412e669542a6b067 https://github.com/openSUSE/open-build-service/commit/6d69c7b28901a23894e25b... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/models/package_build_reason.rb M src/api/app/views/webui2/webui/packages/build_reason/index.html.haml M src/api/spec/models/package_spec.rb Log Message: ----------- Implement time accessor in PackageBuildReason The backend response with the time as integer since epoch. This is not really useful and we always need to parse it to a Time object with Time.at. We changed now the default accessor to a custom accesor which does this conversion. Commit: 8c5d93ac17a70b38ca012ee2cbca16add078721f https://github.com/openSUSE/open-build-service/commit/8c5d93ac17a70b38ca012e... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/views/webui2/webui/packages/build_reason/index.html.haml Log Message: ----------- Format time on build reason page because seconds and milliseconds are not really useful information for the user so we can drop them. Commit: 8734a7f6f601ef5f139dfd2823556ad04c871fba https://github.com/openSUSE/open-build-service/commit/8734a7f6f601ef5f139dfd... Author: David Kang <dkang@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/live_build_log.js A src/api/app/assets/stylesheets/webui2/live_build_log.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/_job_status.html.haml A src/api/app/views/webui2/webui/package/_live_build_log_controls.html.haml A src/api/app/views/webui2/webui/package/live_build_log.html.haml A src/api/app/views/webui2/webui/package/update_build_log.js.haml M src/api/config/routes.rb Log Message: ----------- Migrate live build log to Bootstrap Commit: a8bcbffc53df62aef1dffe73853e6bf020266553 https://github.com/openSUSE/open-build-service/commit/a8bcbffc53df62aef1dffe... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/live_build_log.js A src/api/app/assets/stylesheets/webui2/live_build_log.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/_job_status.html.haml A src/api/app/views/webui2/webui/package/_live_build_log_controls.html.haml A src/api/app/views/webui2/webui/package/live_build_log.html.haml A src/api/app/views/webui2/webui/package/update_build_log.js.haml M src/api/config/routes.rb Log Message: ----------- Merge pull request #5919 from DavidKang/sprint48/package-live-build-log Migrate live build log to Bootstrap Commit: 52864ac5cb32c3f7c5facdb899be959f7448153c https://github.com/openSUSE/open-build-service/commit/52864ac5cb32c3f7c5facd... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/models/package_build_reason.rb M src/api/app/views/webui2/webui/package/_tabs.html.haml A src/api/app/views/webui2/webui/packages/build_reason/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/packages/build_reason/index.html.haml M src/api/spec/models/package_spec.rb Log Message: ----------- Merge pull request #5932 from ChrisBr/bootstrap/build-reason Migrate Package#build_reason to bootstrap Commit: 2f26745e6e92aa8e2c61f7955d8c3d7c424347d4 https://github.com/openSUSE/open-build-service/commit/2f26745e6e92aa8e2c61f7... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/job_history.js M src/api/app/controllers/webui/packages/job_history_controller.rb A src/api/app/views/webui2/webui/packages/job_history/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/packages/job_history/index.html.haml Log Message: ----------- Merge branch 'master' into bootstrap-master Commit: 75831665b07817c29b8993183d47340b4841309d https://github.com/openSUSE/open-build-service/commit/75831665b07817c29b8993... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/api/app/assets/javascripts/webui2/application.js A src/api/app/assets/javascripts/webui2/live_build_log.js A src/api/app/assets/javascripts/webui2/packages.js A src/api/app/assets/stylesheets/webui2/live_build_log.scss M src/api/app/assets/stylesheets/webui2/webui2.css.scss M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui2/package_controller.rb R src/api/app/controllers/webui2/request_controller.rb M src/api/app/models/package_build_reason.rb M src/api/app/views/webui/package/add_file.html.erb M src/api/app/views/webui2/webui/package/_bottom_actions.html.haml M src/api/app/views/webui2/webui/package/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/package/_deps.html.haml A src/api/app/views/webui2/webui/package/_edit_dialog.html.haml A src/api/app/views/webui2/webui/package/_job_status.html.haml A src/api/app/views/webui2/webui/package/_live_build_log_controls.html.haml M src/api/app/views/webui2/webui/package/_tabs.html.haml A src/api/app/views/webui2/webui/package/add_file.html.haml A src/api/app/views/webui2/webui/package/binary.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_edit_description.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_request_devel_project_change.html.haml A src/api/app/views/webui2/webui/package/live_build_log.html.haml M src/api/app/views/webui2/webui/package/show.html.haml A src/api/app/views/webui2/webui/package/update_build_log.js.haml A src/api/app/views/webui2/webui/packages/build_reason/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/packages/build_reason/index.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/config/routes.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb A src/api/spec/cassettes/Bootstrap_Packages/editing_a_package.yml M src/api/spec/features/webui/packages_spec.rb M src/api/spec/models/package_spec.rb Log Message: ----------- Merge pull request #5937 from openSUSE/bootstrap-master Merge bootstrap-master back to master Compare: https://github.com/openSUSE/open-build-service/compare/d3fd3bed2e46...758316... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Christian Bruckmayer