commits
3 rows where author = 13254278 and raw_author = "2ef2ce184bc4057108a3aa76ecdf2e88553a4955" 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 |
|---|---|---|---|---|---|---|---|
| 48a9dbe7d8dc2361bc985dd9fb1193a26135b310 | 2021-08-21T15:28:31Z | 2021-08-21T15:28:31Z | Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | astropenguin 13254278 | web-flow 19864447 |
| a6eccfa346b14d83a745cdbfe4718d8c046c5e12 | 2020-09-04T20:08:10Z | 2020-09-04T20:08:10Z | Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | astropenguin 13254278 | web-flow 19864447 |
| a2e9804d372a2e8a0d83904544b1d8421bfa2b44 | 2020-05-29T16:50:58Z | 2020-05-29T16:50:58Z | Akio Taniguchi 2ef2ce184bc4057108a3aa76ecdf2e88553a4955 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | astropenguin 13254278 | 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]);