[obs-commits] [openSUSE/open-build-service] dba0ec: Disable builds when accepting a StagingProject

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: dba0ec54c568391a59f2021e459cad712b18a44f https://github.com/openSUSE/open-build-service/commit/dba0ec54c568391a59f202... Author: David Kang <dkang@suse.com> Date: 2020-04-29 (Wed, 29 Apr 2020) Changed paths: M src/api/app/controllers/staging/staging_projects_controller.rb A src/api/spec/cassettes/Staging_StagingProjectsController/POST_accept/when_project_has_a_request/with_nothing_missing/build_flags_should_be_disabled.yml M src/api/spec/controllers/staging/staging_projects_controller_spec.rb Log Message: ----------- Disable builds when accepting a StagingProject To not re-trigger the builds when we are accepting a StagingProject, we disable all the build flags and remove build flags that were enabled by the user. Commit: 860e2cf523bd8577ce374ccfabfe6309b9bf4c92 https://github.com/openSUSE/open-build-service/commit/860e2cf523bd8577ce374c... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2020-04-30 (Thu, 30 Apr 2020) Changed paths: M src/api/app/controllers/staging/staging_projects_controller.rb A src/api/spec/cassettes/Staging_StagingProjectsController/POST_accept/when_project_has_a_request/with_nothing_missing/build_flags_should_be_disabled.yml M src/api/spec/controllers/staging/staging_projects_controller_spec.rb Log Message: ----------- Merge pull request #9470 from DavidKang/staging-worflow/disable-build Disable builds when accepting a StagingProject Compare: https://github.com/openSUSE/open-build-service/compare/f42bac483e6e...860e2c...
participants (1)
-
Saray Cabrera Padrón