Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 1614123f82b77502eab919ddc61acb9180861517
https://github.com/openSUSE/osc/commit/1614123f82b77502eab919ddc61acb918086…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M osc/babysitter.py
M osc/core.py
Log Message:
-----------
- babysitter: catch ServiceRuntimeError
Note: it is probably better to raise a ServiceRuntimeError in
Serviceinfo.execute instead of Package.commit because "execute"
has all the information about the failing service...
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 00bda31bef96bb5ed446646b661956c2362fa74b
https://github.com/openSUSE/open-build-service/commit/00bda31bef96bb5ed4466…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
A src/api/app/mixins/has_ratings.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
Log Message:
-----------
[api] move duplicated rating function to a shared mixin
I can't find code atm to update the rating - at some point it seems to
have vanished
Commit: fc30bdc0f7999ccfe8ab52d82516d3a30cc1f7f9
https://github.com/openSUSE/open-build-service/commit/fc30bdc0f7999ccfe8ab5…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
A src/api/app/mixins/has_attributes.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/test/unit/attribute_test.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[api] move common code of project and package to HasAttributes
Compare: https://github.com/openSUSE/open-build-service/compare/737c247ca30c...fc30b…
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 77f9030016c0f2d0bebee0b1cbdf3eeea67100b7
https://github.com/openSUSE/osc/commit/77f9030016c0f2d0bebee0b1cbdf3eeea671…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M osc/core.py
Log Message:
-----------
- core.Action: added basic support for a "group" action
Request.format_action is no staticmethod anymore because the formatting
of a "group" action needs the request id.