Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 91e799cb822a0b65d152dcdec696262f2ca39c47
https://github.com/openSUSE/open-build-service/commit/91e799cb822a0b65d152d…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-09-18 (Wed, 18 Sep 2013)
Changed paths:
M src/webui/app/controllers/home_controller.rb
M src/webui/app/helpers/application_helper.rb
M src/webui/app/views/home/index.html.erb
M src/webui/app/views/layouts/application.html.erb
M src/webui/app/views/package/show.html.erb
M src/webui/app/views/project/new.html.erb
M src/webui/app/views/project/new_package.html.erb
M src/webui/app/views/shared/_download_repository_link.html.erb
M src/webui/config/environment.rb
M src/webui/config/environments/test.rb
M src/webui/config/options.yml.example
Log Message:
-----------
[webui] make use of configured values in api actually.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: e577692f84869a59b3f276fc0b5d89d5cec33247
https://github.com/openSUSE/open-build-service/commit/e577692f84869a59b3f27…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M src/api/db/seeds.rb
A src/api/test/fixtures/backend/source/_patchinfo
Log Message:
-----------
[api] remove deprecated calls during seeding
also add a dummy patchinfo where adrian's commit expects it, but it's
not the content the issue tests expect. But at least it's possible to
start the test suite now and only the tests affected fail not all
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: b8df8e1326424332ccd43d445e31dd0dc6b93db8
https://github.com/openSUSE/open-build-service/commit/b8df8e1326424332ccd43…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M src/api/script/start_test_backend
R src/api/test/fixtures/package_issues.yml
M src/api/test/fixtures/packages.yml
M src/api/test/functional/issue_controller_test.rb
Log Message:
-----------
[api] fix fixtures, define issues from real source and rescan all sources after fixtures setup.