home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

4 rows where author = 23625371 and raw_author = "2de5a1d51b27f7043e17112e29a75c293ed0a082" 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 4

author 1

  • znicholls · 4 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
f75c3be583db377e1efe0fb90ece11e79bb4297e Numpy string coding (#5264) * Add failing test * Try fix * Lint * Require netCDF4 for test * Move fix to infer dtype * Update thanks to @shoyer * Whats new * Move test and add comment * Update whats-new.rst * Update whats-new.rst Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2021-12-30T23:39:55Z 2021-12-30T23:39:55Z Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 znicholls 23625371 web-flow 19864447
19ab40ee401187e8a4b255d1082beb4f36b7ab24 Update combine error (#5776) * Update test * Pass test * Whats new * Fix whats new PR reference * Update error message to consider whether datetime is involved * Put cftime import in function * Format * Update error message 2021-09-27T14:43:15Z 2021-09-27T14:43:15Z Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 znicholls 23625371 web-flow 19864447
fbd48d4307502f7dbe8afa37b84df59e74407820 Fix regression in decoding large standard calendar times (#5050) 2021-03-18T14:03:59Z 2021-03-18T14:03:59Z Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 znicholls 23625371 web-flow 19864447
adc55ac4d2883e0c6647f3983c3322ca2c690514 Decoding year 1 time (#4506) * Add test of time passing even if '1-1-1' in units * Pass test * Format * Whatsnew * Shorten name * Update whatsnew with pull info * Clarify comment * Update doc/whats-new.rst Co-authored-by: Spencer Clark <spencerkclark@gmail.com> * Add extra note to whatsnew thanks to suggestion from @spencerkclark * Add failing test of warning * Pass test of warning when padding * Cleanup after rebase * Format * Cleanup whatsnew * Apply suggestions from code review by @mathause Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Spencer Clark <spencerkclark@gmail.com> Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com> Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch> 2020-10-26T09:50:17Z 2020-10-26T09:50:17Z Zeb Nicholls 2de5a1d51b27f7043e17112e29a75c293ed0a082 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f xarray 13221727 znicholls 23625371 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 14.846ms · About: xarray-datasette