issues
1 row where comments = 60, state = "closed" and user = 2448579 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 870292042 | MDU6SXNzdWU4NzAyOTIwNDI= | 5232 | release v0.18.0 | dcherian 2448579 | closed | 0 | 60 | 2021-04-28T19:43:30Z | 2021-05-06T21:15:02Z | 2021-05-06T19:25:51Z | MEMBER | As discussed in the meeting, we should issue a release soon with the new backend refactor and the new docs theme. Here's a list of blockers: - [x] #5231 - [x] #5073 - [x] #5235 Would be nice and look done: - [x] #5244 - [x] #5258 - [x] #5101 - [x] ~#4866~ (we should let this sit on master for a while to find bugs) - [x] #4902 - [x] ~#4972~ (this should probably also sit on master for a while) - [x] #5227 - [x] #4740 - [x] #5149 Somewhat important, but no PR yet: - [x] ~#5175~ (as pointed out by @shoyer, this is really a new feature, not a regression, it can wait) @TomNicholas and @alexamici volunteered to handle this. I can be online at release time to help with things if needed. Release instructions are here: https://github.com/pydata/xarray/blob/master/HOW_TO_RELEASE.md IIRC they'll need to be added to the PyPI list and RTD list. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5232/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | xarray 13221727 | issue |
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]);