Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 9b3c58287d456d7df92da58d3525d865c1397a40 https://github.com/openSUSE/open-build-service/commit/9b3c58287d456d7df92da5... Author: Stephan Kulow coolo@suse.de Date: 2013-09-22 (Sun, 22 Sep 2013)
Changed paths: M src/api/app/models/package.rb
Log Message: ----------- [api] ignore recordnounique error while saving backend_package
there is a race going on between two processes to update dirty srcmd5s. there is nothing we can do about it, but we can make sure it's not become an error
Commit: d0acc95df0ded4106736d2d728a5905024466f69 https://github.com/openSUSE/open-build-service/commit/d0acc95df0ded4106736d2... Author: Stephan Kulow coolo@suse.de Date: 2013-09-22 (Sun, 22 Sep 2013)
Changed paths: M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/script/start_test_backend A src/api/test/fixtures/backend/request/cleanup_from_home M src/api/test/fixtures/backend_packages.yml M src/api/test/fixtures/issues.yml A src/api/test/fixtures/package_issues.yml M src/api/test/fixtures/package_kinds.yml M src/api/test/fixtures/packages.yml M src/api/test/fixtures/projects.yml M src/api/test/fixtures/relationships.yml M src/api/test/fixtures/users.yml M src/api/test/functional/request_controller_test.rb M src/api/test/test_helper.rb M src/api/test/unit/code_quality_test.rb
Log Message: ----------- [api] do not try to delete nothing
If a submit request is set to cleanup but is from home:$USER it won't cleanup - but it shouldn't crash either
Commit: 9f493443f665d39d1ded4ebacc61df5702fc5881 https://github.com/openSUSE/open-build-service/commit/9f493443f665d39d1ded4e... Author: Stephan Kulow coolo@suse.de Date: 2013-09-22 (Sun, 22 Sep 2013)
Changed paths: M src/api/app/controllers/message_controller.rb A src/api/app/views/message/_messages.xml.builder R src/api/app/views/message/index.xml.builder M src/api/config/routes.rb M src/api/lib/opensuse/validator.rb M src/api/test/functional/message_controller_test.rb M src/api/test/unit/code_quality_test.rb
Log Message: ----------- [api] refactor messages controller
I would like to get rid of it actually, it's never been used (in SUSE's instances at least)
Commit: cbe69bed2a11a2ecd036dcf67382203bbacd15b5 https://github.com/openSUSE/open-build-service/commit/cbe69bed2a11a2ecd036dc... Author: Stephan Kulow coolo@suse.de Date: 2013-09-22 (Sun, 22 Sep 2013)
Changed paths: M src/api/app/controllers/source_controller.rb M src/api/config/routes.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb
Log Message: ----------- [api] refactor more of the source controller
Compare: https://github.com/openSUSE/open-build-service/compare/dd67497bba66...cbe69b...