commits
3 rows where author = 13837821, committer = 1217238 and repo = 13221727 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, author_date (date), committer_date (date)
repo 1
- xarray · 3 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
bd78b7f1f46a0fb0a0b0f2d4f4bdbacba55be93d | 2019-05-16T15:28:29Z | 2019-05-16T15:28:29Z | Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 | Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 | xarray 13221727 | dnowacki-usgs 13837821 | shoyer 1217238 |
fad6d624f0716657f903f5955f16422d97275407 | 2019-04-14T00:51:58Z | 2019-04-14T00:51:58Z | Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 | Stephan Hoyer b3ac90e3a22acc66f9f523cc0d3c7e3fa6df7833 | xarray 13221727 | dnowacki-usgs 13837821 | shoyer 1217238 |
68090bbfc6ce3ea72f8166375441d31f830de1ea | 2018-04-17T15:39:33Z | 2018-04-17T15:39:33Z | Dan Nowacki 74ebd7bdbe36bac6788cdbc5e5e9b088ddb56dd3 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | dnowacki-usgs 13837821 | 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]);