commits
3 rows where author = 6213168 and raw_committer = "5f199557d0f8f69fbea5e027a407146e2669a812" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
3f0049ffc51e4c709256cf174c435f741370148d | 2019-10-09T18:01:29Z | 2019-10-09T18:01:29Z | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | crusaderky 6213168 | |
6fb272c0fde4bfaca9b6322b18ac2cf962e26ee3 | 2019-10-08T21:23:46Z | 2019-10-08T21:23:46Z | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | crusaderky 6213168 | |
14b5f1ca84b41696b7e8e3ec5e07d8064acc9a55 | 2017-10-09T21:15:30Z | 2017-10-09T21:15:30Z | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | crusaderky 6213168 |
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]);