commits
4 rows where author = 1562854 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 |
---|---|---|---|---|---|---|---|
ec1d328f501de503a5c6b7e8ae5195a2bc0cc045 | 2023-02-24T17:29:50Z | 2023-02-24T17:29:50Z | Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jklymak 1562854 | web-flow 19864447 |
af36e2478ca189561c6175cc5c26a4981df0411d | 2022-09-22T20:12:49Z | 2022-09-22T20:12:49Z | Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jklymak 1562854 | web-flow 19864447 |
bc8d7f9e708dd510672fb52e402d988e4e6ee6d6 | 2022-01-03T18:14:53Z | 2022-01-03T18:14:53Z | Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jklymak 1562854 | web-flow 19864447 |
cdf7761b80bf509660bbf0fe3392021aa2b5ea20 | 2021-02-17T08:34:01Z | 2021-02-17T08:34:01Z | Jody Klymak 50d5536d7239a0bd7f6e713287444241f017d599 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | xarray 13221727 | jklymak 1562854 | 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]);