issues
5 rows where comments = 5, type = "pull" and user = 6213168 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
945560052 | MDExOlB1bGxSZXF1ZXN0NjkwODcyNTk1 | 5610 | Fix gen_cluster failures; dask_version tweaks | crusaderky 6213168 | closed | 0 | 5 | 2021-07-15T16:26:21Z | 2021-07-15T18:04:00Z | 2021-07-15T17:25:43Z | MEMBER | 0 | pydata/xarray/pulls/5610 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5610/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
509655174 | MDExOlB1bGxSZXF1ZXN0MzMwMTYwMDQy | 3420 | Restore crashing CI tests on pseudonetcdf-3.1 | crusaderky 6213168 | closed | 0 | 5 | 2019-10-20T21:26:40Z | 2019-10-21T01:32:54Z | 2019-10-20T22:42:36Z | MEMBER | 0 | pydata/xarray/pulls/3420 | Related to #3409 The crashes caused by pseudonetcdf-3.1 are blocking all PRs. Sorry I don't know anything about pseudonetcdf. This PR takes the issue out of the critical path so that whoever knows about the library can deal with it in due time. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3420/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
503163130 | MDExOlB1bGxSZXF1ZXN0MzI1MDc2MzQ5 | 3375 | Speed up isel and __getitem__ | crusaderky 6213168 | closed | 0 | crusaderky 6213168 | 5 | 2019-10-06T21:27:42Z | 2019-10-10T09:21:56Z | 2019-10-09T18:01:30Z | MEMBER | 0 | pydata/xarray/pulls/3375 | First iterative improvement for #2799. Speed up Dataset.isel up to 33% and DataArray.isel up to 25% (when there are no indices and the numpy array is small). 15% speedup when there are indices. Benchmarks can be found in #2799. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3375/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
478886013 | MDExOlB1bGxSZXF1ZXN0MzA1OTA3Mzk2 | 3196 | One-off isort run | crusaderky 6213168 | closed | 0 | 5 | 2019-08-09T09:17:39Z | 2019-09-09T08:28:05Z | 2019-08-23T20:33:04Z | MEMBER | 0 | pydata/xarray/pulls/3196 | A one-off, manually vetted and tweaked isort run |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3196/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
189544925 | MDExOlB1bGxSZXF1ZXN0OTM4NzYxMTY= | 1124 | full_like, zeros_like, ones_like | crusaderky 6213168 | closed | 0 | 5 | 2016-11-16T00:10:03Z | 2016-11-28T03:42:47Z | 2016-11-28T03:42:39Z | MEMBER | 0 | pydata/xarray/pulls/1124 | New top-level functions. Fixes #1102 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1124/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
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]);