commits
3 rows where raw_author = "0b1648bb11ab8462ffca6a7ac841624789ad9c0f" sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, committer, author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
4e61a26fca46635a5f6c1eba60950fc33d88459a | 2021-06-15T14:33:27Z | 2021-06-15T14:33:27Z | Julia Kent 0b1648bb11ab8462ffca6a7ac841624789ad9c0f | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jukent 46687291 | web-flow 19864447 |
572a52883c11c53fa0d82c86b95fbf2be5647b90 | 2020-09-09T18:56:35Z | 2020-09-09T18:56:35Z | Julia Kent 0b1648bb11ab8462ffca6a7ac841624789ad9c0f | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jukent 46687291 | web-flow 19864447 |
af37ddd0e09024cb23438a9403ec0670e2dae5e4 | 2019-07-02T20:24:54Z | 2019-07-02T20:24:54Z | Julia Kent 0b1648bb11ab8462ffca6a7ac841624789ad9c0f | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | jukent 46687291 | shoyer 1217238 |
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]);