Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 6321776ca8ba77dd2fba765ca4a2918e711c19f6 https://github.com/openSUSE/open-build-service/commit/6321776ca8ba77dd2fba76... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M src/api/app/mixins/build_log_support.rb M src/api/lib/backend/api.rb Log Message: ----------- [api][webui] Move BuildLogSupport backend calls Refactored all the Activexml.backend.direct_http calls to be Backend::Connection calls and moved to Backend::Api Commit: 61452f990a35f80092d9031e92bb43dfa89e6b2c https://github.com/openSUSE/open-build-service/commit/61452f990a35f80092d903... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M src/api/app/models/project.rb M src/api/lib/backend/api.rb Log Message: ----------- [api][webui] Move project's backend call to Api Moved the build problems backend call to Backend::Api Commit: a635408aafef59aaff3d08abde3db47d8c20bc47 https://github.com/openSUSE/open-build-service/commit/a635408aafef59aaff3d08... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2017-09-13 (Wed, 13 Sep 2017) Changed paths: M src/api/app/mixins/build_log_support.rb M src/api/app/models/project.rb M src/api/lib/backend/api.rb Log Message: ----------- Merge pull request #3817 from mdeniz/refactor_backend_api_part_6 Move backend calls to Backend:Api (part 6) Compare: https://github.com/openSUSE/open-build-service/compare/8c2582917ade...a63540...