[obs-commits] [openSUSE/open-build-service] 3daaab: Make it possible to preload repository architectur...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 3daaab49245359d6a357d424f62c1f2a5ea25726 https://github.com/openSUSE/open-build-service/commit/3daaab49245359d6a357d4... Author: Stephan Kulow <coolo@suse.de> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M src/api/app/models/repository.rb Log Message: ----------- Make it possible to preload repository architectures Remove the duplicated order statement, which breaks preloading. This order isn't used normally (as it's a :through relationship and repository_architectures have an order already), but it breaks in preload situation where rails will load all architectures in a 2nd statement. Fixes #6662 Commit: c5d34def3ec876735ddc78f10dc985b4e9bea2e0 https://github.com/openSUSE/open-build-service/commit/c5d34def3ec876735ddc78... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M src/api/app/models/repository.rb Log Message: ----------- Merge pull request #6666 from coolo/fix_6662 Make it possible to preload architectures Compare: https://github.com/openSUSE/open-build-service/compare/491b8f25316e...c5d34d... **NOTE:** This service has 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