commits
4 rows where author = 40136154, raw_author = "d0723c9923c42177a2e9eb647f580c1db93b2ac4" 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 |
---|---|---|---|---|---|---|---|
19b088636eb7d3f65ab7a1046ac672e0689371d8 | 2020-05-23T17:30:50Z | 2020-05-23T17:30:50Z | Prajjwal Nijhara d0723c9923c42177a2e9eb647f580c1db93b2ac4 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | pnijhara 40136154 | web-flow 19864447 |
0e43ba9c7080fc5f1076b0bccec09aeac1a3499b | 2020-05-06T22:55:39Z | 2020-05-06T22:55:39Z | Prajjwal Nijhara d0723c9923c42177a2e9eb647f580c1db93b2ac4 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | pnijhara 40136154 | web-flow 19864447 |
1b3c76863041d3265e5d011e68482944c447d78f | 2020-05-05T01:57:30Z | 2020-05-05T01:57:30Z | Prajjwal Nijhara d0723c9923c42177a2e9eb647f580c1db93b2ac4 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | pnijhara 40136154 | web-flow 19864447 |
37551da5ebc7861439ac3eefddefb534b76f2895 | 2020-04-24T07:14:54Z | 2020-04-24T07:14:54Z | Prajjwal Nijhara d0723c9923c42177a2e9eb647f580c1db93b2ac4 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | pnijhara 40136154 | 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]);