Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 5aaefc23d1a12bf7a2bfa1ae75e25aed012e0690
https://github.com/openSUSE/open-build-service/commit/5aaefc23d1a12bf7a2bfa…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M docs/api/api/api.txt
M docs/api/api/group.rng
M docs/api/api/group.xml
M src/api/app/controllers/group_controller.rb
M src/api/app/models/group.rb
M src/api/app/views/group/show.xml.builder
A src/api/db/migrate/20130904071147_add_email_to_groups.rb
M src/api/db/structure.sql
M src/api/test/functional/group_test.rb
Log Message:
-----------
[api] groups can have an email adress now
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 67e8cf454baaf9b33b441b9c57c7c2ccdf63fdca
https://github.com/openSUSE/open-build-service/commit/67e8cf454baaf9b33b441…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M .travis.yml
M src/api/test/models/event_test.rb
Log Message:
-----------
[api] remove test that no longer makes sense
as the lastnotifications fetching is blocking now, we can't do it in
test cases unless we generate events in the backend
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 3e8a4ab5297069eb0fcc4e12aeaa6196955c10a7
https://github.com/openSUSE/open-build-service/commit/3e8a4ab5297069eb0fcc4…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/person_controller.rb
A src/api/app/controllers/webui/packages_controller.rb
A src/api/app/mixins/parse_package_diff.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/package.rb
M src/api/config/routes.rb
M src/api/test/functional/build_controller_test.rb
M src/api/test/functional/webui_controller_test.rb
M src/api/test/unit/code_quality_test.rb
M src/webui/app/controllers/application_controller.rb
M src/webui/app/controllers/package_controller.rb
M src/webui/app/helpers/package_helper.rb
M src/webui/app/models/api_details.rb
M src/webui/test/functional/request_controller_test.rb
Log Message:
-----------
[webui,api] move the rdiff function from webui
to api to avoid duplicatin a rather huge function
Commit: efec134e15de9edcaabc214031b11d8a22b93947
https://github.com/openSUSE/open-build-service/commit/efec134e15de9edcaabc2…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M src/api/app/controllers/webui/comments_controller.rb
Log Message:
-----------
[api] comments don't use sources
Commit: 3e1ef0cce861b02d96eb6759e8462a842c3265f3
https://github.com/openSUSE/open-build-service/commit/3e1ef0cce861b02d96eb6…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
[ci] make the publisher problem easier to debug by testing it alone
Compare: https://github.com/openSUSE/open-build-service/compare/c604b57335d8...3e1ef…