home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where raw_author = "0251df353c05df72808bcef2355357e16e45ff0b" 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

  • martindurant 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
86b4167da6dab18cbb11e77a1f1c38900f6f1b62 Reduce dask tokenization time (#8339) * Reduce dask tokenization time * Add comment --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-10-20T23:13:43Z 2023-10-20T23:13:43Z Martin Durant 0251df353c05df72808bcef2355357e16e45ff0b GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 martindurant 6042212 web-flow 19864447
8bf415a15cc17995df5afa9af27409d903d48dcc Allow fsspec URLs in open_(mf)dataset (#4823) Co-authored-by: keewis <keewis@users.noreply.github.com> Co-authored-by: Ray Bell <rayjohnbell0@gmail.com> 2021-02-16T21:18:05Z 2021-02-16T21:18:05Z Martin Durant 0251df353c05df72808bcef2355357e16e45ff0b GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 martindurant 6042212 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 401.366ms · About: xarray-datasette