home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • max-sixty · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
43834ac8186a851b7ea5aed8657b72d62fa3695f dask-dev tests to allowed failures in travis (#3014) 2019-06-11T02:45:47Z 2019-06-11T02:45:47Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 xarray 13221727 max-sixty 5635139 shoyer 1217238
5b3a41d5761edb2240df5a4475196e4939b33719 Implement @ operator for DataArray (#2987) * implement @ operator for DataArray * flake * whatsnew * add doc example and rmatmul 2019-06-01T19:42:20Z 2019-06-01T19:42:20Z Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 xarray 13221727 max-sixty 5635139 shoyer 1217238

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