commits
2 rows where raw_author = "6ba70a5d8507e330536e0d3b3189e45e21a5bbdd" 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 |
---|---|---|---|---|---|---|---|
44a3e3bb76fc1266cbaef6e6fa84fa0c146af846 | 2022-02-09T15:12:31Z | 2022-02-09T15:12:31Z | Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | d70-t 6574622 | web-flow 19864447 |
d4b7a608bab0e7c140937b0b59ca45115d205145 | 2021-03-12T14:20:19Z | 2021-03-12T14:20:19Z | Tobias Kölling 6ba70a5d8507e330536e0d3b3189e45e21a5bbdd | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | d70-t 6574622 | 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]);