commits
4 rows where raw_author = "6203fc2a24e79e1768d53563148c54d0294086fd" 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 4
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
08942c2358c41a37e99fe6744c14513e9a40ce03 | 2019-04-16T12:44:12Z | 2019-04-16T12:44:12Z | Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd | Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 | xarray 13221727 | dcherian 2448579 | |
64d2720ee70b048d9eae813105ca01431025a143 | 2019-04-16T03:57:27Z | 2019-04-16T03:57:27Z | Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | shoyer 1217238 | |
8a1a8a1f13462440543581cd12fb96f22f0748bc | 2019-02-08T00:11:13Z | 2019-02-08T00:11:13Z | Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd | Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 | xarray 13221727 | dcherian 2448579 | |
fc9ef81dbda163348316a9014bc44e7dae93a5ed | 2018-09-05T15:17:22Z | 2018-09-05T15:17:22Z | Julius Busecke 6203fc2a24e79e1768d53563148c54d0294086fd | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | 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]);