[obs-commits] [openSUSE/open-build-service] 582b33: [frontend] Make baseclass of Factory controllers e...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 582b33c38c095d9bfe66ec3af80ca5a75adfb080 https://github.com/openSUSE/open-build-service/commit/582b33c38c095d9bfe66ec... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-21 (Sat, 21 Jul 2018) Changed paths: M src/api/app/controllers/webui/obs_factory/distributions_controller.rb M src/api/app/controllers/webui/obs_factory/staging_projects_controller.rb Log Message: ----------- [frontend] Make baseclass of Factory controllers explicit In test environment we don't eagerly load all classes, so ruby does not know there is a 2nd ApplicationController class in the module - and takes the one from API. But this one (for one) requires login - which we don't want for Staging dashboard. Fixes #5431 Commit: 8713d33f57cb97fe64ade812bbe2dcb9c92b55ca https://github.com/openSUSE/open-build-service/commit/8713d33f57cb97fe64ade8... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-07-22 (Sun, 22 Jul 2018) Changed paths: M src/api/app/controllers/webui/obs_factory/distributions_controller.rb M src/api/app/controllers/webui/obs_factory/staging_projects_controller.rb Log Message: ----------- Merge pull request #5432 from coolo/fix_5431 [frontend] Make baseclass of Factory controllers explicit Compare: https://github.com/openSUSE/open-build-service/compare/a026dfbe788c...8713d3... **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Henne Vogelsang