Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 6fd0dcc5b716a77fedb9adccdf5a29f2e9c48836 https://github.com/openSUSE/open-build-service/commit/6fd0dcc5b716a77fedb9ad... Author: Adrian Schröter <adrian@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M src/api/app/mixins/request_source_diff.rb M src/api/app/models/binary_release.rb M src/api/test/functional/maintenance_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] fix request diffing with local links diff only un-expanded when another action in same request is transfering the source change anyway. That way we see still changes in the local link, but avoid multiple diffs of same content regression fix, so this time with test case :/