commits
10 rows where "committer_date" is on date 2022-02-04 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
- sqlite-utils 10
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
088d89982299f8136e608fa2b6c30e9529adc714 | 2022-02-04T06:41:46Z | 2022-02-04T06:41:46Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
20fe3b8abf49f8f7d73ad0f5610d2a62541fd907 | 2022-02-04T06:32:57Z | 2022-02-04T06:32:57Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
44894c6f6c854bb8d5c79cb349aa39526cf56ee2 | 2022-02-04T06:31:13Z | 2022-02-04T06:31:13Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
482fcc0da7c5127ce5bc6765b63663b9c5a87f91 | 2022-02-04T06:13:17Z | 2022-02-04T06:13:17Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
0fe0f476a73ddbb3fea879bdb6bfef3ba4b97768 | 2022-02-04T06:10:09Z | 2022-02-04T06:10:28Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
e46798959e10e4674b2a58a9c2f227c0a2deca1d | 2022-02-04T06:06:23Z | 2022-02-04T06:06:23Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
749418728448abbbfa6305ad18152951a6721670 | 2022-02-04T06:05:12Z | 2022-02-04T06:05:12Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
cea25c28bad0bd30cf375e2d0d5113f23ab84e0c | 2022-02-04T05:59:59Z | 2022-02-04T05:59:59Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
4a2a3e2fd0d5534f446b3f1fee34cb165e4d86d2 | 2022-02-04T05:56:34Z | 2022-02-04T05:56:34Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
ee11274fcb1c00f32c95f2ef2924d5349538eb4d | 2022-02-04T05:55:09Z | 2022-02-04T05:55:09Z | Chris Amico 90786fb02407ad60f10210c0592ee711a9a36fae | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | eyeseast 25778 | web-flow 19864447 |
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]);