commits
4 rows where raw_author = "8e3ae398883b443a2f202292cd29e75d1cbcf011" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 4
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
851dadeb0338403e5021c3fbe80cbc9127ee672d | 2022-04-09T20:27:39Z | 2022-04-09T20:27:39Z | Joseph K Aicher 8e3ae398883b443a2f202292cd29e75d1cbcf011 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jaicher 4666753 | web-flow 19864447 |
2694046c748a51125de6d460073635f1d789958e | 2021-12-29T07:56:58Z | 2021-12-29T07:56:58Z | Joseph K Aicher 8e3ae398883b443a2f202292cd29e75d1cbcf011 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jaicher 4666753 | web-flow 19864447 |
97887fd9bbfb2be58b491155c6bb08498ce294ca | 2021-10-10T00:02:41Z | 2021-10-10T00:02:41Z | Joseph K Aicher 8e3ae398883b443a2f202292cd29e75d1cbcf011 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jaicher 4666753 | web-flow 19864447 |
18e34cc8746ea2ce7be785edcaeee0bd7d4a0200 | 2020-02-24T22:34:58Z | 2020-02-24T22:34:58Z | Joseph K Aicher 8e3ae398883b443a2f202292cd29e75d1cbcf011 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jaicher 4666753 | 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]);