commits
9 rows where author = 9599, "committer_date" is on date 2018-07-28 and repo = 140912432 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- sqlite-utils · 9 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
29c897bb5649c35463618a32d095f72755aae8c6 | 2018-07-28T23:52:07Z | 2018-07-28T23:52:07Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
e51f36d3ebb28378d0938aabb80a432720269bce | 2018-07-28T22:41:18Z | 2018-07-28T22:41:18Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
95bce37ad3447d3c265316fa029fc09b7bbdae11 | 2018-07-28T22:20:29Z | 2018-07-28T22:20:29Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
acea54877ca65f08cef4f7260bd7f7fcabe31b90 | 2018-07-28T22:06:59Z | 2018-07-28T22:06:59Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
56e29158fe5174a5b06d0a58090da7fb4624ed60 | 2018-07-28T18:18:40Z | 2018-07-28T18:18:40Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
501618d0d519f808e54210f3c54420e5559a9343 | 2018-07-28T14:36:43Z | 2018-07-28T14:36:43Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
3c50a3600d0975b84d98c93bb2336a790afc6aca | 2018-07-28T14:29:20Z | 2018-07-28T14:29:20Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
03e3f7d6486123bf3eb852ad007d9761475f138c | 2018-07-28T13:48:53Z | 2018-07-28T13:48:53Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
bd71be32abead38ec0b69695347219024efea0fe | 2018-07-28T13:43:18Z | 2018-07-28T13:46:17Z | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | 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]);