home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • pkopparla · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
9dbeb6bca5fa03eec3c670cf043c31c535648099 Added get_options method (#5716) * Added get_options method and squashed commits * get_options returns FrozenDict and added retention test * Updated docstring * Update doc/whats-new.rst Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> * Update doc/whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Changed docstring to refer to set_options * Added additional test parameter Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2021-09-04T23:44:25Z 2021-09-04T23:44:25Z Pushkar Kopparla 83b7c15f2c6f12f7a5e63d0940cf894f7d7e6a5c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 pkopparla 76039838 web-flow 19864447
78cec7c5faf3176fc67ddffb68e85e772d9f276a Kwargs to rasterio open (#5609) * Added kwargs option to be passed to rasterio.open * Added description to whats-new.rst * Fixed whitespace * Update doc/whats-new.rst Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Update doc/whats-new.rst Co-authored-by: keewis <keewis@users.noreply.github.com> * Updated whats-new.rst * Merged backend_kwargs with kwargs * Added check for no kwargs * Update doc/whats-new.rst Co-authored-by: keewis <keewis@users.noreply.github.com> * Removed backend_kwargs Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: keewis <keewis@users.noreply.github.com> 2021-07-30T07:09:14Z 2021-07-30T07:09:14Z Pushkar Kopparla 83b7c15f2c6f12f7a5e63d0940cf894f7d7e6a5c GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 pkopparla 76039838 web-flow 19864447

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