commits
3 rows where raw_author = "1be73e5eabf92568ace911a8dfc5cba6e4ab337e" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
2a3965c16ad8ab8251b04970336f8b8d41baedb3 | 2021-05-27T19:37:05Z | 2021-05-27T19:37:05Z | Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jbusecke 14314623 | web-flow 19864447 |
778a16ef392edd13cd14e1548700842e53e4656f | 2020-12-16T19:05:29Z | 2020-12-16T19:05:29Z | Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jbusecke 14314623 | web-flow 19864447 |
5a603542dd63b8d3808cd48795a3d79c47e3b8eb | 2020-11-09T16:22:44Z | 2020-11-09T16:22:44Z | Julius Busecke 1be73e5eabf92568ace911a8dfc5cba6e4ab337e | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jbusecke 14314623 | web-flow 19864447 |
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]);