home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 17169544 and committer = 1217238 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

  • zdgriffith · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
82fd8320b1be7a434effd247baf07004b66b802f add to netCDF groups description (#3113) 2019-07-14T05:34:55Z 2019-07-14T05:34:55Z Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 zdgriffith 17169544 shoyer 1217238
b3ba4ba5f9508e4b601d9cf5dbcd9024993adf37 change name of test env to xarray-tests (#3110) 2019-07-13T17:11:51Z 2019-07-13T17:11:51Z Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 zdgriffith 17169544 shoyer 1217238
6dc8b60849fab48f24494859c15a42f078025be6 Add fill_value for concat and auto_combine (#2964) * add fill_value option for concat and auto_combine * add tests for fill_value in concat and auto_combine * remove errant whitespace * add fill_value description to doc-string * add missing assert 2019-05-27T00:20:54Z 2019-05-27T00:20:54Z Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 zdgriffith 17169544 shoyer 1217238
5aaa6547cd14a713f89dfc7c22643d86fce87916 [WIP] Custom fill value for reindex, align, and merge operations (#2920) * add fill_value option to align and reindex functions * add fill_value tests for reindex and align * add fill_value option for merge functions * add tests for fill_value merge implementation * implement and test fill_value option in dataaarray reindex methods * fix PEP 8 issue * move function signature onto function * Add fill_value enhancement note 2019-05-05T00:20:54Z 2019-05-05T00:20:54Z Zach Griffith 79c4e78b24bd44d6665e4c80cc9163e5cfe87f1a Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 zdgriffith 17169544 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 18.015ms · About: xarray-datasette