commits
2 rows where author = 10194086 and raw_committer = "2ff6d9e74ee03928d143f0bb1557924a28d3b23d" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 2
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
6295bc6bca1559680544ea86051f35fa2d367fe1 | 2019-12-17T13:50:05Z | 2019-12-17T13:50:05Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | mathause 10194086 | crusaderky 6213168 |
092d300db7576de2aa96316de42ee6bf293d9855 | 2019-10-30T01:08:13Z | 2019-10-30T01:08:13Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | mathause 10194086 | 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]);