commits
4 rows where author = 10194086 and raw_committer = "279c587273ec459ffb5192e60bf8447c05601fa5" 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 |
---|---|---|---|---|---|---|---|
68b004fe5033f4a991d152190864ee1180845806 | 2019-11-15T19:49:29Z | 2019-11-15T19:49:29Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | xarray 13221727 | mathause 10194086 | max-sixty 5635139 |
3bb0414f1f45890607bfe178f64577c5936d0432 | 2019-11-08T12:14:09Z | 2019-11-08T12:14:09Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | xarray 13221727 | mathause 10194086 | max-sixty 5635139 |
4d5237ba2d56c316cbc12b25572164afdbaef541 | 2019-10-29T19:12:50Z | 2019-10-29T19:12:50Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | xarray 13221727 | mathause 10194086 | max-sixty 5635139 |
9e1c690e6da93314acf801eba649c98a97649c58 | 2019-09-09T18:31:15Z | 2019-09-09T18:31:15Z | Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 | Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 | xarray 13221727 | mathause 10194086 | max-sixty 5635139 |
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]);