home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

6 rows where user = 868027

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, 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
204506186 MDExOlB1bGxSZXF1ZXN0MjA0NTA2MTg2 2322 closed 0 BUG: modify behavior of Dataset.filter_by_attrs to match netCDF4.Data… DocOtak 868027 Here is my fix for #2315 which matches the behavior of Dataset.filter_by_attrs to be that of its netCDF4 inspiration. I followed the pattern seen in the netCDF4 library which set a boolean flag while looping over attributes and short circuits the loop if any test returns false. Only if all the ``key=value/callable`` tests pass is the variable added to the output. - [x] Closes #2315 - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [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-07-27T18:25:42Z 2018-08-28T01:48:00Z 2018-08-28T01:21:20Z 2018-08-28T01:21:20Z 78c57bb5234b1446182755523fcaa58494eab640     0 23329117877f2a036f77ada7f29a82619ebc90c3 56381ef444c5e699443e8b4e08611060ad5c9507 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2322  
211277933 MDExOlB1bGxSZXF1ZXN0MjExMjc3OTMz 2386 closed 0 fix typo in uri in the docs DocOtak 868027 Seems I left off a trailing `>` in the `whats-new.rst`. Here is a minor fix for that. 2018-08-28T01:46:56Z 2018-08-28T01:49:02Z 2018-08-28T01:48:59Z 2018-08-28T01:48:59Z b2ff906b2893e06f1e47bbe97974b9fd569c9518     0 b540c476b3726422fa481ea8ef9b68fcd1e91beb 78c57bb5234b1446182755523fcaa58494eab640 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2386  
303898418 MDExOlB1bGxSZXF1ZXN0MzAzODk4NDE4 3179 closed 0 remove type annotations from autodoc method signatures DocOtak 868027 This PR removes all the type hints from method signatures generated by sphinx.ext.autodoc. See http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_typehints The sphinx documentation doesn't say which version this was added in, but I imagine it is quite recent. - [ ] Closes #3178 2019-08-02T19:07:44Z 2019-08-02T20:17:59Z 2019-08-02T20:17:58Z 2019-08-02T20:17:58Z 26d05175c08ce1f71b5f6fc0a0c5f8578b931f36     0 795e2b5ea86e9a0f2757b85876da4896e476d3ef dba85bdfc1ac311349bbfcabccb02a71747a97b2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3179  
303903685 MDExOlB1bGxSZXF1ZXN0MzAzOTAzNjg1 3180 closed 0 enable sphinx.ext.napoleon DocOtak 868027 Enables the napoleon extension in sphinx. This will interpret the numpydoc style parameters and types and convert them to sphinx `:param type name:` Note that `sphinx.ext.napoleon` must come before the `numpydoc` extension. Eventually the numpydoc dependency might be able to be removed but currently removing it makes the wrapped `ufunc` documentation omit the "parameters" and "returns", see the attached screenshot for what one of these ufuncs looks like with `numpydoc` removed. - [ ] Closes #3056 <img width="700" alt="napoleon_no_numpydoc" src="https://user-images.githubusercontent.com/868027/62393929-8ebf6680-b520-11e9-85cf-485868536d3f.png"> 2019-08-02T19:26:46Z 2019-08-02T21:17:43Z 2019-08-02T21:17:43Z 2019-08-02T21:17:43Z 01a9baa01b1378cbf3f324ea3c27150a3860d3d1     0 8f3099008d19e3d2d22c6baac33aace15236364c dba85bdfc1ac311349bbfcabccb02a71747a97b2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3180  
304481967 MDExOlB1bGxSZXF1ZXN0MzA0NDgxOTY3 3186 closed 0 bump rasterio to 1.0.24 in doc building environment DocOtak 868027 This is hopefully a fix for #3182 but I wasn't sure how to really test this on read the docs (RTD) itself. There may be a few things going on: * Local testing showed removing the "auto_gallery" dir would cause the failing gallery examples to actually be recognized as failing (i.e. bust the cache) * https://github.com/conda-forge/rasterio-feedstock/issues/118 and some examining of the `conda list` output on RTD for led me to think this was a deeper problem. Local testing with a bumped version of rasterio resulted in conda-forge being the channel source (rather than pip?), it also fixed the failing builds which relied on rasterio. 2019-08-05T22:24:59Z 2019-08-06T01:20:16Z 2019-08-06T01:20:15Z 2019-08-06T01:20:15Z c34685a34dcd74b18f29ba24fd469ff310016400     0 9534518df87900990a53f2cd7667cec41a37d03b bbd25c65a874dfd505ab9df43f6109f6343e5f4d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3186  
304754976 MDExOlB1bGxSZXF1ZXN0MzA0NzU0OTc2 3187 closed 0 reduce the size of example dataset in dask docs DocOtak 868027 Another attempt at getting the docs to build again on RTD (#3182). The current failure is due to high memory usage in the dask examples. I've converted the two most memory expensive code blocks into `:verbatim:` blocks so they don't use any additional memory. The contents of these blocks were taken from the last time the docs successfully built on RTD 2019-08-06T14:50:27Z 2019-08-06T20:41:39Z 2019-08-06T20:41:38Z 2019-08-06T20:41:38Z 1ab7569561db50eaccbae977b0ef69993e0c0d0c     0 fd8ff2c81ff1a31fad0fa86349ea8e5cacce4160 c34685a34dcd74b18f29ba24fd469ff310016400 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3187  

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