Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 1a927794e0eec7e17bc1c93325672492f42df418
https://github.com/openSUSE/open-build-service/commit/1a927794e0eec7e17bc1c…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M src/api/lib/xpath_engine.rb
M src/api/test/fixtures/binary_releases.yml
M src/api/test/functional/binary_release_test.rb
Log Message:
-----------
[api] support search of binaries on specific products
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 835f8bb7d5d59ed0f2e18593cfc2630f89c1795b
https://github.com/openSUSE/open-build-service/commit/835f8bb7d5d59ed0f2e18…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M dist/obsworker
M dist/sysconfig.obs-server
Log Message:
-----------
[dist] raise default for memory usage of kvm hosts.
256M is not enough anymore for standard initrd's...
Commit: 1a658c9f7cf863c0f9e6241797d681db95d42356
https://github.com/openSUSE/open-build-service/commit/1a658c9f7cf863c0f9e62…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M dist/obsstoragesetup
Log Message:
-----------
[dist] create an initrd also when no LVM is used
Commit: 5d972901fccb190edfd542d8512e271d62e93ceb
https://github.com/openSUSE/open-build-service/commit/5d972901fccb190edfd54…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M src/api/app/models/product.rb
M src/api/test/unit/product_test.rb
Log Message:
-----------
[api] fix medium name on product parsing
Commit: 02ae1976191dfca8591e7858f0910953f8d45d39
https://github.com/openSUSE/open-build-service/commit/02ae1976191dfca8591e7…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M src/api/app/models/binary_release.rb
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/maintenance_test.rb
Log Message:
-----------
[api] list product names in binary releaese updates explicit
Commit: 52f13ecac59c88481d71d45ec959d8b7d8933e3a
https://github.com/openSUSE/open-build-service/commit/52f13ecac59c88481d71d…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M src/api/app/models/maintenance_incident.rb
Log Message:
-----------
[api] fix updateinfo counter
Compare: https://github.com/openSUSE/open-build-service/compare/65095affa9dc...52f13…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: c13f13d136f0fb349f198d78361df1da0b35225a
https://github.com/openSUSE/open-build-service/commit/c13f13d136f0fb349f198…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/api/app/models/binary_release.rb
M src/api/test/fixtures/backend/source/fixed_product/fixed.product
Log Message:
-----------
[api] filter released binary results by medium
Commit: 18c8aa2650db2aa7fb15e24137e0f0d9a4c497f7
https://github.com/openSUSE/open-build-service/commit/18c8aa2650db2aa7fb15e…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/api/app/models/binary_release.rb
Log Message:
-----------
[api] speed up the released binary search a bit
using a hash to cache product list based on location. It does not cache between
searches yet. So there is more potential, but would need data invalidaten then.
Commit: cc7cd2bf69eed13a9d017d2a94156f7201fdc2d4
https://github.com/openSUSE/open-build-service/commit/cc7cd2bf69eed13a9d017…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M src/backend/bs_productconvert
Log Message:
-----------
[backend] allow to disable dropping of ftp trees for 13.2/sle12 medias
Compare: https://github.com/openSUSE/open-build-service/compare/3dbcd356f2d9...cc7cd…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 936683f740365653f88339a1c4a9f69579141179
https://github.com/openSUSE/open-build-service/commit/936683f740365653f8833…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
A src/api/db/migrate/20140718112346_flexible_updateinfoid.rb
A src/api/db/migrate/20140721112346_delayed_job_indexes.rb
R src/api/db/migrate/20160714112346_flexible_updateinfoid.rb
R src/api/db/migrate/20160721112346_delayed_job_indexes.rb
M src/api/db/structure.sql
Log Message:
-----------
[api] fix migration dates
Commit: 3dbcd356f2d99fc8a62e1339a952892b8ae556fc
https://github.com/openSUSE/open-build-service/commit/3dbcd356f2d99fc8a62e1…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M src/api/app/helpers/maintenance_helper.rb
M src/api/app/models/binary_release.rb
M src/api/app/models/package.rb
M src/api/app/models/repository.rb
A src/api/db/migrate/20140729101042_updateinfo_tracking_second_attempt.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/fixtures/configurations.yml
R src/api/test/fixtures/updateinfos.yml
M src/api/test/functional/binary_release_test.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/unit/binary_release.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[api] updateinfo id tracking via the backend
Compare: https://github.com/openSUSE/open-build-service/compare/b5d6e7d9a006...3dbcd…