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

zarr-developers / zarr / 1224

Builds Branch Commit Type Ran Committer Via Coverage
1224 add_sqlite_store Simplify `close` and use `flush` Pull #368 21 Dec 2018 07:30AM UTC web-flow travis-ci pending completion   set done
1222 add_sqlite_store Ensure all SQL commands are capitalized Appears some of these commands work without capitalization. However as the docs show commands as capitalized, ensure that we are doing the same thing as well. That way this won't run into issues with differ... Pull #368 21 Dec 2018 07:09AM UTC web-flow travis-ci pending completion   set done
1221 add_sqlite_store Update docs to show how to close `SQLiteStore` As users need to explicitly close the `SQLiteStore` to commit changes and serialize them to the SQLite database, make sure to point this out in the docs. Pull #368 21 Dec 2018 07:00AM UTC web-flow travis-ci pending completion   set done
1220 add_sqlite_store Use unique extension for `SQLiteStore` files Otherwise we may end up opening a different databases' files and try to use them with SQLite only to run into errors. This caused the doctests to fail previously. Changing the extension as we have done... Pull #368 21 Dec 2018 06:33AM UTC web-flow travis-ci pending completion   set done
1219 add_sqlite_store Make a release note for `SQLiteStore` Pull #368 21 Dec 2018 06:15AM UTC web-flow travis-ci pending completion   set done
1218 add_sqlite_store Test SQLiteStore Try using the `SQLiteStore` everywhere one would use another store and make sure that it behaves correctly. This includes simple key-value store usage, creating hierarchies, and storing arrays. Pull #368 21 Dec 2018 05:56AM UTC web-flow travis-ci pending completion   set done
1217 add_sqlite_store Test SQLiteStore Try using the `SQLiteStore` everywhere one would use another store and make sure that it behaves correctly. This includes simple key-value store usage, creating hierarchies, and storing arrays. Pull #368 21 Dec 2018 05:50AM UTC web-flow travis-ci pending completion   set done
1216 add_sqlite_store Test SQLiteStore Try using the `SQLiteStore` everywhere one would use another store and make sure that it behaves correctly. This includes simple key-value store usage, creating hierarchies, and storing arrays. Pull #368 21 Dec 2018 05:38AM UTC web-flow travis-ci pending completion   set done
1214 add_sqlite_store Test SQLiteStore Try using the `SQLiteStore` everywhere one would use another store and make sure that it behaves correctly. This includes simple key-value store usage, creating hierarchies, and storing arrays. Pull #368 21 Dec 2018 05:25AM UTC web-flow travis-ci pending completion   set done
1213 add_sqlite_store Test SQLiteStore Try using the `SQLiteStore` everywhere one would use another store and make sure that it behaves correctly. This includes simple key-value store usage, creating hierarchies, and storing arrays. Pull #368 21 Dec 2018 05:10AM UTC web-flow travis-ci pending completion   set done
1208 master Ensure JSON output is the same for Python 2/3 There are some stylistic differences between how Python 2 and Python 3 choose to construct the JSON representation of given data. These include various things like whether keys are sorted, whether it ... Pull #309 20 Dec 2018 09:43PM UTC web-flow travis-ci pending completion   set done
1207 master Ensure `str` before using `json.loads` In Python 3.6+, `json.loads` will ensure data is handled with the proper encoding even if it is in a binary format like a `bytes` object. Python 2.7's `str` is `bytes` so this already works there. However Py... Pull #309 20 Dec 2018 08:44PM UTC web-flow travis-ci pending completion   set done
1206 master Optionally use LZMA if it is available LZMA is Python 3 only. That said, we do use a backport package for Python 2 support. However it is a little tricky to install (particularly on Windows and/or with pip), so we cannot always guarantee that we ... Pull #309 20 Dec 2018 04:24PM UTC web-flow travis-ci pending completion   set done
1205 master Use `struct.unpack` to convert `bytes` to integers As Python 2 lacks `int`'s `from_bytes` method, this adds a workaround that uses `struct.unpack` to the same effect. This strategy works equally well on Python 3. Pull #309 20 Dec 2018 03:55PM UTC web-flow travis-ci pending completion   set done
1204 master Use `struct.pack` to convert integers to `bytes` As Python 2 lacks `int`'s `to_bytes` method, this adds a workaround that uses `struct.pack` to the same effect. This strategy works equally well on Python 3. Pull #309 20 Dec 2018 03:50PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • …
  • 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