commits
11 rows where committer = 9599 and repo = 248903544 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- hacker-news-to-sqlite · 11 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
c5585c103d124b23ba1e163f8857d4ba49fe452a | 2021-03-13T19:11:12Z | 2021-03-13T19:11:12Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
c787cc8861ba6ca8dd03741e75569e022d2ea484 | 2021-03-13T19:08:25Z | 2021-03-13T19:08:25Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
577b2b9d8d5acc8b01806cf5f3ef7f2676fba63b | 2021-03-13T19:07:51Z | 2021-03-13T19:07:51Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
c8697b3e4ef044412209b52c70548fedbcb346c7 | 2020-03-22T15:44:45Z | 2020-03-22T15:44:45Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
1aad0462567d5eb431f5c2a88e9d24f73f5d8e91 | 2020-03-21T22:39:34Z | 2020-03-21T22:39:34Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
ef8fb24abfb437c919f2799f47410a641834e511 | 2020-03-21T19:46:08Z | 2020-03-21T19:46:08Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
9e12f24cc28fbd95058231ee9765896dc11f5589 | 2020-03-21T18:56:49Z | 2020-03-21T18:56:49Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
25d8578e3b68ca9b4d36af7e7a7ea7b27e30c8f9 | 2020-03-21T15:27:15Z | 2020-03-21T15:27:15Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
b08037edcfb499dc443592820f80a8aba0fe3b19 | 2020-03-21T04:19:07Z | 2020-03-21T04:19:07Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
36e8ffc4a9b6d506b521c038018818a9b5e502e3 | 2020-03-21T04:18:45Z | 2020-03-21T04:18:45Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | simonw 9599 | simonw 9599 |
75e75d2a3d5bc5a60b53bb38d4c7eab221ece2fe | 2020-03-21T04:15:48Z | 2020-03-21T04:15:48Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | hacker-news-to-sqlite 248903544 | 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]);