Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 558c2d86509399d4fb7e6e8e86ba51ee79b4e080
https://github.com/openSUSE/open-build-service/commit/558c2d86509399d4fb7e6…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
A src/api/db/migrate/20130930130128_fate_issue_tracker_fix.rb
M src/api/db/seeds.rb
M src/api/db/structure.sql
M src/api/lib/tasks/delayed_job.rake
R src/api/lib/workers/issue_trackers_to_backend_job.rb
M src/api/test/fixtures/backend_packages.yml
M src/api/test/fixtures/issue_trackers.yml
M src/api/test/fixtures/package_issues.yml
M src/api/test/fixtures/relationships.yml
M src/api/test/functional/issue_controller_test.rb
Log Message:
-----------
[api] allow all forms of fate issues and test they work
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 42f9f2bf3ef43a3dbf4b918f2dbd768025fb8a1d
https://github.com/openSUSE/osc/commit/42f9f2bf3ef43a3dbf4b918f2dbd768025fb…
Author: Sascha Peilicke <saschpe(a)gmx.de>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
M osc/core.py
Log Message:
-----------
Set socket timeout to 0 by default.
As long as the timeout is >= 0, Python's _ssl module will still use
non-blocking I/O but not poll() but select(). poll(&fd, 1, TIMEOUT)
seems to block _at least_ TIMEOUT time regardless of any errors.
Currently, with SUSE's internal IPv6 layout, this meant a hang of a
second per binary to fetch during "osc build".
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 40bbc26bdc99ee6656c6e8ec70a0c95e7ffcff16
https://github.com/openSUSE/open-build-service/commit/40bbc26bdc99ee6656c6e…
Author: Sascha Peilicke <saschpe(a)gmx.de>
Date: 2013-09-30 (Mon, 30 Sep 2013)
Changed paths:
A src/api/db/migrate/20130930130128_fate_issue_tracker_fix.rb
Log Message:
-----------
Fix FATE issue tracker.
Spaces are not mandatory and also "FATE#123" should work. There'S no end
in people's creativity.