home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 41342785

✎ 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
310166063 MDExOlB1bGxSZXF1ZXN0MzEwMTY2MDYz 3247 closed 0 Update filter_by_attrs to use 'variables' instead of 'data_vars' cspencerjones 41342785 This will allow `filter_by_attrs` to filter coordinates as well as variables. @ocefpaf 2019-08-22T22:23:31Z 2019-08-23T23:27:03Z 2019-08-23T23:26:00Z 2019-08-23T23:26:00Z 011f7ccbdb69d82d8e513589b9d03be613f09979     0 47ea395fa2c86d2ac8e9d66044cead1574085bae 76d4a6710a1e22c6af112d0c3f5a81a7b435448d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3247  
310462925 MDExOlB1bGxSZXF1ZXN0MzEwNDYyOTI1 3253 closed 0 Updater to testing environment name cspencerjones 41342785 The testing environment name has been updated to `xarray-tests` in the package and we should do this in the documentation as well. 2019-08-23T16:55:49Z 2019-08-23T17:00:40Z 2019-08-23T17:00:40Z 2019-08-23T17:00:40Z 0e3089c12ddc32eeed26f5c1bfebb36447146659     0 96f79167636bd095c821c94cf8d37144f94e98b0 38ee23f96035df95ee3baf06645ef5a21616f47f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3253  
310576376 MDExOlB1bGxSZXF1ZXN0MzEwNTc2Mzc2 3259 closed 0 New feature of filter_by_attrs added to whats-new.rst cspencerjones 41342785 I missed this in my previous pull request. @dcherian <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `black . && mypy . && flake8` - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-08-24T02:28:05Z 2019-08-24T03:20:59Z 2019-08-24T03:20:59Z 2019-08-24T03:20:59Z 3faee2bfe06518dd301bd14eccd58166b4296bbc     0 38591f878b7eca5a680230e8f3e699ab4263458a 011f7ccbdb69d82d8e513589b9d03be613f09979 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3259  
606395492 MDExOlB1bGxSZXF1ZXN0NjA2Mzk1NDky 5100 closed 0 Tweaked Dataset.plot docs to better describe quiver cspencerjones 41342785 closes #5002 Based on issue #5002, I did a few tweaks to make it clearer which parts of the generated documentation apply to `quiver`, and which apply to `scatter`. I also removed references to `contourf` because that is now documented in a separate location. 2021-03-31T21:33:48Z 2021-05-01T17:40:06Z 2021-04-01T16:44:23Z 2021-04-01T16:44:23Z c1272b5d7135cf73260bbce9a3f26aaadf07431f     0 73414f9f095e4e7f5505c543abad33c21b576111 ddc352faa6de91f266a1749773d08ae8d6f09683 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5100  

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