home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

2 rows where raw_author = "a607413a3305061d463591bf6ffbbae9599de4a8" 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

  • jhamman 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
dcb20e96a5a04aa22de468971069eafb547735f2 bump minimum versions, drop py38 (#7461) * bump minimum versions, drop py38 * bump mypy action * bump pyupgrade * update whats new * audit version checks * remove GenericAlias * fix a few broken tests * stop requiring warning for invalid netcdf * remove extra requires * bump pandas * cleanup one more pytest skip * Apply suggestions from code review Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Update requirements.txt Co-authored-by: Justus Magin <keewis@users.noreply.github.com> Co-authored-by: Justus Magin <keewis@users.noreply.github.com> 2023-01-26T16:57:09Z 2023-01-26T16:57:09Z Joe Hamman a607413a3305061d463591bf6ffbbae9599de4a8 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 web-flow 19864447
d479009d79374dc4a56c9f4346b1af38f5ac182c [docs] update urls throughout documentation (#6262) * update urls throughout documentation * more url updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update doc/internals/how-to-add-new-backend.rst * Apply suggestions from code review Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu> 2022-02-10T19:44:51Z 2022-02-10T19:44:51Z Joe Hamman a607413a3305061d463591bf6ffbbae9599de4a8 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 jhamman 2443309 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.928ms · About: xarray-datasette