pull_requests
3 rows where user = 1186928
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
338755739 | MDExOlB1bGxSZXF1ZXN0MzM4NzU1NzM5 | 3498 | closed | 0 | Add option to choose mfdataset attributes source. | juseg 1186928 | Add a `master_file` keyword arguments to `open_mfdataset` to choose the source of global attributes in a multi-file dataset. - [x] Closes #2382 - [x] Tests added - [x] Passes `black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2019-11-08T16:30:33Z | 2020-04-05T20:44:43Z | 2020-01-11T15:22:56Z | 2020-01-11T15:22:56Z | 099c0901e29927935440692b1363ef08fe6d2e42 | 0 | 175de6cb191872bb2ec10368275afcf1e5fd99e1 | ff75081304eb2e2784dcb229cc48a532da557896 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3498 | ||||
361718102 | MDExOlB1bGxSZXF1ZXN0MzYxNzE4MTAy | 3685 | closed | 0 | Allow binned coordinates on 1D plots y-axis. | juseg 1186928 | Currently 1D plot functions only allow binned coordinates (of `pd.Interval` type, produced with `groupby_bins`) on the y-axis (issue #3571). This pull request enables plotting intervals on either or both axes of 1D plots. - [x] Closes #3571 - [x] Tests added - [x] Passes `black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2020-01-11T10:39:13Z | 2020-01-23T08:57:07Z | 2020-01-22T21:09:39Z | 2020-01-22T21:09:39Z | 6d1434e9b9e9766d6fcafceb05e81734b29994ea | 0 | b182e0b152e45b90b484425e5fde787156bd5d4a | aa0f96383062c48cb17f46ef951075c0494c9c0a | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3685 | ||||
553251313 | MDExOlB1bGxSZXF1ZXN0NTUzMjUxMzEz | 4795 | closed | 0 | Expand user dir paths (~) in open_mfdataset. | juseg 1186928 | - [x] Closes #4783 - [ ] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` <sub> <h3> Overriding CI behaviors </h3> By default, the upstream dev CI is disabled on pull request and push events. You can override this behavior per commit by adding a `[test-upstream]` tag to the first line of the commit message. For documentation-only commits, you can skip the CI per commit by adding a `[skip-ci]` tag to the first line of the commit message </sub> | 2021-01-12T07:22:56Z | 2021-01-15T17:22:37Z | 2021-01-15T17:22:28Z | 2021-01-15T17:22:27Z | 84df75d366edaaa0af172047145a3409cac9bb3a | 0 | 34ffcc365e64f49364dcbeeaf0efd35cba7f116e | 3721725754f2491da48aeba506e1b036e340b6a6 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/4795 |
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]);