home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

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

  • etienneschalk 2
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
11f89ecdd41226cf93da8d1e720d2710849cd23e Do not attempt to broadcast when global option ``arithmetic_broadcast=False`` (#8784) * increase plot size * added old tests * Keep relevant test * what's new * PR comment * remove unnecessary (?) check * unnecessary line removal * removal of variable reassignment to avoid type issue * Update xarray/core/variable.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * Update xarray/core/variable.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update tests * what's new * Update doc/whats-new.rst --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 2024-03-13T15:36:34Z 2024-03-13T15:36:34Z Etienne Schalk b369e815294de453800a68286db1d8e49ba4accb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 web-flow 19864447
0ad7fa78c6c883268030eef42fe0262bdd94af95 Test formatting platform (#8719) * Test formatting platform * Default is float64 * Try to differentiate between OS-dependant and independant dtypes for CI safety * wip * fixed tests * forgot one test --------- Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2024-02-09T03:01:34Z 2024-02-09T03:01:34Z Etienne Schalk b369e815294de453800a68286db1d8e49ba4accb GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 etienneschalk 45271239 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.664ms · About: xarray-datasette