home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • stefraynaud · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
795a7bf26b6b4a6558c13b64864c4b5e0ea79016 BUG: Fix cdms2 related tests (#2332) (#2400) * Add curvilinear grid support to to_cdms2 and fix mask bug * fix indentation in to_cdms2 * Add generic unstructured grid support to _from_cdms2 and to_cdms2 * Fix indentation in from_cdms2 * Fix indentation in from_cdms2 * Split cdms2 unit tests and use OrderedDict * BUG: Fix #2332 about cdms2 tests * BUG: Fix #2332 about cdms2 tests 2018-09-05T15:18:45Z 2018-09-05T15:18:45Z Stephane Raynaud a8089910d750e93d834c515b6c160a10bef95005 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 stefraynaud 1941408 shoyer 1217238
4173f7bde816caf9a0248774fbcc7a5de13c0b9f Add curvilinear grid support to to_cdms2 and fix mask bug (#2262) * Add curvilinear grid support to to_cdms2 and fix mask bug * fix indentation in to_cdms2 * Add generic unstructured grid support to _from_cdms2 and to_cdms2 * Fix indentation in from_cdms2 * Fix indentation in from_cdms2 * Split cdms2 unit tests and use OrderedDict 2018-07-04T17:01:52Z 2018-07-04T17:01:52Z Stephane Raynaud a8089910d750e93d834c515b6c160a10bef95005 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 stefraynaud 1941408 shoyer 1217238

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