commits
3 rows where author = 1386642 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, committer, author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
bc5c79e5f79d8d7fbb1ed593a5413028a1bdfb36 | 2020-06-15T11:25:52Z | 2020-06-15T11:25:52Z | Noah D Brenowitz cac54aaf99307ae2c1b0a9d378f9016e48d1796c | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | nbren12 1386642 | web-flow 19864447 |
9c0fb6c6ca4a4da52ba5b0c2b17c12573a66def0 | 2019-07-05T00:32:50Z | 2019-07-05T00:32:50Z | Noah D Brenowitz cac54aaf99307ae2c1b0a9d378f9016e48d1796c | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | nbren12 1386642 | shoyer 1217238 |
be27319bcf6a754f1655918fac45c1cd2cfa0cec | 2018-02-18T19:06:30Z | 2018-02-18T19:06:30Z | Noah D Brenowitz cac54aaf99307ae2c1b0a9d378f9016e48d1796c | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | nbren12 1386642 | 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]);