commits
4 rows where author = 226037 and committer = 1217238 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 |
---|---|---|---|---|---|---|---|
38399cce9b97a7b48d56f66500469305ccc250f9 | 2018-11-05T02:35:27Z | 2018-11-05T02:35:27Z | Alessandro Amici 43536d21a9a3f92bdd2ea532482e40190547761a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | alexamici 226037 | shoyer 1217238 |
b8c4b7862c87223f32e13d7c454a8f275998f828 | 2018-10-23T18:28:47Z | 2018-10-23T18:28:47Z | Alessandro Amici 43536d21a9a3f92bdd2ea532482e40190547761a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | alexamici 226037 | shoyer 1217238 |
671d936166414edc368cca8e33475369e2bb4d24 | 2018-10-22T15:26:13Z | 2018-10-22T15:26:13Z | Alessandro Amici 43536d21a9a3f92bdd2ea532482e40190547761a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | alexamici 226037 | shoyer 1217238 |
9f4474d657193f1c7c9aac25bb2edf94755a8593 | 2018-10-17T16:53:31Z | 2018-10-17T16:53:31Z | Alessandro Amici 43536d21a9a3f92bdd2ea532482e40190547761a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | alexamici 226037 | 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]);