[openSUSE/open-build-service] 3107f4: Store a project definition when a flag is updated
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 3107f40ac2a01b7adb17e5f06120a92afefca68b https://github.com/openSUSE/open-build-service/commit/3107f40ac2a01b7adb17e5... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M src/api/app/models/workflow/step/set_flags.rb M src/api/spec/models/workflow/step/set_flags_step_spec.rb Log Message: ----------- Store a project definition when a flag is updated Before, we only call the `store` method a project or a package when a flag was added. This prevented the backend from starting new builds when a flag was updated. From now on, call the `store` method when a flag is updated. Therefore, the backend will start new builds. Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de> Commit: f1f4b91ef2e72b7cc4bac2346d47d378d3a6bb3c https://github.com/openSUSE/open-build-service/commit/f1f4b91ef2e72b7cc4bac2... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-04-10 (Wed, 10 Apr 2024) Changed paths: M src/api/app/models/workflow/step/set_flags.rb M src/api/spec/models/workflow/step/set_flags_step_spec.rb Log Message: ----------- Merge pull request #15951 from eduardoj/fix/issue_14978 Store a project definition when a flag is updated Compare: https://github.com/openSUSE/open-build-service/compare/b9d1c5cbb0cf...f1f4b9... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Dani Donisa