home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 305196 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: message, author_date (date), committer_date (date)

repo 1

  • xarray 4

author 1

  • tkanmae · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
cb0ba63078d3da430b82dcf0952bcd36fc86f017 Add a regression test for #709 2016-01-08T01:11:55Z 2016-01-08T01:11:55Z Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c xarray 13221727 tkanmae 305196 tkanmae 305196
0415eaece2055ca9b54ec13543114d3fc5d2b535 Revert "Add a regression test for #709" This reverts commit b2b84e2127108824191626f39414cb5ad95ba8b9. 2016-01-08T01:09:57Z 2016-01-08T01:09:57Z Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c xarray 13221727 tkanmae 305196 tkanmae 305196
b2b84e2127108824191626f39414cb5ad95ba8b9 Add a regression test for #709 2016-01-08T00:58:06Z 2016-01-08T00:58:06Z Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c xarray 13221727 tkanmae 305196 tkanmae 305196
4266753a9c03c92b0536b73835c0f163cba33b86 Fix encoding validation 2016-01-07T12:26:45Z 2016-01-07T12:26:45Z Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c Takeshi Kanmae d4ac1bea8b96f9089f2be744edd8687659763a5c xarray 13221727 tkanmae 305196 tkanmae 305196

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