home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where raw_author = "6ba70a5d8507e330536e0d3b3189e45e21a5bbdd" and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray · 2 ✖

author 1

  • d70-t 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
44a3e3bb76fc1266cbaef6e6fa84fa0c146af846 removed check for last dask chunk size in to_zarr (#6258) * removed check for last dask chunk size in to_zarr When storing a dask-chunked dataset to zarr, the size of the last chunk in each dimension does not matter, as this single last chunk will be written to any number of zarr chunks, but none of the zarr chunks which are being written to will be accessed by any other dask chunk. * whats_new: reference to pull request * test_chunk_encoding_with_dask: relaxes tests to allow any aligned writes These tests were overly restrictive, any aligned write to zarr should work, independent of how many zarr chunks are touched by a single dask chunk, as long as not one zarr chunks is touched by multiple dask chunks. * dask/zarr tests: less missleading variable names 2022-02-09T15:12:31Z 2022-02-09T15:12:31Z Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 d70-t 6574622 web-flow 19864447
d4b7a608bab0e7c140937b0b59ca45115d205145 conventions: decode unsigned integers to signed if _Unsigned=false (#4966) 2021-03-12T14:20:19Z 2021-03-12T14:20:19Z Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 d70-t 6574622 web-flow 19864447

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 2721.8ms · About: xarray-datasette