home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 2818208 and raw_committer = "279c587273ec459ffb5192e60bf8447c05601fa5" 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 4

author 1

  • gwgundersen · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f3c7da6eba987ec67616cd8cb9aec6ea79f0e92c Remove `complex.nc` from built docs (#3353) * Rolling back to prevent a different issue from leaking into this one. * Amended what's new. 2019-09-28T19:57:36Z 2019-09-28T19:57:36Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 gwgundersen 2818208 max-sixty 5635139
487b0876e014d7e97caeff9737ae2154c7645a73 Drop keyword support: small fixes (#3233) * Amended docs for new API and deprecation warnings; deprecated dropping DataArrayCoordinates (#2910). * Removed okwarning now that docs have non-deprecated API. * More clear warnings and more tests. * Moved both warnings to top of function for code clarity. * Removed unused imports. * Update dataset.py 2019-08-23T21:26:21Z 2019-08-23T21:26:21Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 gwgundersen 2818208 max-sixty 5635139
52a16a6517dfc56094a20c3f7484f62afca2bda7 Support for dict-like arguments for assign_coords (#3243) * Issue 3231: Support for dict-like arguments for assign_coords * Amended docstring to clarify two examples. * Simplified documentation by not repeating arguments. Formatting. 2019-08-22T18:35:51Z 2019-08-22T18:35:51Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 gwgundersen 2818208 max-sixty 5635139
0a3bb18ffa076779aad148e4184e6d2289c248ad Manually reverting because something added a comment after a ton of arguments. (#3228) 2019-08-19T16:02:52Z 2019-08-19T16:02:52Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 gwgundersen 2818208 max-sixty 5635139

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