commits
13 rows where author = 9599 and "committer_date" is on date 2023-05-08 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- sqlite-utils 13
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
b3b100d7f5b2a76ccd4bfe8b0301a29e321d0375 | 2023-05-08T22:33:57Z | 2023-05-08T22:33:57Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
c764a9ee8fdb2c55785cf1f538aa5a462cbb292b | 2023-05-08T22:12:39Z | 2023-05-08T22:12:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
dab23884ae49f1497acd70d855105bf9701f4e36 | 2023-05-08T22:08:02Z | 2023-05-08T22:08:02Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
eebd1a26ae626cdaba6e568bf11f32c76b60ad09 | 2023-05-08T21:58:28Z | 2023-05-08T21:58:28Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
fca3ef8cf2a68b7a5fa1d740c4439adc7f83e431 | 2023-05-08T21:54:24Z | 2023-05-08T21:54:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
923768db2ee15f521fe49ce75002cdd02c82e2bc | 2023-05-08T21:11:48Z | 2023-05-08T21:11:48Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
9662d4ce267accdc8f5301b20a4c7cd82b5ccf34 | 2023-05-08T21:05:30Z | 2023-05-08T21:05:30Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
e0ec4c345129996011951e400388fd74865f65a2 | 2023-05-08T21:03:20Z | 2023-05-08T21:03:20Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
455c35b512895c19bf922c2b804d750d27cb8dbd | 2023-05-08T20:52:21Z | 2023-05-08T20:52:21Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
e4ed37251746b25ca69b5ace0c8c7992024556df | 2023-05-08T20:31:56Z | 2023-05-08T20:31:56Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
a256d7de9887d8476400bbe3753439f2e406134b | 2023-05-08T19:57:43Z | 2023-05-08T19:57:43Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
4fc2f12c88054a4bcc29004e8e9cad39e5b66664 | 2023-05-08T19:39:06Z | 2023-05-08T19:39:06Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
2376c452a56b0c3e75e7ca698273434e32945304 | 2023-05-08T19:24:10Z | 2023-05-08T19:24:19Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | 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]);