commits
3 rows where raw_author = "d750fb63443da37100e601735fa992ec2df2275d" 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 |
---|---|---|---|---|---|---|---|
5b6d757e870e3006fa5df974cbeeb242251fabb6 | 2023-02-07T04:22:09Z | 2023-02-07T04:22:09Z | Hauke Schulz d750fb63443da37100e601735fa992ec2df2275d | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | observingClouds 43613877 | web-flow 19864447 |
9a719909ffbab972f6811cbfea8447075b4b919e | 2022-06-16T21:17:29Z | 2022-06-16T21:17:29Z | Hauke Schulz d750fb63443da37100e601735fa992ec2df2275d | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | observingClouds 43613877 | web-flow 19864447 |
daea5df23209e8b7148067fd6272e2eed9f40bf1 | 2021-03-16T10:00:23Z | 2021-03-16T10:00:23Z | Hauke Schulz d750fb63443da37100e601735fa992ec2df2275d | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | observingClouds 43613877 | 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]);