pull_requests
1 row where user = 12703555
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 170363078 | MDExOlB1bGxSZXF1ZXN0MTcwMzYzMDc4 | 1930 | closed | 0 | DOC: Plot discrete colormap with proportional colorbar | paulvija 12703555 | Using 'cbar_kwargs' it is possible to extend the capabilities of colorbar ticks. - [x] Closes #1015 (remove if there is no corresponding issue, which should only be the case for minor changes) | 2018-02-21T02:36:53Z | 2018-03-01T00:05:58Z | 2018-02-27T21:19:58Z | 2018-02-27T21:19:58Z | ecf50d2131e30bc8fe33fbaf4af833f6c37ce0d9 | 0 | dd834f86cc69990eeecad9046063164a959fc052 | 97f5778261e48391ba6772ca518cd2a51ff0ec83 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1930 |
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]);