home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

2 rows where author = 72196131 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

  • RichardScottOZ · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
735a3590ea4df70e1e5be729162df2f8774b3879 Fix typos in example notebooks (#4908) 2021-02-15T05:39:01Z 2021-02-15T05:39:01Z RichardScottOZ 9fedcff4966739cc219be136afb27c8c60ed9cd5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 RichardScottOZ 72196131 web-flow 19864447
6191dde8bdc5e709276b33e59b0cbd6184f6d465 Update area_weighted_temperature.ipynb (#4903) grid cell consistency 2021-02-13T13:49:44Z 2021-02-13T13:49:44Z RichardScottOZ 9fedcff4966739cc219be136afb27c8c60ed9cd5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 RichardScottOZ 72196131 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 13.868ms · About: xarray-datasette