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

zarr-developers / zarr / 1261

Builds Branch Commit Type Ran Committer Via Coverage
1261 add_sqlite_store Cast `has` to `bool` in `SQLiteStore.__contains__` SQLite does not have a boolean type and merely represents them with integers like `0` and `1` (much like C, which it is written in). While Python will perform the conversion of the `__contains__`... Pull #368 25 Dec 2018 10:33PM UTC web-flow travis-ci pending completion   set done
1260 add_sqlite_store Only use `k` in `SQLiteStore`'s `__contains__` We don't make use of the values only the keys when checking for existence. So drop the `v` column from the `SELECT` statement as it is unused and only grab the `k` column. Pull #368 25 Dec 2018 10:17PM UTC web-flow travis-ci pending completion   set done
1259 add_sqlite_store Fuse away one `SELECT` in `listdir` In `SQLiteStore`'s `listdir`, fuse the `SELECT` performing the ordering with the `SELECT` applying the `DISTINCT` criteria. As these can be combined and often `DISTINCT` already performs ordering, this may be a... Pull #368 25 Dec 2018 09:13PM UTC web-flow travis-ci pending completion   set done
1258 add_sqlite_store Tidy `rename` SQL code a bit Pull #368 25 Dec 2018 08:20PM UTC web-flow travis-ci pending completion   set done
1257 add_sqlite_store Merge `SELECT`s in `rename` Fuses the two `SELECTS` in `SQLiteStore`'s `rename` function into one. Pull #368 25 Dec 2018 08:04PM UTC web-flow travis-ci pending completion   set done
1256 add_sqlite_store Randomize temporary table name Use a UUID to generate a unique table name for the temporary table to hopefully avoid collisions even if multiple such operations are occurring and/or remnants of older operations stuck around. Pull #368 25 Dec 2018 10:42AM UTC web-flow travis-ci pending completion   set done
1255 add_sqlite_store Allow users to specify the SQLite table name Instead of just picking an arbitrary table name for users, allow them to pick a name for the table. Let it default to `zarr` though to make it easy to discover where it got stored if someone inspects t... Pull #368 25 Dec 2018 10:30AM UTC web-flow travis-ci pending completion   set done
1254 add_sqlite_store Implement `rename` for `SQLiteStore` Creates an SQL implementation of `rename` for `SQLiteStore`. As there isn't a way to safely change the keys in `SQLiteStore` (since they are `PRIMARY`), simply create a temporary table that copies over the key... Pull #368 25 Dec 2018 09:56AM UTC web-flow travis-ci pending completion   set done
1253 add_sqlite_store Implement `rename` for `SQLiteStore` Creates an SQL implementation of `rename` for `SQLiteStore`. As there isn't a way to safely change the keys in `SQLiteStore` (since they are `PRIMARY`), simply create a temporary table that copies over the key... Pull #368 25 Dec 2018 09:42AM UTC web-flow travis-ci pending completion   set done
1251 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 a nested ... Pull #368 25 Dec 2018 09:29AM UTC web-flow travis-ci pending completion   set done
1250 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). Measures the `LENGTH` ... Pull #368 25 Dec 2018 09:10AM UTC web-flow travis-ci pending completion   set done
1248 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 08:39AM UTC web-flow travis-ci pending completion   set done
1247 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 08:33AM UTC web-flow travis-ci pending completion   set done
1245 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 08:24AM UTC web-flow travis-ci pending completion   set done
1244 add_sqlite_store Merge branch 'use_xenial_sudo_always' into add_sqlite_store Pull #368 25 Dec 2018 07:27AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 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