[obs-commits] [openSUSE/open-build-service] 39f5e4: [webui] Move jquery.expander.js file to vendor ass...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 39f5e43af60c5f46d5ee56a86193fb68f61ad937 https://github.com/openSUSE/open-build-service/commit/39f5e43af60c5f46d5ee56... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js R src/api/app/assets/javascripts/webui/application/jquery.expander.js A src/api/vendor/assets/javascripts/jquery.expander.js Log Message: ----------- [webui] Move jquery.expander.js file to vendor assets directory Conflicts: src/api/app/assets/javascripts/webui/application.js Commit: 9b39fa85615b1d936ce3a15ce19e5a1fa6c9ac98 https://github.com/openSUSE/open-build-service/commit/9b39fa85615b1d936ce3a1... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M src/api/app/helpers/webui/webui_helper.rb M src/api/app/views/webui/request/show.html.erb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/test/functional/webui/maintenance_workflow_test.rb M src/api/test/functional/webui/package_create_test.rb M src/api/test/functional/webui/package_edit_test.rb M src/api/test/functional/webui/patchinfo_controller_test.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/project_edit_test.rb M src/api/test/functional/webui/request_controller_test.rb Log Message: ----------- [webui] Fix description expanding on request page The html id of the js expander handler was not matching the actual element id, which broke the expander feature for requests. This patch fixes it and also renames the id from 'description_text' to 'description-text' to match most common html naming conventions. Commit: 1f54a834b03de2d2b99d08aab923fff0262e19f4 https://github.com/openSUSE/open-build-service/commit/1f54a834b03de2d2b99d08... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js R src/api/vendor/assets/javascripts/jquery.expander.js A src/api/vendor/assets/javascripts/jquery.expander.min.js Log Message: ----------- [webui] Update expander js * Update plugin to most current version * Use minified expander version Commit: 1bd1b709ddf7616a1c236a0b1c5663d60a9862de https://github.com/openSUSE/open-build-service/commit/1bd1b709ddf7616a1c236a... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M src/api/app/models/bs_request.rb M src/api/app/models/user.rb A src/api/spec/factories/bs_request_actions.rb A src/api/spec/factories/bs_requests.rb A src/api/spec/features/webui/requests_spec.rb Log Message: ----------- [webui] Add a test for expandable views Add tests for request show page to prevent regressions like the one fixed in e8f0bea416bd2467a093ef603ea01b3b0376a70e. Commit: b2568083f16a969ae791ef9d46f6d55fcdc4588d https://github.com/openSUSE/open-build-service/commit/b2568083f16a969ae791ef... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-03-31 (Thu, 31 Mar 2016) Changed paths: M src/api/app/assets/javascripts/webui/application.js R src/api/app/assets/javascripts/webui/application/jquery.expander.js M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/bs_request.rb M src/api/app/models/user.rb M src/api/app/views/webui/request/show.html.erb A src/api/spec/factories/bs_request_actions.rb A src/api/spec/factories/bs_requests.rb A src/api/spec/features/webui/requests_spec.rb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/test/functional/webui/maintenance_workflow_test.rb M src/api/test/functional/webui/package_create_test.rb M src/api/test/functional/webui/package_edit_test.rb M src/api/test/functional/webui/patchinfo_controller_test.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/project_edit_test.rb M src/api/test/functional/webui/request_controller_test.rb A src/api/vendor/assets/javascripts/jquery.expander.min.js Log Message: ----------- Merge pull request #1665 from bgeuken/expander_2 Update expander js and fix expandable view Compare: https://github.com/openSUSE/open-build-service/compare/cb796efc9210...b25680...
participants (1)
-
Björn Geuken