home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where author = 490531 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

  • ArchangeGabriel · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
d2edee5df1eaad650c309daa260a7cea58258cce Fix a missing @requires_zarr in tests (#5936) When zarr is not available, this test fails with `NameError: name 'zarr' is not defined`. 2021-11-04T10:12:45Z 2021-11-04T10:12:45Z Bruno Pagani 3227324d5b77dc61925e39987faaaf36ad9eae3a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 ArchangeGabriel 490531 web-flow 19864447
90e734a55792f3c19e795df110fc3501c609d191 Avoid running test_open_mfdataset_list_attr without dask (#3780) Fixes GH-3777. 2020-02-19T18:24:42Z 2020-02-19T18:24:42Z Bruno Pagani 3227324d5b77dc61925e39987faaaf36ad9eae3a GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 ArchangeGabriel 490531 web-flow 19864447

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 14.939ms · About: xarray-datasette