[openSUSE/open-build-service] b9ff19: Change 400 to 501 Not Implemented response
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: b9ff19444dd26ffa87c2ef379d1f8105e101e16a https://github.com/openSUSE/open-build-service/commit/b9ff19444dd26ffa87c2ef... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-10-14 (Mon, 14 Oct 2024) Changed paths: M src/api/app/controllers/source_attribute_controller.rb M src/api/public/apidocs/paths/source_project_name_attribute.yaml M src/api/public/apidocs/paths/source_project_name_package_name_attribute.yaml M src/api/test/functional/attributes_test.rb Log Message: ----------- Change 400 to 501 Not Implemented response Instead of return a response code 400, return a 501 Not Implemented response code for source attribute endpoints dealing with remote projects. Commit: 4efdcb84804f2ab6cfb2b95ff89081f4e24fc827 https://github.com/openSUSE/open-build-service/commit/4efdcb84804f2ab6cfb2b9... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-10-14 (Mon, 14 Oct 2024) Changed paths: M src/api/app/controllers/source_attribute_controller.rb M src/api/public/apidocs/paths/source_project_name_attribute.yaml M src/api/public/apidocs/paths/source_project_name_package_name_attribute.yaml M src/api/test/functional/attributes_test.rb Log Message: ----------- Merge pull request #16945 from eduardoj/fix/issue_16944 Change 400 to 501 Not Implemented response Compare: https://github.com/openSUSE/open-build-service/compare/a44c356323c3...4efdcb... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Henne Vogelsang