pull_requests
3 rows where user = 6645714
This data as json, CSV (advanced)
Suggested facets: updated_at, milestone, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
42315878 | MDExOlB1bGxSZXF1ZXN0NDIzMTU4Nzg= | 529 | closed | 0 | Issue #526 F8 values are incorrectly coerced to F4 when writing NETCD… | petercable 6645714 | …F3-compatible formats | 2015-08-13T05:18:22Z | 2015-08-19T18:29:04Z | 2015-08-19T18:28:59Z | 2015-08-19T18:28:59Z | d991778890c0151bc32e935f839c275547dd6742 | 0.6 1213895 | 0 | 2934036b344a82bdb0d93759a42a5b08eaca8e8a | b2fb18eafe73621a623039ff33eaf6f8cdba7a25 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/529 | |||
48210985 | MDExOlB1bGxSZXF1ZXN0NDgyMTA5ODU= | 632 | closed | 0 | Fix a couple of minor typos | petercable 6645714 | 2015-10-20T14:48:54Z | 2015-10-21T07:08:00Z | 2015-10-20T16:58:10Z | 2015-10-20T16:58:10Z | 462a89f07df1b5e45e609c9a714e68626e3f22ca | 0.6.1 1307323 | 0 | ffb987463f471a6e5f51c6739960048102711666 | 6ea7eb2b388075cc838c5ddf0ddaa47020cfcb89 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/632 | ||||
48235213 | MDExOlB1bGxSZXF1ZXN0NDgyMzUyMTM= | 633 | closed | 0 | Remove all mutable arguments from functions | petercable 6645714 | http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments Not sure if you want this or not. I didn't see any cases where this was being used intentionally to store state between calls. | 2015-10-20T17:55:36Z | 2015-10-21T07:08:00Z | 2015-10-20T21:35:02Z | 2015-10-20T21:35:02Z | 9aa802d276c0e27167b938a8261d389040bf1e1e | 0.6.1 1307323 | 0 | f42079c95c2ce4388e02fb143b7eb2d47a13f381 | 5d9545eb8f5b4120379f4669d90394a9e42e9bd5 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/633 |
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]);