home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

4 rows where raw_author = "670962f3b4b7ad2ff59610a37a423fe6c42c176f" 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 4

author 1

  • keewis 4
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f472d56ab47420923dff3d634384b02a61756a0c Add whatsnew section for v2022.06.0 2022-06-09T18:32:51Z 2022-06-09T18:32:51Z Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f xarray 13221727 keewis 14808389 keewis 14808389
d1e4164f3961d7bbb3eb79037e96cae14f7182f8 release notes for 2022.06.0rc0 2022-06-09T14:46:53Z 2022-06-09T14:49:21Z Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f xarray 13221727 keewis 14808389 keewis 14808389
b3bc758b9f38aa9cf7ea0f20e91c0bfebfa0beef new whats-new.rst section 2021-11-03T10:33:06Z 2021-11-03T10:33:06Z Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f xarray 13221727 keewis 14808389 keewis 14808389
7dac2ca6a4a383af761e9596de4086c95c0e1a21 fix the new whatsnew section 2021-05-06T21:24:57Z 2021-05-06T21:24:57Z Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f Keewis 670962f3b4b7ad2ff59610a37a423fe6c42c176f xarray 13221727 keewis 14808389 keewis 14808389

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 563.571ms · About: xarray-datasette