commits
2 rows where committer = 479480 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: author_date (date), committer_date (date)
repo 1
- xarray 2
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
b9b84949fa7445eda559d85f2afd9f079ab1a671 | 2024-01-31T17:49:44Z | 2024-01-31T17:49:44Z | Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 | Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 | xarray 13221727 | flamingbear 479480 | flamingbear 479480 |
4de10d49f97b8c66e4c563a07af3f0a7c25ca3ff | 2024-01-31T17:12:48Z | 2024-01-31T17:50:19Z | Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 | Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 | xarray 13221727 | flamingbear 479480 | flamingbear 479480 |
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]);