home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 900941

✎ View and edit SQL

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
141897043 MDExOlB1bGxSZXF1ZXN0MTQxODk3MDQz 1580 closed 0 data_vars option added to open_mfdataset guziy 900941 - [x] Closes #438 - [x] Added tests (they are passing currently) - [x] Passes ``git diff upstream/master | flake8 --diff`` There were some long lines that in my opinion look better when not broken, but I complied with flake8 request to shorten them. - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (Do not think the change is big enough to be added to the files) 2017-09-19T16:29:06Z 2017-10-10T22:33:50Z 2017-10-10T20:51:19Z 2017-10-10T20:51:19Z 27132fba1e465955e76ed155ba6cbb769c0904df     0 e463e371d695a0de31bcbe02b8b38fa751ce427b 3fb5cbbeabef9d1df538ffa11cb01e6c09ea17a4 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1580  
143304480 MDExOlB1bGxSZXF1ZXN0MTQzMzA0NDgw 1595 closed 0 remove the fontsize check in xarray.tests.test_plot.test_no_args, bec… guziy 900941 …ause it can be greater than 12 for high-resolution screens - [x] Closes #1584 - [ ] Tests passed Not sure why continuous integration checks are failing. Do not hink this is because of the change, since the master branch is also failing the continuous integration checks. - [x] Passes ``git diff upstream/master | flake8 --diff`` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Change is too small for `whats-new.rst` or `api.rst`. 2017-09-27T05:57:45Z 2017-09-27T23:13:40Z 2017-09-27T23:13:37Z 2017-09-27T23:13:36Z 24643ecee2eab04d0f84c41715d753e829f448e6     0 de21009dba21c7f313faddd6fafe8228914fcf8a 25d1855e737444c156f50d1f37a67d9674a8bac5 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1595  
145837149 MDExOlB1bGxSZXF1ZXN0MTQ1ODM3MTQ5 1623 closed 0 Data vars in open mfdataset guziy 900941 - [x] Improves #1580 - [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-10-11T01:24:04Z 2017-10-11T20:18:17Z 2017-10-11T20:18:11Z 2017-10-11T20:18:11Z 2949558b75a65404a500a237ec54834fd6946d07     0 394597ad20f1792c7279e27aa39e7c6844da1f33 27132fba1e465955e76ed155ba6cbb769c0904df CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1623  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 23.172ms · About: xarray-datasette