[openSUSE/open-build-service] 1d27f7: Add factory for change_devel request action
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1d27f725737d42aa6da07a058e44f23dce2328ee https://github.com/openSUSE/open-build-service/commit/1d27f725737d42aa6da07a... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/api/spec/factories/bs_request_actions.rb Log Message: ----------- Add factory for change_devel request action Commit: 8deb4c9818d1cdfd62ff25f000e978ad47a771be https://github.com/openSUSE/open-build-service/commit/8deb4c9818d1cdfd62ff25... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/api/lib/tasks/dev/requests.rake Log Message: ----------- Extend task to create change_devel request action The Rails task dev:multiple_actions_request already creates submit and add role request actions. We extend it so it also includes one change_devel action. Commit: aaba514090ce7e8b2f8815b090cee940f79936e4 https://github.com/openSUSE/open-build-service/commit/aaba514090ce7e8b2f8815... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/api/app/controllers/webui/request_controller.rb Log Message: ----------- Add comment in the controller method Commit: 3172d441bf58701dbdff1ab0b31f61bd7d371366 https://github.com/openSUSE/open-build-service/commit/3172d441bf58701dbdff1a... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/request_helper.rb M src/api/app/views/webui/request/_action_text.html.haml M src/api/app/views/webui/request/_actions_details.html.haml Log Message: ----------- Support change_devel action in beta request show Also set a propper text for it on the actions dropdown. Commit: 6a0024532aa4ca2a66bb679c5a0df7c77cdc69aa https://github.com/openSUSE/open-build-service/commit/6a0024532aa4ca2a66bb67... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: A src/api/spec/cassettes/Request_with_change_devel_actions/there_was_a_previous_devel_package/displays_the_description_and_mentions_the_previous_devel_package.yml A src/api/spec/cassettes/Request_with_change_devel_actions/there_was_no_previous_devel_package/displays_the_description_but_does_not_mentions_the_previous_devel_package.yml M src/api/spec/factories/bs_requests.rb A src/api/spec/features/webui/requests/change_devel_actions_spec.rb Log Message: ----------- Add feature specs for change_devel request actions Commit: 2f773b1b5ec8460843fae19598535cce234c9a83 https://github.com/openSUSE/open-build-service/commit/2f773b1b5ec8460843fae1... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/request_helper.rb M src/api/app/views/webui/request/_action_text.html.haml M src/api/app/views/webui/request/_actions_details.html.haml M src/api/lib/tasks/dev/requests.rake A src/api/spec/cassettes/Request_with_change_devel_actions/there_was_a_previous_devel_package/displays_the_description_and_mentions_the_previous_devel_package.yml A src/api/spec/cassettes/Request_with_change_devel_actions/there_was_no_previous_devel_package/displays_the_description_but_does_not_mentions_the_previous_devel_package.yml M src/api/spec/factories/bs_request_actions.rb M src/api/spec/factories/bs_requests.rb A src/api/spec/features/webui/requests/change_devel_actions_spec.rb Log Message: ----------- Merge pull request #14078 from saraycp/change_devel_request Support change devel requests Compare: https://github.com/openSUSE/open-build-service/compare/9ca1b7eac196...2f773b...
participants (1)
-
Rubhan Azeem