Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: eecded35aa26898b090b4f4d2b15d5b756a88aef
https://github.com/openSUSE/open-build-service/commit/eecded35aa26898b090b4…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M src/api/app/models/project.rb
M src/api/db/attribute_descriptions.rb
A src/api/db/migrate/20150227063641_add_obs_branch_skip_repositories_attribute.rb
M src/api/db/structure.sql
M src/api/test/fixtures/attrib_types.yml
M src/api/test/functional/attributes_test.rb
M src/api/test/functional/source_controller_test.rb
Log Message:
-----------
[api] add option to ignore some repositories on branching
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0ddc68094cc813a2520e33432904ef85280a385c
https://github.com/openSUSE/open-build-service/commit/0ddc68094cc813a2520e3…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-02-26 (Thu, 26 Feb 2015)
Changed paths:
M src/api/app/jobs/cleanup_events.rb
M src/api/app/jobs/project_create_auto_cleanup_requests.rb
M src/api/app/jobs/update_package_meta_job.rb
M src/api/app/models/issue_tracker.rb
M src/api/config/clock.rb
M src/api/test/integration/last_events_test.rb
Log Message:
-----------
[api] change some jobs into ActiveJob
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 2587e50855bc0cf7a9343c126fbe9fafb90cc459
https://github.com/openSUSE/obs-build/commit/2587e50855bc0cf7a9343c126fbe9f…
Author: Dinar Valeev <dvaleev(a)suse.com>
Date: 2015-02-25 (Wed, 25 Feb 2015)
Changed paths:
M common_functions
Log Message:
-----------
ppc64le can build ppc64 with KVM
Little Endian host can do build in Big Endian VM
Signed-off-by: Dinar Valeev <dvaleev(a)suse.com>
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: fa3dee7fe139f6a2fd89a0eb597d74e578da7d39
https://github.com/openSUSE/open-build-service/commit/fa3dee7fe139f6a2fd89a…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-02-25 (Wed, 25 Feb 2015)
Changed paths:
M src/api/app/models/bs_request.rb
M src/api/app/models/event/request.rb
M src/api/test/functional/request_events_test.rb
Log Message:
-----------
[api] do not crash when a request has MANY actions
Limiting notification payload to 50 for now