commits
7 rows where "author_date" is on date 2018-12-16 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_author, raw_committer, committer, author_date (date), committer_date (date)
repo 1
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
595da9054e391b05a59b57c0c0a4487ea10062ce | 2018-12-16T22:56:56Z | 2018-12-16T22:56:56Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | datasette 107914493 | simonw 9599 | web-flow 19864447 |
1e2db8547be111e7c1583f096f40cec7c0824281 | 2018-12-16T21:47:26Z | 2018-12-16T21:47:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
ed78922ae38b51513319b60ac39990b7c2aca810 | 2018-12-16T21:32:55Z | 2018-12-16T21:32:55Z | Jay Graves 6410ac01839c113476668eeff88d60a0a2c6eb7a | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | jaywgraves 418191 | simonw 9599 |
b5128fc53fce6a1bf3b16bad9f318451bc1d1263 | 2018-12-16T21:26:37Z | 2018-12-16T21:26:37Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
84d7890b63f6aa43e7369fa8fc7a0a1bbf98c91f | 2018-12-16T21:18:55Z | 2018-12-16T21:18:55Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
c5f90dd1b20e41d1a3736dcbda5101d27279390b | 2018-12-16T21:14:50Z | 2018-12-16T21:14:50Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
54a59b9fdb40b9c86ff065a5b7047e6ef305bc22 | 2018-12-16T20:53:00Z | 2018-12-16T20:53:00Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
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]);