commits
3 rows where author = 51911758 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 |
---|---|---|---|---|---|---|---|
c75ac8b7ab33be95f74d9e6f10b8173c68828751 | 2023-04-19T02:26:20Z | 2023-04-19T02:26:20Z | Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | remigathoni 51911758 | web-flow 19864447 |
52d20a33b4367dea68eaa9608512a3dfe1a5b53b | 2023-03-27T18:14:24Z | 2023-03-27T18:14:24Z | Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | remigathoni 51911758 | web-flow 19864447 |
d07362244026597ea9983699c912b7d6309b6d6a | 2023-03-16T19:00:45Z | 2023-03-16T19:00:45Z | Mary Gathoni abff7f0f5e207efb7a32ace52021220efb92e5fd | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | remigathoni 51911758 | 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]);