commits
4 rows where author = 1828519 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 |
---|---|---|---|---|---|---|---|
2fdcbb6feccb01a97b8b51160b81e238486fff00 | 2019-08-14T05:33:48Z | 2019-08-14T05:33:48Z | David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | djhoese 1828519 | shoyer 1217238 |
adbd59a0498cce298d88d9383837c968bebae538 | 2019-06-10T13:25:57Z | 2019-06-10T13:25:57Z | David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | djhoese 1828519 | shoyer 1217238 |
0c73a380745c4792ab440eb020f78f203897abe5 | 2019-02-06T16:56:06Z | 2019-02-06T16:56:06Z | David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | djhoese 1828519 | shoyer 1217238 |
4a7a103204989af7e2b6bc97a4109d81beebd34c | 2018-10-06T07:48:57Z | 2018-10-06T07:48:57Z | David Hoese 48ac9bccdbfd665c0202c9eb65890f4d8ca1c64a | Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 | xarray 13221727 | djhoese 1828519 | 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]);