home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

1 row where author = 12703555 and committer = 10050469 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 1

author 1

  • paulvija · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
ecf50d2131e30bc8fe33fbaf4af833f6c37ce0d9 DOC: Plot discrete colormap with proportional colorbar (#1930) * Plot discrete colormap with proportional colorbar Using 'cbar_kwargs' it is possible to extend the capabilities of colorbar ticks. * Fixing style errors. * Fixing style errors. * Fixed the line-length issue Shortened intro texts. * added absolute_import added absolute_import to make stickler happy, can be removed later. * Updated script with changes requested Renamed the script, script info updated. * Cosmetic changes 2018-02-27T21:19:57Z 2018-02-27T21:19:57Z Vijay Paul dbf72feb140c94764a49e98f96cffbf02442d379 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 paulvija 12703555 fmaussion 10050469

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