pull_requests
2 rows where user = 38408316
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date), merged_at (date)
id ▼ | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1507766604 | PR_kwDOAMm_X85Z3rFM | 8159 | open | 0 | Update Variable metadata when using 'a' mode in Zarr | krokosik 38408316 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #8116, #3536 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` Because the DataArray in a DataSet's data variable when saving to zarr, the incorrect metadata update behaviour applies to it. This is an attempt to fix the TODO left by [PR5252](https://github.com/pydata/xarray/pull/5252). The tests are passing, but as I'm quite new to this repo, I'm not sure what cases should be tested as well. @shoyer could you share some insight please? | 2023-09-08T11:55:31Z | 2023-10-14T20:14:57Z | 2b77626e684f29c2a1ff073d65c62cb2d5ea222e | 1 | e1d1808b724b3ca6f77eb4166fd3308de2420b15 | f60c1a3e969bfa580dfecca2e9ba7fee71447d9b | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/8159 | ||||||
1511050105 | PR_kwDOAMm_X85aEMt5 | 8174 | closed | 0 | Exclude dimensions used in faceting from squeeze | krokosik 38408316 | <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #7552 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` Implements @headtr1ck solution from the issue. | 2023-09-11T21:39:54Z | 2023-09-17T05:08:07Z | 2023-09-17T05:08:05Z | 2023-09-17T05:08:05Z | c439432ff89dcdabc8ab38a6ceecf540b034311d | 0 | 7e5f7302b1786ae8028d90d6b1471f54c723569f | 45bce44dcb260c62ab69b11ddb07b011bfa6194c | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/8174 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [pull_requests] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [state] TEXT, [locked] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [body] TEXT, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [merged_at] TEXT, [merge_commit_sha] TEXT, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [draft] INTEGER, [head] TEXT, [base] TEXT, [author_association] TEXT, [auto_merge] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [url] TEXT, [merged_by] INTEGER REFERENCES [users]([id]) ); CREATE INDEX [idx_pull_requests_merged_by] ON [pull_requests] ([merged_by]); CREATE INDEX [idx_pull_requests_repo] ON [pull_requests] ([repo]); CREATE INDEX [idx_pull_requests_milestone] ON [pull_requests] ([milestone]); CREATE INDEX [idx_pull_requests_assignee] ON [pull_requests] ([assignee]); CREATE INDEX [idx_pull_requests_user] ON [pull_requests] ([user]);