home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 6153603

✎ 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
112493348 MDExOlB1bGxSZXF1ZXN0MTEyNDkzMzQ4 1328 closed 0 Add how=count option to resample czr137 6153603 - [x] closes #1327 - [ ] tests added / passed - [ ] passes ``git diff upstream/master | flake8 --diff`` - [ ] whatsnew entry 2017-03-24T16:23:32Z 2017-09-01T15:57:36Z 2017-09-01T15:57:35Z   0123419a999c0d2859f39d841f83c16a2f84829f     0 5519433978969c0a9c2716b7bb536ff08139948f 371d034372bc7522098a142a0debf93916c49102 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1328  
165886392 MDExOlB1bGxSZXF1ZXN0MTY1ODg2Mzky 1869 closed 0 Add '_FillValue' to set of valid_encodings for netCDF4 backend czr137 6153603 - [x] Closes #1865 (remove if there is no corresponding issue, which should only be the case for minor changes) - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - Relevant tests passed on my cloned version of the code. I had some skipped tests as I did not install rasterio, Nio, or Zarr. Four unrelated tests failed (2 in netcdf3 and 2 in h5netcdf) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2018-01-30T04:57:24Z 2018-02-13T18:34:44Z 2018-02-13T18:34:37Z 2018-02-13T18:34:36Z 33660b76057b7dc5b9c7dac77e286bb755b1d68e     0 8af786650946448670dbe2f8f499039d06071c4a 1d3239982db9778e89a48fe55b01d0a525673a7a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1869  

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 21.089ms · About: xarray-datasette