[obs-commits] [openSUSE/open-build-service] 4a2eed: Add StagingController
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 4a2eedbf8df3ac4afd9bbdfbaf424074b0cf4067 https://github.com/openSUSE/open-build-service/commit/4a2eedbf8df3ac4afd9bbd... Author: David Kang <dkang@suse.com> Date: 2019-10-11 (Fri, 11 Oct 2019) Changed paths: A src/api/app/controllers/staging/staging_controller.rb Log Message: ----------- Add StagingController we created this method to not repeat and have different methods to do the same. Commit: 350d99a84ab86f4bb4ee99762590e875b42131b4 https://github.com/openSUSE/open-build-service/commit/350d99a84ab86f4bb4ee99... Author: David Kang <dkang@suse.com> Date: 2019-10-11 (Fri, 11 Oct 2019) Changed paths: M src/api/app/controllers/staging/excluded_requests_controller.rb M src/api/app/controllers/staging/staging_projects_controller.rb M src/api/app/controllers/staging/workflows_controller.rb M src/api/spec/controllers/staging/excluded_requests_controller_spec.rb Log Message: ----------- Make the controllers inherit from StagingController The controllers related to Staging are inheriting from StagingController instead of ApplicationController. Commit: 2f904c0ac12bf21a257ad647553ed29e253addf8 https://github.com/openSUSE/open-build-service/commit/2f904c0ac12bf21a257ad6... Author: Victor Pereira <vpereira@suse.de> Date: 2019-10-11 (Fri, 11 Oct 2019) Changed paths: M src/api/app/controllers/staging/excluded_requests_controller.rb A src/api/app/controllers/staging/staging_controller.rb M src/api/app/controllers/staging/staging_projects_controller.rb M src/api/app/controllers/staging/workflows_controller.rb M src/api/spec/controllers/staging/excluded_requests_controller_spec.rb Log Message: ----------- Merge pull request #8560 from DavidKang/staging-refactor Refactor Staging a little bit Compare: https://github.com/openSUSE/open-build-service/compare/f05a1eab4a37...2f904c...
participants (1)
-
Victor Pereira