home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

6 rows where raw_author = "95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4" and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, author_date (date), committer_date (date)

repo 1

  • xarray · 6 ✖

author 1

  • gwgundersen 6
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
bd1069bd23d9eac9962d82eabbd1c4227581196c Add glossary to documentation (#3352) * First draft at terminology glossary. * Made name matching rules more explicit and hopefully clearer. * Amended what's new. * Changes based on feedback. * More changed based on feedback. 2019-09-29T23:39:53Z 2019-09-29T23:39:53Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 gwgundersen 2818208 dcherian 2448579
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
8969b5a974723dc13ce93db1e878f791764f539e Issue 3227: Remove unwanted files created by ipython examples. (#3270) 2019-08-28T00:02:01Z 2019-08-28T00:02:01Z Gregory Gundersen 95d2b9ab3b4f0f284edef1a1cadc6ac2272212e4 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 gwgundersen 2818208 shoyer 1217238
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 23.872ms · About: xarray-datasette