home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where author = 38358698 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 5

author 1

  • stanwest · 5 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
8389fe6e8c86a04d57f25fe137b6f2db77065523 In backends, support expressing a dimension's preferred chunk sizes as a tuple of integers (#6334) 2022-04-08T17:18:50Z 2022-04-08T17:18:50Z Stan West c126ff938f602157434942be8059b2e76240d49f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 stanwest 38358698 web-flow 19864447
29a87cc110f1a1ff7b21c308ba7277963b51ada3 In documentation on adding a new backend, add missing import and tweak headings (#6330) 2022-03-07T13:13:50Z 2022-03-07T13:13:50Z Stan West c126ff938f602157434942be8059b2e76240d49f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 stanwest 38358698 web-flow 19864447
f42ac28629b7b2047f859f291e1d755c36f2e834 Lengthen underline, correct spelling, and reword (#6326) 2022-03-03T17:01:14Z 2022-03-03T17:01:14Z Stan West c126ff938f602157434942be8059b2e76240d49f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 stanwest 38358698 web-flow 19864447
0f91f05e532f4424f3d6afd6e6d5bd5a02ceed55 Enable running sphinx-build on Windows (#6237) 2022-03-01T16:00:33Z 2022-03-01T16:00:33Z Stan West c126ff938f602157434942be8059b2e76240d49f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 stanwest 38358698 web-flow 19864447
613a8fda4f07181fbc41d6ff2296fec3726fd351 On Windows, enable successful test of opening a dataset containing a cftime index (#6305) * Exit cluster context before deleting temporary directory Previously, on Windows, the scheduler in the outer context prevented deleting the temporary directory upon exiting the inner context of the latter. That caused the test to fail and the temporary directory and file to remain. * Use fixture instead of context manager for temporary directory * Edit whats-new entry 2022-02-28T09:53:21Z 2022-02-28T09:53:21Z Stan West c126ff938f602157434942be8059b2e76240d49f GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 stanwest 38358698 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 15.87ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows