pull_requests
1 row where user = 9658781
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
247486062 | MDExOlB1bGxSZXF1ZXN0MjQ3NDg2MDYy | 2706 | closed | 0 | Appending to zarr store | jendrikjoe 9658781 | This pull request allows to append an xarray to an existing datastore. - [x] Closes #2022 - [x] Tests will be added. Wanted to get an opinion if this is what is imagined by the community - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API To filter the data written to the array, the dimension over which the data will be appended has to be explicitly stated. If someone has an idea how to overcome this, I would be more than happy to incorporate the necessary changes into the PR. Cheers, Jendrik | 2019-01-24T21:43:02Z | 2019-06-29T23:43:50Z | 2019-06-29T23:43:15Z | 2019-06-29T23:43:14Z | 18f35da6ac14b078772357b6bc11d3af5296afba | 0 | 58de86df0f9edfc8cae482acf9e5602bd67efda8 | d30635ce7f8618b12b8071708f3494689bb63f9d | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/2706 |
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]);