commits
11 rows where author = 3958036 and committer = 19864447 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 11
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
9f118624e7924c80fc305f351fa9621d2b58514c | 2021-05-03T13:05:02Z | 2021-05-03T13:05:02Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
04acabb50bea9f48224464850ae5a918e57406e5 | 2021-05-01T20:01:31Z | 2021-05-01T20:01:31Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
b2351cbe3f3e92f0e242312dae5791fc83a4467a | 2021-04-22T07:16:16Z | 2021-04-22T07:16:16Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
ba47216ec1cd2f170fd85a10f232be7bf3ecc578 | 2021-03-30T16:41:07Z | 2021-03-30T16:41:07Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
8cea79823e729e19f79d629fc3ba7c7380bc9342 | 2020-08-03T20:23:28Z | 2020-08-03T20:23:28Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
bdcfab524ef1c852abe6dabcfabc7292f058fddc | 2020-06-29T19:36:24Z | 2020-06-29T19:36:24Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
24d755d59421fd0eaf22ad109408275d2bfb8216 | 2020-06-24T18:22:18Z | 2020-06-24T18:22:18Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
9b5140e0711247c373987b56726282140b406d7f | 2020-04-03T19:47:07Z | 2020-04-03T19:47:07Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
009aa66620b3437cf0de675013fa7d1ff231963c | 2020-03-24T22:59:06Z | 2020-03-24T22:59:06Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
d8bb6204dc6a4bacdfca25b02ba62bb7f1bb5795 | 2020-03-24T20:40:17Z | 2020-03-24T20:40:17Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
b14eea2f06bbcf1a02c4ae4cba9ed981aef69292 | 2020-02-24T20:20:07Z | 2020-02-24T20:20:07Z | johnomotani 7e21ec85163297602c88c6fc49638c2c95b296a9 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | johnomotani 3958036 | web-flow 19864447 |
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]);