commits
3 rows where raw_author = "13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21" 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 |
|---|---|---|---|---|---|---|---|
| 93ea177bdd49e205047a1416c2342fb645afafa9 | 2021-01-20T04:12:06Z | 2021-01-20T04:12:06Z | Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | mesejo 8579156 | web-flow 19864447 |
| 295606707a0464cd13727794a979f5b709cd92a1 | 2021-01-18T23:59:08Z | 2021-01-18T23:59:08Z | Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | mesejo 8579156 | web-flow 19864447 |
| 31d540f9d668fc5f8c1c92165f950c568778db01 | 2021-01-05T23:45:02Z | 2021-01-05T23:45:02Z | Daniel Mesejo-León 13fadd7e1bc1eea96d6cf36ae7fa96aeedb3ce21 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | mesejo 8579156 | 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]);