Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ace6b068953bf8e480df9ab5cad7186966be570c
https://github.com/openSUSE/open-build-service/commit/ace6b068953bf8e480df9…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2012-12-20 (Thu, 20 Dec 2012)
Changed paths:
M src/api/app/controllers/distributions_controller.rb
M src/api/app/models/distribution.rb
M src/api/app/views/distributions/index.xml.builder
M src/api/config/routes.rb
A src/api/test/fixtures/backend/distributions.xml
M src/api/test/functional/distributions_controller_test.rb
Log Message:
-----------
[api] show also remote distributions from all remote projects
Commit: aa516883c1be769a2a9ceda4bc1f2a1eccaa5882
https://github.com/openSUSE/open-build-service/commit/aa516883c1be769a2a9ce…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2012-12-20 (Thu, 20 Dec 2012)
Changed paths:
M docs/api/api/api.txt
Log Message:
-----------
[api] complete the api docu for /distributions* operations
Commit: 7b80576ca6db635de38a921097d436b2b1a7b99b
https://github.com/openSUSE/open-build-service/commit/7b80576ca6db635de38a9…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2012-12-20 (Thu, 20 Dec 2012)
Changed paths:
A src/api/db/migrate/20121220151549_drop_remote_distributions.rb
Log Message:
-----------
[api] remove remote projects from distribution database, we do import request them on the fly now
Compare: https://github.com/openSUSE/open-build-service/compare/0b7bbc53661e...7b805…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: dbbd9f5f4c72acb09693bb64628cda70dae746da
https://github.com/openSUSE/open-build-service/commit/dbbd9f5f4c72acb09693b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-12-20 (Thu, 20 Dec 2012)
Changed paths:
M src/api/app/controllers/statistics_controller.rb
M src/api/app/models/package.rb
M src/api/test/unit/package_test.rb
Log Message:
-----------
[api] do not store the _meta to the backend just to update the activity_index
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 82ee8753d1a1d1665513f0a81ffb2d72a8bac049
https://github.com/openSUSE/open-build-service/commit/82ee8753d1a1d1665513f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-12-19 (Wed, 19 Dec 2012)
Changed paths:
M src/api/test/unit/package_test.rb
Log Message:
-----------
[api] prepare for rounding errors - 0.1000000042 is indeed not 0.1
Commit: 0a3fd961779757e59a53b3bdd6816e6a3ab9d6aa
https://github.com/openSUSE/open-build-service/commit/0a3fd961779757e59a53b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-12-19 (Wed, 19 Dec 2012)
Changed paths:
M src/api/test/functional/architectures_controller_test.rb
M src/api/test/functional/attributes_test.rb
M src/api/test/functional/distributions_controller_test.rb
M src/api/test/functional/group_test.rb
M src/api/test/functional/interconnect_test.rb
M src/api/test/functional/issue_controller_test.rb
M src/api/test/functional/issue_trackers_controller_test.rb
M src/api/test/functional/main_controller_test.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/person_controller_test.rb
M src/api/test/functional/published_controller_test.rb
M src/api/test/functional/read_permission_test.rb
M src/api/test/functional/release_management_test.rb
M src/api/test/functional/request_controller_test.rb
M src/api/test/functional/search_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/functional/source_services_test.rb
M src/api/test/functional/statistics_controller_test.rb
M src/api/test/functional/webui_controller_test.rb
M src/api/test/test_helper.rb
Log Message:
-----------
[api] reset_auth between tests
So reset_auth as first instructions is pointless now
Compare: https://github.com/openSUSE/open-build-service/compare/019cbd6e1b5a...0a3fd…