• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zarr-developers / zarr / 1243

Builds Branch Commit Type Ran Committer Via Coverage
1243 add_sqlite_store Revert "Drop `DISTINCT` requirement from `listdir` query" This reverts commit aef14a8e7. Pull #368 25 Dec 2018 06:51AM UTC web-flow travis-ci pending completion   set done
1241 use_xenial_sudo_always Require Xenial and sudo always Make sure Xenial and sudo are always used. Soon `sudo` will be required and the Ubuntu Precise image retired. Try bumping the image across the board to see if that works for our support Python versions. Pull #370 25 Dec 2018 05:53AM UTC web-flow travis-ci pending completion   set done
1240 add_sqlite_store Implement optimized `rmdir` for `SQLiteStore` Provides an SQL implementation of `rmdir` that is a bit better optimized for removing anything that matches the specified path as opposed to doing multiple removals. If it is detected that the root di... Pull #368 25 Dec 2018 05:27AM UTC web-flow travis-ci pending completion   set done
1239 add_sqlite_store Implement optimized `getsize` for `SQLiteStore` Take advantage of SQLite's ability to query and filter tables quickly to implement `getsize` entirely in SQL (with the exception of path normalization to sanitize user input). Makes use of `WITH`/`A... Pull #368 25 Dec 2018 05:19AM UTC web-flow travis-ci pending completion   set done
1238 add_sqlite_store Implement optimized `listdir` for `SQLiteStore` Take advantage of SQLite's ability to query and filter tables quickly to implement `listdir` entirely in SQL (with the exception of path normalization to sanitize user input). Makes use of `WITH`/`A... Pull #368 25 Dec 2018 05:04AM UTC web-flow travis-ci pending completion   set done
1237 add_sqlite_store Implement optimized `listdir` for `SQLiteStore` Take advantage of SQLite's ability to query and filter tables quickly to implement `listdir` entirely in SQL (with the exception of path normalization to sanitize user input). Makes use of `WITH`/`A... Pull #368 25 Dec 2018 04:34AM UTC web-flow travis-ci pending completion   set done
1234 add_sqlite_store Implement optimized `clear` for `SQLiteStore` As the default implementation of `clear` deletes each key-value pair, this will be considerably slower than an operation that can remove all of them at once. Here we do exactly that by using SQL's `DR... Pull #368 21 Dec 2018 05:05PM UTC web-flow travis-ci pending completion   set done
1233 add_sqlite_store Drop the `flush` function from `SQLiteStore` As we auto-commit all changes, there is no need for a `flush` operation for the `SQLiteStore`. So go ahead and drop the `flush` function and its documentation. Pull #368 21 Dec 2018 04:33PM UTC web-flow travis-ci pending completion   set done
1232 add_sqlite_store Disable `check_same_thread` by default again As we now make sure to commit after every mutating change to the database, disable `check_same_thread` again as it should be safe. Pull #368 21 Dec 2018 03:52PM UTC web-flow travis-ci pending completion   set done
1231 add_sqlite_store Correct default value for `check_same_thread` The default value for `check_same_thread` was previously set to `False` when in reality we want this check enabled. So set `check_same_thread` to `True`. Pull #368 21 Dec 2018 03:04PM UTC web-flow travis-ci pending completion   set done
1230 add_sqlite_store Update docs/release.rst Include author and original issue in changelog entry. Co-Authored-By: jakirkham <jakirkham@gmail.com> Pull #368 21 Dec 2018 02:59PM UTC web-flow travis-ci pending completion   set done
1229 add_sqlite_store Update docs/release.rst Fix a typo. Co-Authored-By: jakirkham <jakirkham@gmail.com> Pull #368 21 Dec 2018 02:54PM UTC web-flow travis-ci pending completion   set done
1227 add_sqlite_store Drop unneeded empty `return` statement Pull #368 21 Dec 2018 02:53PM UTC web-flow travis-ci pending completion   set done
1226 add_sqlite_store Special case in-memory SQLite database No need to normalize the path when there isn't one (e.g. `:memory:`). Pull #368 21 Dec 2018 07:43AM UTC web-flow travis-ci pending completion   set done
1225 add_sqlite_store Flush before pickling `SQLiteStore` Make sure that everything intended to be added to the `SQLiteStore` database has been written to disk before attempting to pickle it. That way we can be sure other processes constructing their own `SQLiteStore`... Pull #368 21 Dec 2018 07:35AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 52
  • 53
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc