Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: bc7b463f4d15ecb7e1ea3171fb7beadd773d611d https://github.com/openSUSE/open-build-service/commit/bc7b463f4d15ecb7e1ea31... Author: Matthew D <opensuse@virtual.drop.net> Date: 2020-02-25 (Tue, 25 Feb 2020) Changed paths: M src/api/app/services/trigger_controller_service/token_extractor.rb Log Message: ----------- Refactored update to check X-GITLAB-EVENT value is one of three events that could trigger a rebuild. When validating gitlab webhook trigger the authentication token is only valid for "Push Hook" events. Gitlab has multiple events that could be valid. This update would allow "Push Hook", "Tag Push Hook", and "Merge Request Hook". Commit: d4b73d32f64c49403ae25e7cdb09d130c4b9b0cd https://github.com/openSUSE/open-build-service/commit/d4b73d32f64c49403ae25e... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-25 (Tue, 25 Feb 2020) Changed paths: M src/api/app/services/trigger_controller_service/token_extractor.rb Log Message: ----------- Merge pull request #8294 from matthewdva/master Remove Gitlab webhook event restriction during authentication. Compare: https://github.com/openSUSE/open-build-service/compare/dbb86459f9ae...d4b73d...