commits
2 rows where author = 6042212 and raw_author = "0251df353c05df72808bcef2355357e16e45ff0b" 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 |
|---|---|---|---|---|---|---|---|
| 86b4167da6dab18cbb11e77a1f1c38900f6f1b62 | 2023-10-20T23:13:43Z | 2023-10-20T23:13:43Z | Martin Durant 0251df353c05df72808bcef2355357e16e45ff0b | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | martindurant 6042212 | web-flow 19864447 |
| 8bf415a15cc17995df5afa9af27409d903d48dcc | 2021-02-16T21:18:05Z | 2021-02-16T21:18:05Z | Martin Durant 0251df353c05df72808bcef2355357e16e45ff0b | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | martindurant 6042212 | 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]);