commits
12 rows where "author_date" is on date 2021-02-14 and repo = 140912432
This data as json, CSV (advanced)
Suggested facets: raw_committer, committer_date (date)
sha ▼ | author_date | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
1a93b72ba710ea2271eaabc204685a27d2469374 | 2021-02-14T21:33:21Z | 2021-02-14T21:33:21Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
1e9eb875a64dfc65d786f4c6a52f6ba08b25b86b | 2021-02-14T18:33:26Z | 2021-02-14T18:33:26Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
320f3ac33a83b32f89559ef0c162b7eca428a278 | 2021-02-14T20:02:41Z | 2021-02-14T20:02:41Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
427dace184c7da57f4a04df07b1e84cdae3261e8 | 2021-02-14T21:36:43Z | 2021-02-14T21:36:43Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
50d2096f5ed718df5a6704c2ea265f44d6e9907f | 2021-02-14T22:25:03Z | 2021-02-14T22:25:03Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
67cce7c86139426bd8a5c60c8b48c01bd53bebe4 | 2021-02-14T21:35:12Z | 2021-02-14T21:35:12Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
8f042ae1fd323995d966a94e8e6df85cc843b938 | 2021-02-14T21:03:17Z | 2021-02-14T21:03:31Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
8fcaee03b718754cc429e03d74ac3ac5d49da92f | 2021-02-14T22:43:06Z | 2021-02-14T22:43:06Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
99ff0a288c08ec2071139c6031eb880fa9c95310 | 2021-02-14T19:23:12Z | 2021-02-14T19:23:12Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
cf811e35e1cbb78cd0347e73c2b747d1f4b8497d | 2021-02-14T19:25:58Z | 2021-02-14T19:25:58Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
ef13bb046f525f33cda7cd56a12093a5071a3cb6 | 2021-02-14T22:34:22Z | 2021-02-14T22:34:22Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
f51a1f6c3cb2929bcf79cb4efe3b2a9886d9c25c | 2021-02-14T20:39:54Z | 2021-02-14T20:39:54Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | 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]);