home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

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

  • s-weigand · 2 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
5973ef380d244931f0b5d2d6bbf762ea7b0a0d44 Fix missing dependecy definition of 'packaging' (#6207) * 🩹 Added packaging to install_requires * add packaging dep to ci, install instructions, and whatsnew page * lint * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * uninstall packaging before installing upstream * update requirements.txt * update whats new and rerun linter * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: Joseph Hamman <jhamman@ucar.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2022-01-31T23:51:59Z 2022-01-31T23:51:59Z Sebastian Weigand fbc3cf4360117dc7df97781ba7854164611f1239 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 s-weigand 9513634 web-flow 19864447
eac78cc0cc2a205bfaa49aa9a46987116021b97a Fix plot.line crash for data of shape (1, N) in _title_for_slice on format_item (#5948) * 🧪 Add failing test case show casing the error * 🩹 Fix format_item crash when value array of shape (1, ) * 📚 Added change to whats-new.rst 2021-11-08T17:27:44Z 2021-11-08T17:27:44Z Sebastian Weigand fbc3cf4360117dc7df97781ba7854164611f1239 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 s-weigand 9513634 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 1675.917ms · About: xarray-datasette