Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7350d752cba1ae684396ac2ef08e37e5a7cb3de2 https://github.com/openSUSE/open-build-service/commit/7350d752cba1ae684396ac... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/api/app/controllers/statistics/maintenance_statistics_controller.rb M src/api/config/routes.rb M src/api/spec/controllers/statistics/maintenance_statistics_controller_spec.rb Log Message: ----------- [api] Make maintenance statistics route public We need to handle connections between OBS instances (interconnects). This is one way to do it. The other one would be to handle authentication between OBS instances. Commit: 78b89937912e37705c309ff4d4e6f21c4b968bea https://github.com/openSUSE/open-build-service/commit/78b89937912e37705c309f... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/api/app/controllers/statistics/maintenance_statistics_controller.rb M src/api/spec/controllers/statistics/maintenance_statistics_controller_spec.rb Log Message: ----------- [api] Handle maintenance statistics requests for remotes Forward maintenance statistics requests to remote instance and respond with the received xml. If the response is empty, the remote project didn't exist and we respond with a 404. We don't do a redirect here, since we want to be consistent with the other places where we have to handle remote instances. Commit: 0523386ff6cf2e0e2f86619c88c810643e13b0f3 https://github.com/openSUSE/open-build-service/commit/0523386ff6cf2e0e2f8661... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M src/api/app/controllers/statistics/maintenance_statistics_controller.rb M src/api/config/routes.rb M src/api/spec/controllers/statistics/maintenance_statistics_controller_spec.rb Log Message: ----------- Merge pull request #2915 from bgeuken/maintenance_stats_ Maintenance stats for remote projects Compare: https://github.com/openSUSE/open-build-service/compare/658f1e9f717f...052338...