home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • saschahofmann · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
c5b90c54d55edd3021415427d9a26666b88da7b6 Update docstring for compute and persist (#8903) * Update docstring for compute and persist * Add compute reference to load docstring for dask array * Use new wording for persist Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Update xarray/core/dataarray.py Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Justus Magin <keewis@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add "all" to persist docstring * Apply suggestions from code review Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> --------- Co-authored-by: Justus Magin <keewis@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2024-04-02T23:52:31Z 2024-04-02T23:52:31Z saschahofmann 63a4d9dbab7fd6078839674a8b2448eb2d4e8cc5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 saschahofmann 24508496 web-flow 19864447
852b7e65b6c1da1d0110c6db7125f2fd43c8db4f Add dt.date to plottable types (#8873) * Add dt.date to plottable types * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add new feature to whats-new.rst * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add test_date_dimension to plot tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add issue to whats-new * Fix type in whats-new * Fix 2 more typos in whats-new --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2024-03-29T14:35:41Z 2024-03-29T14:35:41Z saschahofmann 63a4d9dbab7fd6078839674a8b2448eb2d4e8cc5 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 saschahofmann 24508496 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 11.39ms · About: xarray-datasette