home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

4 rows where author = 10194086 and raw_committer = "279c587273ec459ffb5192e60bf8447c05601fa5" 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 4

author 1

  • mathause · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
68b004fe5033f4a991d152190864ee1180845806 ensure rename does not change index type (#3532) * ensure rename does not change index type * test requires cftime * test orig.indexes[time].name is conserved * use index.rename() 2019-11-15T19:49:29Z 2019-11-15T19:49:29Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 mathause 10194086 max-sixty 5635139
3bb0414f1f45890607bfe178f64577c5936d0432 unpin pseudonetcdf (#3496) 2019-11-08T12:14:09Z 2019-11-08T12:14:09Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 mathause 10194086 max-sixty 5635139
4d5237ba2d56c316cbc12b25572164afdbaef541 enable xr.ALL_DIMS in xr.dot (#3424) * enable xr.ALL_DIMS in xr.dot * trailing whitespace * move whats new to other ellipsis work * xr.ALL_DIMS -> Ellipsis 2019-10-29T19:12:50Z 2019-10-29T19:12:50Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 mathause 10194086 max-sixty 5635139
9e1c690e6da93314acf801eba649c98a97649c58 allow np-array levels and colors in 2D plots (#3295) * test if levels is None * allow np levels and color list * whats-new * Update doc/whats-new.rst Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> 2019-09-09T18:31:15Z 2019-09-09T18:31:15Z Mathias Hauser ca4b1aa7038742a78b0de3134b339add28345bf9 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 mathause 10194086 max-sixty 5635139

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