pull_requests
1 row where user = 25015426
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
137610390 | MDExOlB1bGxSZXF1ZXN0MTM3NjEwMzkw | 1526 | closed | 0 | Fixed issue #1520, by adding a if-else that checks for None | leeviannala 25015426 | Made this fix for the issue #1520. I simpy added a test for None in the code and tested it with my ENVI-file that caused the problem that I reported. If I understood the test report correctly, the tests also passed. - [x] Closes #1520 - [x] Tests passed - [x] Passes git diff upstream/master | flake8 --diff - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2017-08-25T06:52:14Z | 2017-09-01T17:58:42Z | 2017-09-01T17:58:42Z | 2017-09-01T17:58:42Z | 78ca20a6ea1a42eb637ae2ef09189f481cfda9a2 | 0 | 8c3e6a88bfa8e8d0870364cb354652dddfcc6899 | 174bad061dc5ac37a4b5e849ad2afa957127745f | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1526 |
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]);