[openSUSE/open-build-service] 402918: Add `project_id` to Gitlab Tag Push payload
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 402918917395fd8235fc0e67e1dd774a693c127e https://github.com/openSUSE/open-build-service/commit/402918917395fd8235fc0e... Author: Lukas Krause <lkrause@suse.de> Date: 2023-05-25 (Thu, 25 May 2023) Changed paths: M src/api/app/models/gitlab_payload/tag_push.rb Log Message: ----------- Add `project_id` to Gitlab Tag Push payload The `:project_id` is also required for the `tag_push` payload since we always need it to in order to report back the status to the correct project through the Gitlab API in the `gitlab_status_reporter` class. Right now it fails. Commit: 33fcfe3a060fafba0b173d21c83f327b498692d0 https://github.com/openSUSE/open-build-service/commit/33fcfe3a060fafba0b173d... Author: Lukas Krause <lkrause@suse.de> Date: 2023-05-25 (Thu, 25 May 2023) Changed paths: M src/api/spec/services/trigger_controller_service/scm_extractor_spec.rb Log Message: ----------- Add `project_id` to tag_push payload in scm_extractor_spec.rb Commit: db46fad1519b4c25576f493c757adb6dfd062cc9 https://github.com/openSUSE/open-build-service/commit/db46fad1519b4c25576f49... Author: Lukas Krause <lkrause@suse.de> Date: 2023-05-25 (Thu, 25 May 2023) Changed paths: M src/api/app/models/gitlab_payload/tag_push.rb M src/api/spec/services/trigger_controller_service/scm_extractor_spec.rb Log Message: ----------- Merge pull request #14383 from krauselukas/fix_gitlab_status_reporting_tag_push Add `project_id` to Gitlab Tag Push payload Compare: https://github.com/openSUSE/open-build-service/compare/e848737216e0...db46fa...
participants (1)
-
Lukas Krause