home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where author = 12465248 and raw_committer = "0c7e9e762dbfd6554e60c953bf27493047d95109" 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

  • jmccreight · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
5343ccc4bef77020a8181c9da0fdee6bcae35b5f Contiguous store with unlim dim bug fix (#2941) * Contiguous store with unlim dim bug fix * It is new: Bug fix to 1849, need chunking for vars with unlim dims in netcdf4. * pep8 spoke * white space addition * rm warning, combine if * check invalid encoding * pep8 strikes * Update netCDF4_.py * Line wrapping 2019-06-04T20:41:50Z 2019-06-04T20:41:50Z James McCreight 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 jmccreight 12465248 dcherian 2448579
6d93a95d05bdbfc33fff24064f67d29dd891ab58 Handle the character array dim name (#2896) * Handle the charachter array dim name in a variables encoding, set in decode and reapply in encode * Document char_dim_name * Minor change to set of char_dim_name * Test the roundtrip of the char_dim_name in encoding. * pep8 or die * Better test for char_dim_name * pep8 79char madness * nix test logic, use multiple parameterized vars * When encoding and encoding, remove it from encoding * Simpler is better * pep8 visual indent complaint * what is new! * what is newer than new! * what is newer than newer! * what is newer than newer-er! * what is newer than newer-est! 2019-04-19T17:52:58Z 2019-04-19T17:52:58Z James McCreight 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 jmccreight 12465248 dcherian 2448579

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