commits
11 rows where "author_date" is on date 2018-05-15, committer = 9599 and raw_committer = "2946d096d0cdefdc017559e6b57e87658736e843"
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
sha ▼ | author_date | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
142a550a99f3c78349a10ed79f1b513fe704a169 | 2018-05-15T09:50:27Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
1dc94f6eaa98431da9c61e803e2b05b082f9c6e8 | 2018-05-15T10:11:52Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
2f81552cd29125e3916763f05949125a49c2dde8 | 2018-05-15T03:05:10Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
514873c6295dcd467d806064a549e46b4ea3279a | 2018-05-15T10:19:09Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
63aac537f238239d5fb7f4934545404d37d874f6 | 2018-05-15T12:14:14Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
6d12580ed74ff0baf081bf9fabc14eeaf8a3105c | 2018-05-15T15:52:02Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
8a0bd68c393423a6c3bdae27d3826e6161a101c1 | 2018-05-15T13:23:20Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
a82175276c3f5898161c7630f669d0b8990d7a16 | 2018-05-15T09:34:45Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
a892f9a0bd6667c1ad4c590016d6845cd98a645a | 2018-05-15T15:00:39Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
ba515fc56e6cf77ea299b6d534be7ccfa925a533 | 2018-05-15T10:08:07Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | simonw 9599 | simonw 9599 |
f4943ca89bf400350205788f9130c135aaf7b85b | 2018-05-15T10:28:48Z | 2018-05-16T15:27:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 | datasette 107914493 | 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]);