commits
2 rows where author = 35968931 and raw_author = "841c3d8e642b906c513706e4a93b77eae0fbd786" 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 |
|---|---|---|---|---|---|---|---|
| 15fb1d8abf62f15c96b44ffb235fcd98fbe4fd21 | 2024-01-23T21:55:12Z | 2024-01-23T21:55:12Z | TomNicholas 841c3d8e642b906c513706e4a93b77eae0fbd786 | TomNicholas 841c3d8e642b906c513706e4a93b77eae0fbd786 | xarray 13221727 | TomNicholas 35968931 | TomNicholas 35968931 |
| 24ad846b89faa4e549a0cc6382b4735c872c371d | 2024-01-18T00:19:09Z | 2024-01-18T00:19:09Z | TomNicholas 841c3d8e642b906c513706e4a93b77eae0fbd786 | TomNicholas 841c3d8e642b906c513706e4a93b77eae0fbd786 | xarray 13221727 | TomNicholas 35968931 | TomNicholas 35968931 |
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]);