[obs-commits] [openSUSE/open-build-service] 7af22e: [api] remove unused production_test environment
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7af22ee1d44a0156c2db612fa8af8f444ce2776c https://github.com/openSUSE/open-build-service/commit/7af22ee1d44a0156c2db61... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: R src/api/config/environments/production_test.rb Log Message: ----------- [api] remove unused production_test environment (was never even ported to rails 3) Commit: d38a47897ae0af08773bbbc0cb984bc499ff1893 https://github.com/openSUSE/open-build-service/commit/d38a47897ae0af08773bbb... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/controllers/webui/projects_controller.rb M src/api/app/controllers/webui/requests_controller.rb M src/api/app/models/bs_request.rb A src/api/app/models/bs_request_collection.rb M src/api/app/models/project.rb M src/api/app/models/user.rb M src/api/config/clock.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] move the actual auto accept out of the clock daemon The clock daemon stops while doing jobs, so everything that takes longer than a couple of milliseconds should only trigger a delayed job While I was at it, I moved the rather huge and clumpsy BsRequest.collection function into a model on its own (to be further refactored) Compare: https://github.com/openSUSE/open-build-service/compare/77ec7d69d3f6...d38a47...
participants (1)
-
Stephan Kulow