commits
6 rows where author = 12229877 and committer = 1217238 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_author, author_date (date), committer_date (date)
repo 1
- xarray 6
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
96dde664eda26a76f934151dd10dc02f6cb0000b | 2018-09-26T23:47:27Z | 2018-09-26T23:47:27Z | Zac Hatfield-Dodds 06d09e827b2c2c43d09db36e525014c3eca83a8f | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | shoyer 1217238 |
9accae01b5b4018e05385269780708bcf8048d16 | 2018-03-08T23:51:45Z | 2018-03-08T23:51:45Z | Zac Hatfield-Dodds 06d09e827b2c2c43d09db36e525014c3eca83a8f | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | shoyer 1217238 |
0d69bf9dbf281f0f0f48ac2fadda61a82533aac3 | 2018-01-14T20:49:20Z | 2018-01-14T20:49:20Z | Zac Hatfield Dodds 3ce4a2c03644349db2459c99f8b3abfb25e90fed | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | shoyer 1217238 |
289f95a25c08796532807c669bbb5e12a79270c2 | 2018-01-11T03:14:35Z | 2018-01-11T03:14:35Z | Zac Hatfield Dodds 3ce4a2c03644349db2459c99f8b3abfb25e90fed | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | shoyer 1217238 |
cb161a1fbc9771d30ff4a7fc7e7b51a14122ab42 | 2017-12-15T17:31:38Z | 2017-12-15T17:31:38Z | Zac Hatfield Dodds 3ce4a2c03644349db2459c99f8b3abfb25e90fed | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | shoyer 1217238 |
d08efaf902cae5e5f28afff7d6f8182e35a53f46 | 2017-04-03T00:47:44Z | 2017-04-03T00:47:44Z | Zac Hatfield Dodds 3ce4a2c03644349db2459c99f8b3abfb25e90fed | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | Zac-HD 12229877 | 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]);