pull_requests
1 row where user = 28273671
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
320412671 | MDExOlB1bGxSZXF1ZXN0MzIwNDEyNjcx | 3335 | closed | 0 | Add hypothesis support to related projects | rdturnermtl 28273671 | The [hypothesis-gufunc](https://pypi.org/project/hypothesis-gufunc/0.0.5rc2/) project recently added hypothesis strategies for generating xarray data structures in version 0.0.5rc2. This links to it in the related projects page. It currently uses xarray as a package extra and must be installed as ``` pip install hypothesis-gufunc[xarray]==0.0.5rc2 ``` The documentation is [here](https://hypothesis-gufunc.readthedocs.io/en/latest/). - [x] Closes #3289 | 2019-09-23T18:01:03Z | 2019-09-23T19:22:56Z | 2019-09-23T19:22:55Z | 2019-09-23T19:22:55Z | e1183e8d75b5a46e08442b69f0b67cd187399a07 | 0 | 75e6138d4b4b895a685ea802645d3fd9574e9101 | 6ec1da202e5abaf317f49ba8dda348ef572b279d | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3335 |
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]);