home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

3 rows where raw_author = "b65181a81923bf27f96ab45f5e25f0dbe40728b2" 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 3

author 1

  • brews 3
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

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