commits
3 rows where raw_author = "1d034fe7dd29aa4ee8f495244b86d415186e3785" 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 · 3 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
239309f881ba0d7e02280147bc443e6e286e6a63 | 2024-04-16T14:53:41Z | 2024-04-16T14:53:41Z | Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | aulemahal 20629530 | web-flow 19864447 |
b14e2d8400da5c036f1ebb5486939f7f587b9f27 | 2021-12-30T22:54:10Z | 2021-12-30T22:54:10Z | Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | aulemahal 20629530 | web-flow 19864447 |
ec215daecec642db94102dc24156448f8440f52d | 2020-03-25T17:17:44Z | 2020-03-25T17:17:44Z | Pascal Bourgault 1d034fe7dd29aa4ee8f495244b86d415186e3785 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | aulemahal 20629530 | 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]);