home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

1 row where author = 335567 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 1

author 1

  • Carreau · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
afd231b75d94789dc12a2cc57b8d7ac62b3f1104 DOC: Autoreformat all docstrings. (#5122) Surprisingly not many changes, most of them are adding leading */** to args, kwargs which is not clear according to numpydoc but seem like the thigs to do, plus it's already done in a few other places. A couple of spaces before `:`, that semantically matter. Numpydoc improperly parse the types if there is no space before the :, a documented parameter that does not exist on the function, and some casing of section names. There are a couple errors that this was not able to autofix (like missing blank line before `Returns` section leading Numpydoc to inpterprete "Returns" as a parameter of the function in xarray/core/dataset.py:roll extra parameters: {'-------', 'rolled', 'Returns'} 2021-04-07T17:25:34Z 2021-04-07T17:25:34Z Matthias Bussonnier dd4d2f6c7f831ca2f9a765a2712d782cb4816e4b GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 Carreau 335567 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.859ms · About: xarray-datasette