commits
4 rows where author = 6164157, raw_committer = "f10b21bed2846b879806f87039b77245b18e7671" and repo = 13221727 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 |
---|---|---|---|---|---|---|---|
07cfc5a884fea41426761c634d74d2f5de53db86 | 2019-02-11T17:35:02Z | 2019-02-11T17:35:02Z | Yohai Bar Sinai bb26c49424ff2d9016a299b3adc0faf21810bbd6 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | yohai 6164157 | shoyer 1217238 |
df63fce69b9cde68689362895ec394df75335313 | 2018-07-17T20:01:27Z | 2018-07-17T20:01:27Z | Yohai Bar Sinai bb26c49424ff2d9016a299b3adc0faf21810bbd6 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | yohai 6164157 | shoyer 1217238 |
63cc96484270dee83e92391e49ad76b8ef3b40b3 | 2018-07-04T17:06:54Z | 2018-07-04T17:06:54Z | Yohai Bar Sinai bb26c49424ff2d9016a299b3adc0faf21810bbd6 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | yohai 6164157 | shoyer 1217238 |
bc52f8aa64833d8c97f9ef5253b6a78c7033f521 | 2018-06-04T15:54:44Z | 2018-06-04T15:54:44Z | Yohai Bar Sinai bb26c49424ff2d9016a299b3adc0faf21810bbd6 | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | yohai 6164157 | 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]);