home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

5 rows where author = 6213168, raw_committer = "279c587273ec459ffb5192e60bf8447c05601fa5" and repo = 13221727 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 · 5 ✖

author 1

  • crusaderky · 5 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
8a9c4710b2ee389a41e08a665108aca05ef02544 pyupgrade one-off run (#3190) * pyupgrade (manually vetted and tweaked) * pyupgrade * Tweaks to Dataset.drop_dims() * mypy * More concise code 2019-08-07T17:26:00Z 2019-08-07T17:26:00Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 crusaderky 6213168 max-sixty 5635139
d1935ffd24fd83e9b5a1347aed11773da03c878e More annotations (#3177) * Annotations for Dataset.drop et al * Annotations for Dataset.interpolate et al * Dataset.drop(DataArray) * flake8 * trivial * @overload Dataset.drop * docstring tweaks * Clean up redundant code 2019-08-06T01:19:35Z 2019-08-06T01:19:35Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 crusaderky 6213168 max-sixty 5635139
dba85bdfc1ac311349bbfcabccb02a71747a97b2 Fix regression: IndexVariable.copy(deep=True) casts dtype=U to object (#3095) * Fix regression: IndexVariable.copy(deep=True) casts dtype=U to object * What's New * Simplify copy() * Cosmetic * Code review 2019-08-02T14:02:49Z 2019-08-02T14:02:49Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 crusaderky 6213168 max-sixty 5635139
7b76f163394a35c9cd8013e835e9d0b2050fd9a6 Fix distributed.Client.compute applied to DataArray (#3173) * Fix distributed.Client.compute applied to DataArray * type annotations 2019-08-01T21:43:11Z 2019-08-01T21:43:11Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 crusaderky 6213168 max-sixty 5635139
1757dffac2fa493d7b9a074b84cf8c830a706688 More annotations in Dataset (#3112) * Let mypy discover xarray typing hints * Docs tweak * More annotations in Dataset * Fix Python 3.5-specific check for OrderedDict * typing in merge * broadcast_like typing tweaks * Changed redundant x: Optional[MyType] = None to x: MyType = None * flake8 * What's New 2019-07-31T17:47:59Z 2019-07-31T17:47:59Z crusaderky 2ff6d9e74ee03928d143f0bb1557924a28d3b23d Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 crusaderky 6213168 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 801.282ms · About: xarray-datasette