commits
3 rows where author = 12465248 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_committer, committer, author_date (date), committer_date (date)
repo 1
- xarray 3
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
087ebbb78668bdf5d2d41c3b2553e3f29ce75be1 | 2023-04-28T14:23:01Z | 2023-04-28T14:23:01Z | James McCreight 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jmccreight 12465248 | web-flow 19864447 |
5343ccc4bef77020a8181c9da0fdee6bcae35b5f | 2019-06-04T20:41:50Z | 2019-06-04T20:41:50Z | James McCreight 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b | Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 | xarray 13221727 | jmccreight 12465248 | dcherian 2448579 |
6d93a95d05bdbfc33fff24064f67d29dd891ab58 | 2019-04-19T17:52:58Z | 2019-04-19T17:52:58Z | James McCreight 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b | Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 | xarray 13221727 | jmccreight 12465248 | dcherian 2448579 |
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]);