Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: aa15a792c21daebcc79a7b7c9b856fc22796c0c5
https://github.com/openSUSE/open-build-service/commit/aa15a792c21daebcc79a7…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M src/backend/bs_worker
Log Message:
-----------
[backend] fix missing attributes in report file
attributes like disturl were missing in main <report> element
Commit: 4019365a31a362e627aff1c2c5ba28fe519f5e56
https://github.com/openSUSE/open-build-service/commit/4019365a31a362e627aff…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M src/backend/BSStdRunner.pm
Log Message:
-----------
[backend] Support optional array as parameter in BSStdServer
Commit: d15b1046102158290ad8756362312d074d24b9d8
https://github.com/openSUSE/open-build-service/commit/d15b1046102158290ad87…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M src/backend/bs_publish
Log Message:
-----------
[backend] support packtrack and sourcepblish of raw image content
Commit: 28bb944cf72dd63ca1188298d70f10794e0b2e8f
https://github.com/openSUSE/open-build-service/commit/28bb944cf72dd63ca1188…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M src/backend/bs_publish
Log Message:
-----------
[backend] support uncompressed .install.tar publish
kiwi has uncompressed install.tar (because internal compressed) since 17 Jul 2019
Commit: 69052075da2ca065b83919b1c9b3057eadcde891
https://github.com/openSUSE/open-build-service/commit/69052075da2ca065b8391…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M dist/obs-server.logrotate
M dist/obs-server.spec
A dist/systemd/obssourcepublish.service
M src/backend/BSConfig.pm.template
M src/backend/BSXML.pm
M src/backend/bs_admin
M src/backend/bs_publish
A src/backend/bs_sourcepublish
M src/backend/bs_srcserver
M src/backend/build
Log Message:
-----------
[backend] initial dedicated source publishing implementation
Allows to specify an rsync module where sources gets published.
The structure is in $rsync/$project/$package/$srcmd5/ directory.
This can be derived from DISTURL from the binaries.
Commit: 7118d503bd99e470457c41e9bb5c786d7fe26419
https://github.com/openSUSE/open-build-service/commit/7118d503bd99e470457c4…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M dist/obs-server.logrotate
M dist/obs-server.spec
A dist/systemd/obssourcepublish.service
M src/backend/BSConfig.pm.template
M src/backend/BSStdRunner.pm
M src/backend/BSXML.pm
M src/backend/bs_admin
M src/backend/bs_publish
A src/backend/bs_sourcepublish
M src/backend/bs_srcserver
M src/backend/bs_worker
M src/backend/build
Log Message:
-----------
Merge pull request #9592 from adrianschroeter/sourcepublishing
[backend] initial dedicated source publishing implementation
Compare: https://github.com/openSUSE/open-build-service/compare/23fbf2a9331f...7118d…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d9c017d7f05700aecf4fc2b7840bc7922bd21b34
https://github.com/openSUSE/open-build-service/commit/d9c017d7f05700aecf4fc…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M docs/api/api/api.txt
M src/api/app/controllers/request_controller.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_action_maintenance_incident.rb
M src/api/db/attribute_descriptions.rb
A src/api/db/data/20200627135426_request_delegate_attribute.rb
M src/api/test/fixtures/attrib_types.yml
M src/api/test/fixtures/linked_projects.yml
M src/api/test/fixtures/projects.yml
M src/api/test/functional/attributes_test.rb
M src/api/test/unit/bs_request_test.rb
Log Message:
-----------
[api] support request delegation to package origin project.
Adds an option to let the server delegate the request for
a target project to the project where the packages is actual
living.
This works independend of a source package link, eg from submitting
from a base distro project to another one.
It is needed for Jump submissions in first place (jsc#OBS-59)
Commit: 93cf2fe768a40320fee473a335f71ebf08d0920d
https://github.com/openSUSE/open-build-service/commit/93cf2fe768a40320fee47…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M src/api/app/models/project.rb
A src/api/app/queries/projects_with_delegate_request_target_finder.rb
M src/api/db/seeds.rb
M src/api/spec/factories/attribs.rb
A src/api/spec/queries/projects_with_delegate_request_target_finder_spec.rb
M src/api/spec/support/database_cleaner.rb
Log Message:
-----------
Introduces a project request delegation
Setting the Attribute OBS:DelegateRequestTarget on a Project makes it delegate
submit requests that come in for Packages that are inherited via a project
link.
Commit: 99129cfe04deefb17824cc07cc8d8319d0d125d9
https://github.com/openSUSE/open-build-service/commit/99129cfe04deefb17824c…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M src/api/app/models/bs_request_action.rb
Log Message:
-----------
Extract expand_target_project method
Commit: 23fbf2a9331f27728a713fc0ba0d243c50e760a8
https://github.com/openSUSE/open-build-service/commit/23fbf2a9331f27728a713…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M docs/api/api/api.txt
M src/api/app/controllers/request_controller.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_action_maintenance_incident.rb
M src/api/app/models/project.rb
A src/api/app/queries/projects_with_delegate_request_target_finder.rb
M src/api/db/attribute_descriptions.rb
A src/api/db/data/20200627135426_request_delegate_attribute.rb
M src/api/db/seeds.rb
M src/api/spec/factories/attribs.rb
A src/api/spec/queries/projects_with_delegate_request_target_finder_spec.rb
M src/api/spec/support/database_cleaner.rb
M src/api/test/fixtures/attrib_types.yml
M src/api/test/fixtures/linked_projects.yml
M src/api/test/fixtures/projects.yml
M src/api/test/functional/attributes_test.rb
M src/api/test/unit/bs_request_test.rb
Log Message:
-----------
Merge pull request #9616 from adrianschroeter/request_delegation
Request delegation
Compare: https://github.com/openSUSE/open-build-service/compare/68937c4b4f0e...23fbf…