commits
4 rows where author = 17169544 and committer = 1217238 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 4
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
82fd8320b1be7a434effd247baf07004b66b802f | 2019-07-14T05:34:55Z | 2019-07-14T05:34:55Z | Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | zdgriffith 17169544 | shoyer 1217238 |
b3ba4ba5f9508e4b601d9cf5dbcd9024993adf37 | 2019-07-13T17:11:51Z | 2019-07-13T17:11:51Z | Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | zdgriffith 17169544 | shoyer 1217238 |
6dc8b60849fab48f24494859c15a42f078025be6 | 2019-05-27T00:20:54Z | 2019-05-27T00:20:54Z | Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | zdgriffith 17169544 | shoyer 1217238 |
5aaa6547cd14a713f89dfc7c22643d86fce87916 | 2019-05-05T00:20:54Z | 2019-05-05T00:20:54Z | Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | zdgriffith 17169544 | 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]);