commits
4 rows where author = 15079414 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 |
---|---|---|---|---|---|---|---|
f52b87501ff16c53aa515d77cf97369bfd262806 | 2022-09-22T20:14:15Z | 2022-09-22T20:14:15Z | Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | zmoon 15079414 | web-flow 19864447 |
7bfee3eaa8fd731494cf6b406d6abb4bec061001 | 2021-09-08T20:39:04Z | 2021-09-08T20:39:04Z | Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | zmoon 15079414 | web-flow 19864447 |
49aa235fc63706dc145128dd13fdf139b9d5bc6e | 2021-05-18T15:25:42Z | 2021-05-18T15:25:42Z | Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | zmoon 15079414 | web-flow 19864447 |
4067c0141262e472a74da3fa6c22b61f7b02df9e | 2021-05-13T16:36:17Z | 2021-05-13T16:36:17Z | Zachary Moon af7682b2f5aa0d63877a35c60c75bd30926965c9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | zmoon 15079414 | 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]);