[obs-commits] [openSUSE/open-build-service] f071a8: [api] fix release tracking special case
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f071a8da373831c621cb38c80f824b324b3d8d9f https://github.com/openSUSE/open-build-service/commit/f071a8da373831c621cb38... Author: Adrian Schröter <adrian@suse.de> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M src/api/app/models/binary_release.rb Log Message: ----------- [api] fix release tracking special case when rpms are published into some repo where they also get published as part of a rpm venv Commit: b2792e16c1c2c47144e7fb540ebcbc6595df2874 https://github.com/openSUSE/open-build-service/commit/b2792e16c1c2c47144e7fb... Author: Adrian Schröter <adrian@suse.de> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M src/api/app/models/binary_release.rb A src/api/db/migrate/20190215131711_add_binary_id_tracking.rb M src/api/db/structure.sql M src/api/lib/xpath_engine.rb M src/api/test/fixtures/binary_releases.yml M src/api/test/functional/binary_release_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/unit/binary_release.rb M src/backend/bs_publish Log Message: ----------- [api][backend] binary id tracking and search support Extend released binary database to store binary ids and make them searchable. They are format specific (eg hdrm5 in rpm case and imageid in container case). Commit: 9e2c4688d8d983e18831d3ec03e911cda65acdff https://github.com/openSUSE/open-build-service/commit/9e2c4688d8d983e18831d3... Author: Adrian Schröter <adrian@suse.de> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M src/api/app/models/binary_release.rb A src/api/db/migrate/20190328131711_flavor_tracking.rb M src/api/db/structure.sql M src/api/lib/xpath_engine.rb Log Message: ----------- [api] add tracking of multibuild flavor We need to know in which build container got a binary build for accessing it or to track additional meta informations. Commit: e9e7d7399ca0734ffdd745a9000147c9c35c61b9 https://github.com/openSUSE/open-build-service/commit/e9e7d7399ca0734ffdd745... Author: Adrian Schröter <adrian@suse.de> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M src/api/lib/tasks/databases.rake Log Message: ----------- show diff of structure.sql in error case Commit: 193aba2ef997935da775a9085dc3e8a1d30fba9a https://github.com/openSUSE/open-build-service/commit/193aba2ef997935da775a9... Author: Adrian Schröter <adrian@suse.de> Date: 2019-05-16 (Thu, 16 May 2019) Changed paths: M ReleaseNotes-2.10 M docs/api/api/api.txt M docs/api/api/binary_released.rng M docs/api/api/binary_released.xml M docs/api/api/obs.rng M src/api/app/controllers/source_controller.rb M src/api/app/models/binary_release.rb M src/api/app/models/project.rb M src/api/lib/xpath_engine.rb M src/api/spec/models/project_spec.rb M src/api/test/functional/source_controller_test.rb M src/backend/bs_publish Log Message: ----------- [api][backend] missing bits of binary_id tracking we merged an incomplete submission for container maintenance before. these are the missing bits. Reviewed together with Bjoern Fixes #7548 Commit: b624f2ac88c1d85dfb2520866a219b330b02ce60 https://github.com/openSUSE/open-build-service/commit/b624f2ac88c1d85dfb2520... Author: Björn Geuken <bgeuken@suse.de> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M ReleaseNotes-2.10 M docs/api/api/api.txt M docs/api/api/binary_released.rng M docs/api/api/binary_released.xml M docs/api/api/obs.rng M src/api/app/controllers/source_controller.rb M src/api/app/models/binary_release.rb M src/api/app/models/project.rb A src/api/db/migrate/20190215131711_add_binary_id_tracking.rb A src/api/db/migrate/20190328131711_flavor_tracking.rb M src/api/db/structure.sql M src/api/lib/tasks/databases.rake M src/api/lib/xpath_engine.rb M src/api/spec/models/project_spec.rb M src/api/test/fixtures/binary_releases.yml M src/api/test/functional/binary_release_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/binary_release.rb M src/backend/bs_publish Log Message: ----------- Merge pull request #7562 from adrianschroeter/fix_multi_relasetarget [api][backend] missing bits of binary_id tracking Compare: https://github.com/openSUSE/open-build-service/compare/d498eade6e30...b624f2...
participants (1)
-
Björn Geuken