home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 14019925 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 3

author 1

  • tv3141 · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
5155ef9ed2be7b3b201925c4902e8d633fec87a8 uncomment test (#2369) 2018-08-15T23:05:40Z 2018-08-15T23:05:40Z tv3141 4d00114e778b542ad76fc0237e98b30df5bf7931 Keisuke Fujii caabe6633d9bef7f2f52807cc5a1f477f3a077d4 xarray 13221727 tv3141 14019925 fujiisoup 6815844
f281945fcacbfc1dbaa48fb15546fae5317bdda8 Add libraries to show_versions (#2321) * Add dependencies to show_versions(). * DOC: Add libraries to dependency list. * Undo adding of h5py to docs. 2018-07-28T16:37:13Z 2018-07-28T16:37:13Z tv3141 4d00114e778b542ad76fc0237e98b30df5bf7931 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 tv3141 14019925 fmaussion 10050469
9ecd406347738f222e835ca719d5f4d46e6ebd1a iris conversion (#2202) * Add tests. * Add var_name fallback. * Add fall back to AuxCoord. * Remove unnecesary import. * Add var_name fallback tests to existing tests * Add tests for fallback to AuxCoord to existing tests. * var_name before standard_name to pass tests * make tests more explicit * delete new test file * cleanup code * No name for DataArray if cube is nameless. * No unknown unit entry for DataArray coords. * Use name resolution similar to iris.obj.name(). * Add check for duplicate dimension names. * Cleanup: remove duplicate tests. * Add test for default name. * Add edge case test. * Test for cube name usage. * Describe changes in whats-new.rst * Create Iris conversion test class. * Replace TestCase methods. * parametrized test for cube name * parametrized test for coord name * separate test for duplicate coord names * separate test for AuxCoord fallback * Refactor iris availability check. * cleanup * Make type comparison PEP8 compliant. * Keep similar tests close together. * Improve edge case comment * Remove trailing whitespace. * Move import to top. * Remove STASH lookup. * Changelog into next release. * Fix long line after rebase. * Remove duplicate test after rebase. 2018-07-19T05:56:23Z 2018-07-19T05:56:23Z tv3141 4d00114e778b542ad76fc0237e98b30df5bf7931 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 tv3141 14019925 shoyer 1217238

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 1116.26ms · About: xarray-datasette