commits
3 rows where raw_committer = "24c84e5379aae2463f6e0fe5cf34b72133b324e3" 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 |
|---|---|---|---|---|---|---|---|
| 3397e2a86374c4a6d7c62c4cb10bff5d1ffaca40 | 2015-08-04T03:11:19Z | 2015-08-04T03:11:19Z | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | xarray 13221727 | ||
| f6f850231a4995439e0e966e2efe2e0c797b44dd | 2015-08-04T03:09:51Z | 2015-08-04T03:09:51Z | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | xarray 13221727 | ||
| c2af4f6b329eb8f6cf9c9152c0429807f05a53ed | 2015-07-22T22:45:17Z | 2015-07-22T22:45:17Z | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | Kelsey Jordahl 24c84e5379aae2463f6e0fe5cf34b72133b324e3 | xarray 13221727 |
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]);