commits
2 rows where author = 31376402 and repo = 13221727 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 |
---|---|---|---|---|---|---|---|
3c60814de465fac4e6a0b8e0ca762a26655cc331 | 2021-10-30T14:06:40Z | 2021-10-30T14:06:40Z | Victor Negîrneac c46abd255dcbf9b7be88e03d57ce72ea2a241b4c | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | caenrigen 31376402 | web-flow 19864447 |
213e35299d42043dd498691d6e7cc96f1c5fc81d | 2021-03-12T14:19:14Z | 2021-03-12T14:19:14Z | Victor Negîrneac c46abd255dcbf9b7be88e03d57ce72ea2a241b4c | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | caenrigen 31376402 | 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]);