[obs-commits] [openSUSE/open-build-service] d026d4: [api] Fix branch_remote_repositories not to rely o...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d026d4af38038fe848f0f82f2532369b6648f19f https://github.com/openSUSE/open-build-service/commit/d026d4af38038fe848f0f8... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-18 (Wed, 18 Jul 2018) Changed paths: M src/api/app/models/project.rb M src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_2.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_3.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/has_proper_project_xml.yml M src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/with_correct_path_links.yml M src/api/spec/models/project_spec.rb Log Message: ----------- [api] Fix branch_remote_repositories not to rely on cache to_axml reads from Rails.cache but as the function mungles the XML on a raw base, better use the direct XML not the cached one. This avoids races a little better - and fixes #5319 Commit: ba2fea365b1c76d2f59204c086c9a89b48b76799 https://github.com/openSUSE/open-build-service/commit/ba2fea365b1c76d2f59204... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-07-26 (Thu, 26 Jul 2018) Changed paths: M src/api/app/models/project.rb M src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_2.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/1_6_2_3.yml A src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/has_proper_project_xml.yml M src/api/spec/cassettes/Project/_branch_remote_repositories/kiwi_project/with_correct_path_links.yml M src/api/spec/models/project_spec.rb Log Message: ----------- Merge pull request #5396 from coolo/fix_5319 [api] Fix branch_remote_repositories not to rely on cache Compare: https://github.com/openSUSE/open-build-service/compare/accb1cd4ce7b...ba2fea... **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