pull_requests
2 rows where user = 499079
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40620622 | MDExOlB1bGxSZXF1ZXN0NDA2MjA2MjI= | 488 | closed | 0 | Update broken link in FAQ | kjordahl 499079 | The [CF conventions link](http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html) in the FAQ is broken. This updates it to the standard location at http://cfconventions.org, which should be kept up to date. | 2015-07-22T22:49:17Z | 2015-07-22T23:12:15Z | 2015-07-22T23:12:12Z | 2015-07-22T23:12:12Z | ea4c0d03b3da25210ad70cca0c2de8f669fa71f4 | 0 | c2af4f6b329eb8f6cf9c9152c0429807f05a53ed | 669ae84bc3d1997920b96f603e4372fbe089f335 | NONE | xarray 13221727 | https://github.com/pydata/xarray/pull/488 | ||||
41531077 | MDExOlB1bGxSZXF1ZXN0NDE1MzEwNzc= | 514 | closed | 0 | Update cartopy example | kjordahl 499079 | Update cartopy example to use orthographic projection rather than (incorrect) Plate Carrée. Also correctly orients the data array. I took a notch out of the top right corner of the array so that it can (barely) be seen to have the right orientation. New, improved example image:  Fixes #513. | 2015-08-04T03:19:43Z | 2015-08-04T17:15:51Z | 2015-08-04T17:15:51Z | 2015-08-04T17:15:51Z | 330fa91974c6262397908035bd80de74c7583e9a | 0 | 3397e2a86374c4a6d7c62c4cb10bff5d1ffaca40 | 43489589958b2a7604e738c99f0b601b9601bef6 | NONE | xarray 13221727 | https://github.com/pydata/xarray/pull/514 |
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]);