Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0280fa02733e9a089b775098b175c606a14736b4
https://github.com/openSUSE/open-build-service/commit/0280fa02733e9a089b775…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M src/api/app/controllers/webui/projects_controller.rb
Log Message:
-----------
[api] fix upstream version in project status
include packages in project status if the package has no devel package
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 1c8bffd5c26776cf6206400adc0969011c41e430
https://github.com/openSUSE/open-build-service/commit/1c8bffd5c26776cf62064…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M src/webui/app/controllers/home_controller.rb
M src/webui/app/controllers/project_controller.rb
A src/webui/app/views/project/list_simple.html.erb
Log Message:
-----------
[webui] show bots a plain link list of projects
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0e40a7685f594fcc497a08efa3698fc243b2a8ca
https://github.com/openSUSE/open-build-service/commit/0e40a7685f594fcc497a0…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/api/app/controllers/search_controller.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[api] refactor another route for speed
/search/attribute?namespace=OBS&name=ProjectStatusPackageFailComment&project=openSUSE:Factory
before: 720ms, after: 31ms
Commit: 487520dce174c4b1a630dd0f60831f6f41d4797a
https://github.com/openSUSE/open-build-service/commit/487520dce174c4b1a630d…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/api/app/models/issue_tracker.rb
Log Message:
-----------
[api] catch net timeouts on bugzilla - happens rather often
Commit: a13df7d0b270fb65c9f8b0dbc92b4e9d239f00f1
https://github.com/openSUSE/open-build-service/commit/a13df7d0b270fb65c9f8b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M src/api/app/helpers/status_helper.rb
Log Message:
-----------
[api] cache the project name for project/status
Otherwise we reload the projects again and again
Commit: 874a18dfeb214fe9282097f8bcbe1365c46e9b47
https://github.com/openSUSE/open-build-service/commit/874a18dfeb214fe928209…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-30 (Tue, 30 Jul 2013)
Changed paths:
M src/webui/app/controllers/package_controller.rb
Log Message:
-----------
[webui] a live log without repository given is 404
Compare: https://github.com/openSUSE/open-build-service/compare/f46e90df6e35...874a1…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: e1531b7c5623934ebdb2c58e89a61198ca537adc
https://github.com/openSUSE/open-build-service/commit/e1531b7c5623934ebdb2c…
Author: Benjamin Brunner <bbrunner(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/webui/test/functional/maintenance_workflow_test.rb
Log Message:
-----------
[webui] Added testcase to check route for "Update issues from sources" in patchinfos
Commit: 17c4aa98194dd3027e93fdcc06e022086fc04053
https://github.com/openSUSE/open-build-service/commit/17c4aa98194dd3027e93f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/public_controller.rb
M src/api/lib/opensuse/backend.rb
M src/api/test/functional/issue_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/functional/source_services_test.rb
Log Message:
-----------
[api] be more careful with body and form data
Support also HEAD requests by not crashing but mapping to a backend GET
(which is not perfect, but at least the clients get an answer [including body])
Commit: 6dbe748941b4198f3244c7ccf4d6f002d816d7ee
https://github.com/openSUSE/open-build-service/commit/6dbe748941b4198f3244c…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
A src/api/test/integration/last_events_test.rb
A src/api/test/models/backend_info_test.rb
Log Message:
-----------
[api] forgot to add the test cases for my last changes
rails4 generate uses different directories and I didn't bother forcing it
to the old location
Commit: f46e90df6e3514b1fc4fc2f8b7dcbdff27acca8d
https://github.com/openSUSE/open-build-service/commit/f46e90df6e3514b1fc4fc…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/api/app/controllers/search_controller.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/lib/xpath_engine.rb
Log Message:
-----------
[api] refactor search controller
move the actual rendering of items to the controller. xpath engine only
returns ids and the contoller then renders. This is so far only code
moving, but this gives the controller more controll over the pagination
and allows caching
Compare: https://github.com/openSUSE/open-build-service/compare/2c4ab8c4f148...f46e9…