commits
7 rows where author = 1217238, raw_committer = "5f199557d0f8f69fbea5e027a407146e2669a812" and repo = 13221727 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray · 7 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
053aed1f76b7ccbac86078475b61c23182ace982 | 2019-02-04T04:42:16Z | 2019-02-04T04:42:16Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
882deac6a38078a64032f88d4785567fd9be8d56 | 2019-01-27T17:11:47Z | 2019-01-27T17:11:47Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
9261601f89c0d3cfc54db16718c82399d95266bd | 2018-03-22T04:36:55Z | 2018-03-22T04:36:55Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
50b0a69a7aa0fb7ac3afb28e7bd971cf08055f99 | 2018-01-11T16:53:08Z | 2018-01-11T16:53:08Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
7e9193c0093e0accfbef2312db8fabf5fd4eaa8b | 2017-10-31T03:19:20Z | 2017-10-31T03:19:20Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
20f9ffd86d2ca05c6fcf5285e40dd61c9788df49 | 2017-10-31T03:15:49Z | 2017-10-31T03:15:49Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 | |
dbf9307db5ce51ef9e59ccc78387ac7ceda6b1b8 | 2017-07-27T19:57:29Z | 2017-07-27T19:57:29Z | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | Joe Hamman 5f199557d0f8f69fbea5e027a407146e2669a812 | xarray 13221727 | shoyer 1217238 |
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]);