commits
2 rows where author = 4414299 and committer = 10050469 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 2
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
89a1a9883c0c8409dad8dbcccf1ab73a3ea2cafc | 2017-12-12T14:38:52Z | 2017-12-12T14:38:52Z | Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 | Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 | xarray 13221727 | maaleske 4414299 | fmaussion 10050469 |
6b16e6eed3eb4b8e3f5c237315765cf4b94b8a2b | 2017-11-05T19:42:32Z | 2017-11-05T19:42:32Z | Matti Eskelinen 5e1fe82ea15648ed1c8497e3607cca567f7ba8b6 | Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 | xarray 13221727 | maaleske 4414299 | fmaussion 10050469 |
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]);