Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 8daae535c4aa008d86138e2279c884aae4da081d https://github.com/openSUSE/open-build-service/commit/8daae535c4aa008d86138e... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-02 (Thu, 02 Apr 2020) Changed paths: M src/backend/bs_dbtool Log Message: ----------- [backend] bs_dbtool: do not die right away if an entry could not be fetched Instead, collect the bad entry and print them at the end of the conversion. Commit: 69306b1de6ab73e5057f02558c4b7d2d3423b1c7 https://github.com/openSUSE/open-build-service/commit/69306b1de6ab73e5057f02... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-02 (Thu, 02 Apr 2020) Changed paths: M src/backend/BSDB.pm M src/backend/bs_srcserver Log Message: ----------- [backend] BSDB: allow allkeyspath to be a code reference Use this mechanism to forbid getting all keys in a binary search, as this query is way to expensive. Commit: 89ba0a58093bb1cf866f6440dc1dff2a1dc48aac https://github.com/openSUSE/open-build-service/commit/89ba0a58093bb1cf866f64... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-02 (Thu, 02 Apr 2020) Changed paths: M src/backend/BSSrcServer/SQLite.pm M src/backend/bs_dbtool Log Message: ----------- [backend] implement an allkeys query for sqlite Note that this will not be used for searching in the source server because we block allkeys queries there. It's useful for debugging with bs_dbtool. Commit: 48eaae617d0855769c63b69cef3e61b41e95ca47 https://github.com/openSUSE/open-build-service/commit/48eaae617d0855769c63b6... Author: Michael Schroeder <mls@suse.de> Date: 2020-04-02 (Thu, 02 Apr 2020) Changed paths: M src/backend/BSDB.pm M src/backend/BSSrcServer/SQLite.pm M src/backend/bs_dbtool M src/backend/bs_srcserver Log Message: ----------- Merge pull request #9324 from mlschroe/master bs_dbtool: do not die right away if an entry could not be fetched Compare: https://github.com/openSUSE/open-build-service/compare/67807283075d...48eaae...