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

zarr-developers / zarr / 1300

Builds Branch Commit Type Ran Committer Via Coverage
1300 add_sqlite_store Hold a lock for any DML operations in SQLiteStore As there are some concerns about keeping operations on the SQLite database sequential for thread-safety, acquire an internal lock when a DML operation occurs. This should ensure that only one modi... Pull #368 03 Jan 2019 11:31PM UTC web-flow travis-ci pending completion   set done
1299 add_sqlite_store Merge 'zarr-developers/master' into 'jakirkham/add_sqlite_store' Pull #368 03 Jan 2019 09:39PM UTC web-flow travis-ci pending completion   set done
1298 add_sqlite_store Add spacing around `=` Pull #368 03 Jan 2019 07:31PM UTC web-flow travis-ci pending completion   set done
1297 add_sqlite_store Ensure SQLite is new enough to enable threading Adds a simple check to ensure SQLite is new enough to enable thread-safe sharing of connections before setting `check_same_thread=True`. If SQLite is not new enough, set `check_same_thread=False`. Pull #368 03 Jan 2019 07:14PM UTC web-flow travis-ci pending completion   set done
1296 add_sqlite_store Drop `else` in `for`/`else` for clarity Pull #368 03 Jan 2019 06:57PM UTC web-flow travis-ci pending completion   set done
1295 master Always use `tuple`s for multidimensional indexing (#376) * Always use `tuple`s for multidimensional indexing NumPy 1.15.0 deprecates the use of sequences in `ndarray` selection for sequences other than `tuple`s. We have a few cases where we a... push 03 Jan 2019 06:51PM UTC web-flow travis-ci pending completion   set done
1294 master Use `reversed` to iterate through `list` backwards (#374) 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. push 03 Jan 2019 06:48PM UTC web-flow travis-ci pending completion   set done
1293 add_sqlite_store `TestSQLiteStore` -> `TestGroupWithSQLiteStore` Pull #368 03 Jan 2019 01:47AM UTC web-flow travis-ci pending completion   set done
1292 add_sqlite_store Update docs/release.rst Co-Authored-By: jakirkham <jakirkham@gmail.com> Pull #368 03 Jan 2019 01:43AM UTC web-flow travis-ci pending completion   set done
1291 fix_numpy_seq_fut_warn Note use of `tuple`s for slicing NumPy `ndarrays` Pull #376 02 Jan 2019 03:27PM UTC web-flow travis-ci pending completion   set done
1288 add_sqlite_store Use 1 line for `SQLiteStore.rmdir`'s SQL & params Pull #368 02 Jan 2019 05:46AM UTC web-flow travis-ci pending completion   set done
1287 fix_numpy_seq_fut_warn Always use `tuple`s for multidimensional indexing NumPy 1.15.0 deprecates the use of sequences in `ndarray` selection for sequences other than `tuple`s. We have a few cases where we are using `list`s instead as they are mutable. Thus are easier t... Pull #376 02 Jan 2019 05:12AM UTC web-flow travis-ci pending completion   set done
1286 add_sqlite_store Parenthesize a few other SQL commands with `?` Pull #368 02 Jan 2019 05:10AM UTC web-flow travis-ci pending completion   set done
1285 add_sqlite_store Check `rowcount` for values less than `1` Pull #368 02 Jan 2019 04:54AM UTC web-flow travis-ci pending completion   set done
1284 add_sqlite_store Parenthesize operations to `?` in SQL To make sure that SQL prioritizes the right things, parenthesize some operations with `?` to clarify to the reader and the parser what should be prioritized. This is done particularly when concatenating speci... Pull #368 02 Jan 2019 04:43AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • …
  • 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