home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • rdrussotto · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
73b46de262b8489307ce88f220f902f254af8c3a Fix Sphinx links on contributing doc page (#3710) 2020-01-26T17:32:44Z 2020-01-26T17:32:44Z Rick Russotto ad4e3666d37cdbbca0844aa59f8f578d625f9669 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 rdrussotto 13667821 dcherian 2448579
55b33cd95b1967f6518bbd1ecf648a5370ee5a6c Clarify apply_ufunc error message (Issue #2078) (#3119) * Clarify error message (#2078) * Update whats-new * Add issue number to whats-new * Update xarray/core/computation.py Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> * black computation.py for formatting conventions 2019-08-23T18:56:13Z 2019-08-23T18:56:13Z Rick Russotto ad4e3666d37cdbbca0844aa59f8f578d625f9669 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 rdrussotto 13667821 dcherian 2448579

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