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

zarr-developers / zarr / 1283

Builds Branch Commit Type Ran Committer Via Coverage
1283 add_sqlite_store Check SQLite Cursor's rowcount for deletion Instead of checking if a particular key exists and then either raising a `KeyError` or deleting it in `SQLiteStore`, go ahead with the deletion and check the value of `rowcount`. As the keys are primary... Pull #368 02 Jan 2019 03:21AM UTC web-flow travis-ci pending completion   set done
1282 add_sqlite_store Simplify `SQLiteStore.__contains__` code wrapping Pull #368 02 Jan 2019 03:08AM UTC web-flow travis-ci pending completion   set done
1281 add_sqlite_store Unwrap some lines to compact the code a bit Pull #368 02 Jan 2019 02:50AM UTC web-flow travis-ci pending completion   set done
1280 add_sqlite_store Drop `SQLiteStore`'s implementation of `rename` It's difficult to protect against injections, avoid copying, using a single transaction, etc. in an SQL implementation of `rename`. So instead just drop this implementation and allow the default `re... Pull #368 02 Jan 2019 02:28AM UTC web-flow travis-ci pending completion   set done
1279 add_sqlite_store Drop `SQLiteStore`'s implementation of `rename` It's difficult to protect against injections, avoid copying, using a single transaction, etc. in an SQL implementation of `rename`. So instead just drop this implementation and allow the default `re... Pull #368 02 Jan 2019 02:27AM UTC web-flow travis-ci pending completion   set done
1278 add_sqlite_store Adjust formatting of `SQLiteStore.__contains__` Make sure the command is run in the first line and result stored. Then unpack and return what it finds. Pull #368 02 Jan 2019 02:14AM UTC web-flow travis-ci pending completion   set done
1277 add_sqlite_store Use parameters for SQL in `rmdir` Make sure to use parameters to pass in `path` used by `rmdir`'s SQL code to avoid problems caused by injection. Pull #368 02 Jan 2019 01:46AM UTC web-flow travis-ci pending completion   set done
1276 add_sqlite_store Adjust wrapping of `SQLiteStore.clear`'s code Pull #368 02 Jan 2019 12:24AM UTC web-flow travis-ci pending completion   set done
1275 use_reversed_filters Use `reversed` to iterate through `list` backwards As using slicing syntax on `list`s makes a copy, use `reversed` instead to avoid the copy and just create a generator for iterating through the `list` backwards. Pull #374 01 Jan 2019 12:55AM UTC web-flow travis-ci pending completion   set done
1274 mongodb_store no decode for py2 Pull #372 31 Dec 2018 05:26AM UTC web-flow travis-ci pending completion   set done
1272 mongodb_store pep8 Pull #372 31 Dec 2018 04:30AM UTC web-flow travis-ci pending completion   set done
1271 mongodb_store default redis port Pull #372 31 Dec 2018 03:51AM UTC web-flow travis-ci pending completion   set done
1267 httpstore basic HTTPStore class Pull #373 28 Dec 2018 03:50PM UTC web-flow travis-ci pending completion   set done
1265 add_sqlite_store Prefer using single quotes in more places Pull #368 27 Dec 2018 11:18PM UTC web-flow travis-ci pending completion   set done
1262 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:40PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 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