home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where author = 895458 and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

repo 1

  • xarray · 6 ✖

author 1

  • mwtoews · 6 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
cbbf347d8153a786e8398beab79a32220038a381 Fix regression with grouper object on an IndexVariable (#7920) * Fix regression with grouper object on an IndexVariable * Early cast IndexVariable to DataArray to avoid issues with flox 2023-06-22T16:10:11Z 2023-06-22T16:10:11Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 web-flow 19864447
88e1aeab1752abc74be9e63f2d6738d7b279b1c0 Remove setuptools-scm-git-archive, require setuptools-scm>=7 (#7253) Co-authored-by: Justus Magin <keewis@users.noreply.github.com> 2022-12-01T19:17:37Z 2022-12-01T19:17:37Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 web-flow 19864447
c0011e13b1edabcd541610d7fbef084bcb387183 Remove unnecessary build dependencies, use build defaults, strict twine check (#6979) 2022-09-10T06:13:27Z 2022-09-10T06:13:27Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 web-flow 19864447
3c4a00cc123ceb6fba442cf721650ffa6b473cbb Improve CITATION.cff, specify license version in metadata (#6980) 2022-09-03T13:19:44Z 2022-09-03T13:19:44Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 web-flow 19864447
7b93333b1b8f6cd885a3464f02c8166bbd2d9c51 Check for path-like objects rather than Path type, use os.fspath (#5879) * Check for path-like objects rather than Path type, use os.fspath * Add whats-new entry Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2021-10-27T22:38:20Z 2021-10-27T22:38:20Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 web-flow 19864447
f3237bcf68064616bfa6ba30384d014082acdc8b MAINT: IOError -> OSError (#5793) 2021-09-15T18:18:29Z 2021-09-15T18:18:29Z Mike Taves 562cb6035d6a8e120e65635ab7da0941ba7adcb2 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 mwtoews 895458 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 3842.776ms · About: xarray-datasette