commits
2 rows where author = 1941408 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 2
| sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
|---|---|---|---|---|---|---|---|
| 795a7bf26b6b4a6558c13b64864c4b5e0ea79016 | 2018-09-05T15:18:45Z | 2018-09-05T15:18:45Z | Stephane Raynaud a8089910d750e93d834c515b6c160a10bef95005 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | stefraynaud 1941408 | shoyer 1217238 |
| 4173f7bde816caf9a0248774fbcc7a5de13c0b9f | 2018-07-04T17:01:52Z | 2018-07-04T17:01:52Z | Stephane Raynaud a8089910d750e93d834c515b6c160a10bef95005 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | stefraynaud 1941408 | shoyer 1217238 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);