commits
4 rows where author = 73678798 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 4
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
076bd8e15f04878d7b97100fb29177697018138f | 2022-10-26T16:02:30Z | 2022-10-26T16:02:30Z | Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | patrick-naylor 73678798 | web-flow 19864447 |
13c52b27b777709fc3316cf4334157f50904c02b | 2022-10-04T18:22:52Z | 2022-10-04T18:22:52Z | Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | patrick-naylor 73678798 | web-flow 19864447 |
2f0f95a46f956d1b22f95b9fa6b15d526897b7a4 | 2022-09-27T21:25:33Z | 2022-09-27T21:25:33Z | Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | patrick-naylor 73678798 | web-flow 19864447 |
28647eabdbeac8a6c56a0f56e5da5740f7c4565c | 2022-09-23T17:32:10Z | 2022-09-23T17:32:10Z | Patrick Naylor 3a10e70558a74269bb9d97b327ebfadef929b1e5 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | patrick-naylor 73678798 | 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]);