commits
7 rows where author = 9599 and "committer_date" is on date 2018-04-14 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 |
---|---|---|---|---|---|---|---|
8d394586f55bc4b8ab70476968d08fb6ec8339e5 | 2018-04-14T16:04:38Z | 2018-04-14T16:04:38Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | datasette 107914493 | simonw 9599 | web-flow 19864447 |
43ae15c0d14b3e968e8d5bfef72ac0c39783c3a2 | 2018-04-14T15:36:10Z | 2018-04-14T15:36:10Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
932e0a3f91e4cee92b0e30c528300ec1d348d26c | 2018-04-14T15:21:37Z | 2018-04-14T15:21:37Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | datasette 107914493 | simonw 9599 | web-flow 19864447 |
c857608738d6b6c3e4f3248304a22f8b2648dd3e | 2018-04-14T15:12:34Z | 2018-04-14T15:17:09Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
dd4491dd8112d70d96d73f8f1d12b58cb42fe1bd | 2018-04-14T15:03:41Z | 2018-04-14T15:16:54Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
6b15a53cd3cd40880a5e2d38827d5fac10e4bb5f | 2018-04-14T15:00:54Z | 2018-04-14T15:00:54Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
d72201e883c0612d14dfb8ffdd61aa0fe223d94a | 2018-04-14T14:55:27Z | 2018-04-14T14:55:27Z | 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]);