commits
4 rows where author = 5635139 and committer = 6213168 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 4
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
8fbe1f8409a0c0e4ce88a0c30bfc668b16c6903c | 2019-10-31T15:52:01Z | 2019-10-31T15:52:01Z | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | max-sixty 5635139 | crusaderky 6213168 |
b0c336f6b4b8d425e5c89d6f75f561823806137b | 2019-10-21T08:52:36Z | 2019-10-21T08:52:36Z | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | max-sixty 5635139 | crusaderky 6213168 |
3c462b9663bfd9f609b567a7743465aa1b413b1e | 2019-10-21T00:16:58Z | 2019-10-21T00:16:58Z | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | max-sixty 5635139 | crusaderky 6213168 |
d3f1ced1aa84cb0a0f3e47e7ee67492e203fcce5 | 2019-08-09T10:40:22Z | 2019-08-09T10:40:22Z | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | xarray 13221727 | max-sixty 5635139 | 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]);