commits
3 rows where committer = 1197350 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
f7e299f665dada1934e0f53d4294902103dcec74 | 2019-07-13T21:58:30Z | 2019-07-13T21:58:30Z | crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d | Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 | xarray 13221727 | crusaderky 6213168 | rabernat 1197350 |
baf81b42b33bd4e6ffab94722a021d87b79931d7 | 2019-04-18T14:34:28Z | 2019-04-18T14:34:28Z | Lily Wang 10a92d697849792523f42bdf5bb3b654b50b3948 | Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 | xarray 13221727 | lilyminium 31115101 | rabernat 1197350 |
ee4fab78e2e54042ea1adb1c7bc7c849f9ec0c76 | 2015-08-18T18:22:54Z | 2015-08-31T04:41:29Z | Ryan Abernathey 6045658809e8d688cc89ccd296f09353f0ffe441 | Ryan Abernathey 6045658809e8d688cc89ccd296f09353f0ffe441 | xarray 13221727 | rabernat 1197350 | rabernat 1197350 |
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]);