commits
2 rows where author = 8982598 and repo = 13221727 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 |
---|---|---|---|---|---|---|---|
a8c1ed2ae3cc15863d37d869a7e1658eb33e01f6 | 2018-05-27T20:45:37Z | 2018-05-27T20:45:37Z | Johnnie Gray c84d7f43d020d0bf3c5831ac2608854c10387a91 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | jcmgray 8982598 | shoyer 1217238 |
f40d323c76f6cab9615567e4ba7afde7860f7775 | 2016-09-15T16:07:16Z | 2016-09-15T16:07:16Z | Johnnie Gray c84d7f43d020d0bf3c5831ac2608854c10387a91 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | jcmgray 8982598 | 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]);