commits
2 rows where author = 35924738 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 2
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
e2356425f203c64b5d9e3b51c79579a641555d78 | 2021-09-29T16:03:25Z | 2021-09-29T16:03:25Z | Maxime Liquet f177642899bad95b0d6689321abbf830045e7909 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | maximlt 35924738 | web-flow 19864447 |
00f11d47c0b242fa4e2fd5b1699adc9a8f2f622c | 2021-09-23T18:28:49Z | 2021-09-23T18:28:49Z | Maxime Liquet f177642899bad95b0d6689321abbf830045e7909 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | maximlt 35924738 | 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]);