home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where author = 2049051 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, committer, author_date (date), committer_date (date)

repo 1

  • xarray 5

author 1

  • brews · 5 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
6bb2b855498b5c68d7cca8cceb710365d58e6048 Minor Dataset.map docstr clarification (#6595) The summary line in the docstr for `Dataset.map()` says that it operates on variables in the dataset. This is a very minor update clarifying that it operates on *data* variables, as opposed to all variables (data + coord) in the Dataset. 2022-05-11T22:06:06Z 2022-05-11T22:06:06Z Brewster Malevich b65181a81923bf27f96ab45f5e25f0dbe40728b2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 brews 2049051 web-flow 19864447
95b34f3e26633500e105d4c9a0ce963a7c587132 Fix broken Pydagogue URL (#5305) 2021-05-14T06:27:28Z 2021-05-14T06:27:28Z Brewster Malevich b65181a81923bf27f96ab45f5e25f0dbe40728b2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 brews 2049051 web-flow 19864447
af5f4846a4f35e000f2f7a1ed5298e14c7bb3be5 Correct bad extra returns in drop_dims docstr (#5304) 2021-05-14T01:27:25Z 2021-05-14T01:27:25Z Brewster Malevich b65181a81923bf27f96ab45f5e25f0dbe40728b2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 brews 2049051 web-flow 19864447
57facab09b2e78221ff35e2dfcf05e0c447f769e Minor spelling correction (#1107) 2016-11-11T00:28:43Z 2016-11-11T00:28:43Z Brewster Malevich 1c5cf03f137bfd14f8b007d7fdd263185972d67b Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 brews 2049051 shoyer 1217238
b30c07993dd483a3daebf5fa1f3ea4617379ea25 Update installing.rst Corrected poor formatting and clarify new conda-forge text. 2016-10-26T21:06:32Z 2016-10-26T21:06:32Z Brewster Malevich 1c5cf03f137bfd14f8b007d7fdd263185972d67b GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 brews 2049051 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.31ms · About: xarray-datasette