home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where author = 10194086 and raw_committer = "2ff6d9e74ee03928d143f0bb1557924a28d3b23d" 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

  • mathause · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
6295bc6bca1559680544ea86051f35fa2d367fe1 Fix/quantile wrong errmsg (#3635) * test correct error is thrown * quantile: throw out of bounds error * whats-new 2019-12-17T13:50:05Z 2019-12-17T13:50:05Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 mathause 10194086 crusaderky 6213168
092d300db7576de2aa96316de42ee6bf293d9855 unpin cftime (#3463) * unpin cftime * Update ci/requirements/py36-min-all-deps.yml Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * do not pin to patch version * add note on cftime=1.0.4 2019-10-30T01:08:13Z 2019-10-30T01:08:13Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d xarray 13221727 mathause 10194086 crusaderky 6213168

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