home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where committer = 479480 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 2

author 1

  • flamingbear 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
b9b84949fa7445eda559d85f2afd9f079ab1a671 Import datatree repository (#8656, #8688) 2024-01-31T17:49:44Z 2024-01-31T17:49:44Z Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 Matt Savoie a1420956087e0963c6f6be3d87bc9c23567d47f3 xarray 13221727 flamingbear 479480 flamingbear 479480
4de10d49f97b8c66e4c563a07af3f0a7c25ca3ff Disable CI for datatree_ (#8688) Skips datatree_ CI Adds additional ignore to mypy Adds additional ignore to doctests Excludes xarray/datatree_ from all pre-commmit.ci Adds MINIFEST.in to skip datatree_ packaging 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

CSV options:

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]);
Powered by Datasette · Queries took 216.952ms · About: xarray-datasette