commits
13 rows where "author_date" is on date 2022-01-11 and raw_author = "13ae486343ea6454a93114c6f558ffea2f2c6874" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, committer, author_date (date), committer_date (date)
repo 1
- sqlite-utils 13
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
74586d3cb26fa3cc3412721985ecdc1864c2a31d | 2022-01-11T23:44:48Z | 2022-01-11T23:44:48Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
3b632f0a7eda0aff444ea67a78f5003797b286c5 | 2022-01-11T23:32:43Z | 2022-01-11T23:32:43Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
324ebc31308752004fe5f7e4941fc83706c5539c | 2022-01-11T23:19:29Z | 2022-01-11T23:19:29Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
1d44b0cc2784c94aed1bcf350225cd86ee1aa7e5 | 2022-01-11T21:43:39Z | 2022-01-11T21:43:56Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
5f38c8160138702810698249be27a3c71023b9e4 | 2022-01-11T19:20:34Z | 2022-01-11T19:20:34Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
5737a3aab4c32cabc05583a552905489eb76294c | 2022-01-11T19:18:35Z | 2022-01-11T19:18:35Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
2448e45ddbc039a8acad49ea2af6f72dc14bcb3e | 2022-01-11T18:06:50Z | 2022-01-11T18:06:50Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
7c637b11805adc3d3970076a7ba6afe8e34b371e | 2022-01-11T02:33:48Z | 2022-01-11T02:34:21Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
129141572f249ea290e2a075437e2ebaad215859 | 2022-01-11T02:10:54Z | 2022-01-11T02:10:54Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
1b84c175b455ece931c728e25f3df859c1ad2fdc | 2022-01-11T01:36:41Z | 2022-01-11T01:36:41Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
e0ef9288fede5cba5698c5206f55c98363ca456e | 2022-01-11T01:24:17Z | 2022-01-11T01:24:17Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
389cbd57924da5886a7700c6802d55a934523a29 | 2022-01-11T01:08:05Z | 2022-01-11T01:08:05Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
ab392157f7c89e1596b480649e2f7195f838da29 | 2022-01-11T01:00:34Z | 2022-01-11T01:00:34Z | 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]);