[obs-commits] [openSUSE/open-build-service] 7667ca: [api] Moved backend call for job history to Api
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7667caac3a6dc434a648ae9783ad5c6a8b6b24b5 https://github.com/openSUSE/open-build-service/commit/7667caac3a6dc434a648ae... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/models/project_status/calculator.rb M src/api/lib/backend/api.rb Log Message: ----------- [api] Moved backend call for job history to Api Moved the Backend::Connection call for ProjectStatus calculator to the Backend::Api Commit: 5217171f3b539a2d56d2445e4e9d275d967c7b52 https://github.com/openSUSE/open-build-service/commit/5217171f3b539a2d56d244... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/controllers/build/file_controller.rb M src/api/lib/backend/api.rb Log Message: ----------- [api] Renamed Backend::Api.file_list Renamed to binary_files_list Commit: 7583d74160cd9fbd011a45ebb4c0f6ab3c7e9de4 https://github.com/openSUSE/open-build-service/commit/7583d74160cd9fbd011a45... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/models/directory.rb M src/api/lib/backend/api.rb Log Message: ----------- [api][webui] Moved backend call from Directory Moved Backend::Connection call from Directory model to Backend::Api BTW, some minor refactoring on Directory model Commit: 2dae9040d06e7427764dc0bb7ae8a0bbab0acedb https://github.com/openSUSE/open-build-service/commit/2dae9040d06e7427764dc0... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/models/service.rb M src/api/lib/backend/api.rb Log Message: ----------- [api][webui] Moved backend calls of Service Moved Backend::Connection calls from Service model to Backend::Api Commit: 21263ceb895414839d0db2790c77159572673df0 https://github.com/openSUSE/open-build-service/commit/21263ceb895414839d0db2... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/models/update_notification_events.rb M src/api/lib/backend/api.rb Log Message: ----------- [api] Move notification backend calls Moved the Backend::Connection call from UpdateNotificationEvents to Backend::Api Commit: e6259a60b3db6d7900f154adb42661588bfc7aa7 https://github.com/openSUSE/open-build-service/commit/e6259a60b3db6d7900f154... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2017-08-28 (Mon, 28 Aug 2017) Changed paths: M src/api/app/models/repository.rb M src/api/lib/backend/api.rb Log Message: ----------- [api][webui] Moved backend calls from Repository Moved Backend::Connection calls to Backend::Api from the Repository model Commit: 56fa0b4ae46d1d328be627c0f2f88aad57bf765d https://github.com/openSUSE/open-build-service/commit/56fa0b4ae46d1d328be627... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-08-29 (Tue, 29 Aug 2017) Changed paths: M src/api/app/controllers/build/file_controller.rb M src/api/app/models/directory.rb M src/api/app/models/project_status/calculator.rb M src/api/app/models/repository.rb M src/api/app/models/service.rb M src/api/app/models/update_notification_events.rb M src/api/lib/backend/api.rb Log Message: ----------- Merge pull request #3678 from mdeniz/refactor_backend_calls_part4 Refactor Backend::Connection calls (part 4) Compare: https://github.com/openSUSE/open-build-service/compare/13185b2fdb8d...56fa0b...
participants (1)
-
Ana María Martínez Gómez