home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

1 row where author = 1325771 and repo = 13221727 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

  • deeplycloudy · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
e3e6db5b1bf94fd78c5a1b9d872ea8dcb91a7b9c Automate interpretation of _Unsigned attribute (#1453) * Add support for _Unsigned attribute * Update docstrings with new unsigned behavior * Cast to unsigned with copy instead of view, fixing infinite recursion. Move _Unsigned between attributes and encoding * Fix default argument for is_unsigned * Separate test for unsigned roundtrip * Move unsigned support out of mask_and_scale, update whats-new * Fix what's new date and add issue * Putting enhancement in correct section of whats-new * Turn off _FillValue support provided by PyNIO. Let xarray handle it. * Convert _FillValue when _Unsigned is present * PEP8 * No need to convert unsigned fill value if there is not fill value * PEP8 * yet more PEP8 * Be more careful with _Unsigned attribute check * Better fencing for attribute checks. Style fixes. Test for dtypes. 2017-07-28T17:39:04Z 2017-07-28T17:39:04Z Eric Bruning 84d5176a51c19ce6876ac9eeec3669b77d957049 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 deeplycloudy 1325771 shoyer 1217238

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