Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2772938ac006e816667109e491ab0450a7cba63c https://github.com/openSUSE/open-build-service/commit/2772938ac006e816667109... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-26 (Fri, 26 Jul 2013) Changed paths: A src/api/app/models/backend_info.rb A src/api/db/migrate/20130726144516_create_backend_infos.rb M src/api/db/structure.sql Log Message: ----------- [api] store the last number from lastevents in the database It is pretty much overkill to have a table for a single value, but it might get useful in the future and the alternative is writing a file and it feels so unrailsy Commit: 9cda98f339c3bb7594670609ca26d2f501702e31 https://github.com/openSUSE/open-build-service/commit/9cda98f339c3bb75946706... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-26 (Fri, 26 Jul 2013) Changed paths: M dist/obsapidelayed R src/api/script/delayed_job.api Log Message: ----------- [api] remove obsolete wrapper script Commit: 94c84a29d31a95ba1f49b819ffc1bcd5038aaec5 https://github.com/openSUSE/open-build-service/commit/94c84a29d31a95ba1f49b8... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-27 (Sat, 27 Jul 2013) Changed paths: M src/api/app/models/backend_info.rb A src/api/app/models/linked_package.rb M src/api/app/models/package.rb M src/api/config/clock.rb A src/api/db/migrate/20130725123636_create_linked_packages.rb M src/api/db/structure.sql M src/api/script/start_test_backend Log Message: ----------- [api] scan linkinfos from backend and store them (as copy) in DB Commit: f7c6ef490d6cf59e287ba82cf26e485a2db6b1a3 https://github.com/openSUSE/open-build-service/commit/f7c6ef490d6cf59e287ba8... Author: Stephan Kulow <coolo@suse.de> Date: 2013-07-27 (Sat, 27 Jul 2013) Changed paths: M src/api/app/models/package.rb Log Message: ----------- [api] need to check given md5sum against srcmd5 and verifymd5 to be on the safe side, we check for both Compare: https://github.com/openSUSE/open-build-service/compare/4cd10ca5991a...f7c6ef...