home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where author = 1197350 and committer = 1217238 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 9

author 1

  • rabernat · 9 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
2c10d1443bea09e5ef53e5a7e35195a195e193a7 decreased pytest verbosity (#2881) 2019-04-09T23:34:21Z 2019-04-09T23:34:21Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
3ae93ac31ce122fc10b089f3b92b8c20e8b218c9 Zarr consolidated (#2559) * wip: getting started * preliminary support for zarr consolidated metadata * update zarr dev repo * add consolidate to close * doc updates * skip tests based on zarr version * fix doc typos * fix PEP8 issues * fix test skipping * fixed integration test * update version check * rename keyword arg * Update whats-new.rst * instructions for consolidating existing stores 2018-12-04T23:51:00Z 2018-12-04T23:51:00Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a9d1f3a36229636f0d519eb36a8d4a7c91f6e1cd Fix decode cf with dask (#2047) * fixes #1372 * what's new 2018-04-12T23:38:01Z 2018-04-12T23:38:01Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
3cd2337d8035a324cb38d6793eaf33818066f25c fix rasterio chunking with s3 datasets (#1817) * fixes #1816 * new and refactored rasterio tests 2018-01-23T16:33:27Z 2018-01-23T16:33:27Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
d80248476ebe4a3845211c5d58e0af1effc73ea3 fixed dask prefix naming (#1411) * fixed dask prefix naming * fixed tests * fixed token * added whats new 2017-05-22T20:38:55Z 2017-05-22T20:38:55Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a9a12b0aca862d5ab19180594f616b8efab13308 Fix groupby bins tests (#1390) * fixed #1386 * what's new * flake8 fix * DOC: bug -> test suite failure 2017-05-01T21:52:13Z 2017-05-01T21:52:13Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
2cfd3882374831e5edfe5d040f7775c5bb5ecc7a add optimization tips, closes #1103 (#1104) 2016-11-10T16:49:06Z 2016-11-10T16:49:06Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
0e044ce807fa0ee15703c8b4088bf41ae8e99116 Groupby bins empty groups (#1027) * Fix a typo * fixes #1019 * fixed tiny bug * changed default * got rid of keyword arg 2016-10-03T15:22:15Z 2016-10-03T15:22:15Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 shoyer 1217238
a0a3860a87815f1f580aa56b972c7e8d9359b6ce Multidimensional groupby (#818) * multidimensional groupby and binning * added time dimension to multidim groupby tests * updated docs * fixed binning * add groupby_bins method * doc update * test for non-monotonic 2d coordinates * bin coordinate name changed * updated docs and example * fixed style issues and whats-new 2016-07-08T01:50:38Z 2016-07-08T01:50:38Z Ryan Abernathey 50f308688403ffa4670d1b45f2b77ab73ff8d786 Stephan Hoyer f10b21bed2846b879806f87039b77245b18e7671 xarray 13221727 rabernat 1197350 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 18.504ms · About: xarray-datasette