home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

6 rows where type = "pull" and user = 1970404 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comments, created_at (date), updated_at (date), closed_at (date)

type 1

  • pull · 6 ✖

state 1

  • closed 6

repo 1

  • xarray 6
id node_id number title user state locked assignee milestone comments created_at updated_at ▲ closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
1370494294 PR_kwDOAMm_X84-0Kys 7026 Allow test_indexes to pass on big-endian systems ginggs 1970404 closed 0     2 2022-09-12T20:42:39Z 2022-09-14T19:07:07Z 2022-09-12T22:12:21Z CONTRIBUTOR   0 pydata/xarray/pulls/7026  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7026/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
566281172 MDExOlB1bGxSZXF1ZXN0Mzc2MTIxNjc1 3772 Let test_repr_of_dataset pass on big-endian systems ginggs 1970404 closed 0     0 2020-02-17T12:55:47Z 2020-02-23T19:39:40Z 2020-02-23T19:39:40Z CONTRIBUTOR   0 pydata/xarray/pulls/3772
  • [ ] Closes #xxxx
  • [ ] Tests added
  • [ ] Passes isort -rc . && black . && mypy . && flake8
  • [ ] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3772/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
468313176 MDExOlB1bGxSZXF1ZXN0Mjk3NzY5NDEy 3135 Update whats-new for #3125 and #2334 ginggs 1970404 closed 0     1 2019-07-15T20:11:50Z 2019-07-15T20:26:11Z 2019-07-15T20:15:23Z CONTRIBUTOR   0 pydata/xarray/pulls/3135
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3135/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
467856339 MDExOlB1bGxSZXF1ZXN0Mjk3NDA4MjAx 3125 Fix tests on big-endian systems ginggs 1970404 closed 0     8 2019-07-14T16:00:58Z 2019-07-15T20:12:59Z 2019-07-15T18:57:54Z CONTRIBUTOR   0 pydata/xarray/pulls/3125
  • [ ] Tests added
  • [ ] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3125/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
346469361 MDExOlB1bGxSZXF1ZXN0MjA1MzI0NDM5 2334 XFAIL tests failing on ARM ginggs 1970404 closed 0     2 2018-08-01T06:49:19Z 2019-07-15T19:20:24Z 2019-07-15T18:57:31Z CONTRIBUTOR   0 pydata/xarray/pulls/2334

These tests are expected to fail on ARM due to the following issue in NumPy: https://github.com/numpy/numpy/issues/8325

  • [ ] Tests added (for all bug fixes or enhancements)
  • [ ] Tests passed (for all non-documentation changes)
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2334/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
346459431 MDExOlB1bGxSZXF1ZXN0MjA1MzE3MTQy 2333 Let test_unicode_data pass on big-endian systems too ginggs 1970404 closed 0     2 2018-08-01T06:03:13Z 2018-08-02T05:58:40Z 2018-08-02T02:18:03Z CONTRIBUTOR   0 pydata/xarray/pulls/2333
  • [ ] Tests added (for all bug fixes or enhancements)
  • [ ] Tests passed (for all non-documentation changes)
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2333/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [state] TEXT,
   [locked] INTEGER,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [comments] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [author_association] TEXT,
   [active_lock_reason] TEXT,
   [draft] INTEGER,
   [pull_request] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [state_reason] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [type] TEXT
);
CREATE INDEX [idx_issues_repo]
    ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
    ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
    ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
    ON [issues] ([user]);
Powered by Datasette · Queries took 23.411ms · About: xarray-datasette