commits
4 rows where author = 23625371 and raw_author = "2de5a1d51b27f7043e17112e29a75c293ed0a082" 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 |
---|---|---|---|---|---|---|---|
f75c3be583db377e1efe0fb90ece11e79bb4297e | 2021-12-30T23:39:55Z | 2021-12-30T23:39:55Z | Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | znicholls 23625371 | web-flow 19864447 |
19ab40ee401187e8a4b255d1082beb4f36b7ab24 | 2021-09-27T14:43:15Z | 2021-09-27T14:43:15Z | Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | znicholls 23625371 | web-flow 19864447 |
fbd48d4307502f7dbe8afa37b84df59e74407820 | 2021-03-18T14:03:59Z | 2021-03-18T14:03:59Z | Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | znicholls 23625371 | web-flow 19864447 |
adc55ac4d2883e0c6647f3983c3322ca2c690514 | 2020-10-26T09:50:17Z | 2020-10-26T09:50:17Z | Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | znicholls 23625371 | 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]);