Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 9733da2f50abaaa41a19fc4b4bd3526a0c73b61b
https://github.com/openSUSE/open-build-service/commit/9733da2f50abaaa41a19f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M src/activexml/activexml.rb
R src/activexml/matcher.rb
A src/api/test/activexml_matcher.rb
M src/api/test/models/status_history_test.rb
M src/api/test/test_helper.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[api] move the matcher out of activexml
It has no coverage outside of test cases
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0bdc4e8376d677c01a5fdcf37cc36c1382a659db
https://github.com/openSUSE/open-build-service/commit/0bdc4e8376d677c01a5fd…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M src/backend/bs_sched
Log Message:
-----------
[backend] drop the inode number from the deltaid hash, it breaks if the tree is copied
The inode is good for internal stuff, but bad for deltas, as deltas
get published and a redone delta is newly signed and thus end up
different than the old delta.
Copy over the old delta if we have one to ease migration.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 926ea9bcaa9a74c34fde4a4ad14ea0a9faf52ca1
https://github.com/openSUSE/open-build-service/commit/926ea9bcaa9a74c34fde4…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M src/api/app/mixins/parse_package_diff.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/event/build.rb
M src/api/app/models/event/request.rb
Log Message:
-----------
[api] fix some problems noted in production
- the buildevent can even more payload
- the request events need a "The one who did it."
- avoid crash in request show with issues
Commit: 270c596a09b22a3d38e53177b477db8365f51053
https://github.com/openSUSE/open-build-service/commit/270c596a09b22a3d38e53…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M src/webui/config/routes.rb
Log Message:
-----------
[webui] make parameters optional for save_comments
I wonder why this was never hit by the test suite ;(
Commit: d851c42844d5edb8a9995191d56f5799a5bd1b91
https://github.com/openSUSE/open-build-service/commit/d851c42844d5edb8a9995…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M src/api/app/controllers/webui/packages_controller.rb
M src/webui/app/views/package/rdiff.html.erb
Log Message:
-----------
[webui] restore display of last declined request in rdiff
Compare: https://github.com/openSUSE/open-build-service/compare/be8381c9a905...d851c…