home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 13667821

✖
✖

✎ 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
297352194 MDExOlB1bGxSZXF1ZXN0Mjk3MzUyMTk0 3119 closed 0 Clarify apply_ufunc error message (Issue #2078) rdrussotto 13667821 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Changed an error message thrown by a dependent function of apply_ufunc to specify that "an input variable" rather than "the input variable" did not have the correct dimensions. This error occurs when apply_ufunc is used on a Dataset with multiple variables, at least one of which does not have correct dimensions matching the other input arguments. Wanted to add variable name to error message to specify which variable is causing the error, but this isn't possible without significantly refactoring the code. 2019-07-13T22:36:46Z 2019-08-23T18:56:37Z 2019-08-23T18:56:14Z 2019-08-23T18:56:14Z 55b33cd95b1967f6518bbd1ecf648a5370ee5a6c     0 c4d11cae869370db6e2634f0e96493800a499b93 76d4a6710a1e22c6af112d0c3f5a81a7b435448d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3119  
365057584 MDExOlB1bGxSZXF1ZXN0MzY1MDU3NTg0 3710 closed 0 Fix Sphinx links on contributing doc page rdrussotto 13667821 <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #3708 The links to the main Sphinx page and the intro to reStructuredText were broken since the pages have been moved from sphinx.pocoo.org to sphinx-doc.org. This PR provides the updated links. 2020-01-21T01:33:44Z 2020-01-26T17:32:45Z 2020-01-26T17:32:45Z 2020-01-26T17:32:45Z 73b46de262b8489307ce88f220f902f254af8c3a     0 92e4a43544c8e330543fd6e1bc527e4c504a53f5 aa0f96383062c48cb17f46ef951075c0494c9c0a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3710  

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 50.868ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows