home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

5 rows where user = 2049051

✎ 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
91089864 MDExOlB1bGxSZXF1ZXN0OTEwODk4NjQ= 1063 closed 0 Update installing.rst to clarify and fix formatting brews 2049051 _Very_ minor fix to poor formatting and clarification on new conda-forge blurb on the "Installation" docs page. This came about from 633aa112ae03214b76a913edbf3b1f43d0e9281b which addressed #944. 2016-10-26T21:14:44Z 2016-10-27T04:38:34Z 2016-10-27T04:38:33Z 2016-10-27T04:38:33Z 90c854fd0ad20a35935319eb5b45a827d3269e81     0 b30c07993dd483a3daebf5fa1f3ea4617379ea25 293922eba4f5856e23c56a7f9c63482e1f47decb CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1063  
93258473 MDExOlB1bGxSZXF1ZXN0OTMyNTg0NzM= 1107 closed 0 Very minor spelling correction on dask docs brews 2049051   2016-11-11T00:25:07Z 2016-11-11T00:28:46Z 2016-11-11T00:28:43Z 2016-11-11T00:28:43Z 57facab09b2e78221ff35e2dfcf05e0c447f769e     0 5203c5b7d5a24e36141e7ce3b828511024c2b836 8ded25088cbb92bdd588f3e2dcbb0491d280c623 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1107  
644365162 MDExOlB1bGxSZXF1ZXN0NjQ0MzY1MTYy 5304 closed 0 Remove bad extra Returns in Dataset.drop_dims docstr brews 2049051 This is a minor docstr correction. `Dataset.drop_dims` docstr said it was returning errors in golang-like way that made me double-take. Thanks! 2021-05-14T01:16:49Z 2021-05-14T01:27:25Z 2021-05-14T01:27:25Z 2021-05-14T01:27:25Z af5f4846a4f35e000f2f7a1ed5298e14c7bb3be5     0 62cd289723c33d0f87afc1f99261d1605cc6aa35 3e12ff73c17ffcfe6bfa82f484b57f7543a55368 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5304  
644370218 MDExOlB1bGxSZXF1ZXN0NjQ0MzcwMjE4 5305 closed 0 Fix broken Pydagogue URL brews 2049051 Another minor doc fix. This points Pydagogue link in contributing docs to correct URL. It was a broken link. Thanks! 2021-05-14T01:34:15Z 2021-05-14T06:30:30Z 2021-05-14T06:27:28Z 2021-05-14T06:27:28Z 95b34f3e26633500e105d4c9a0ce963a7c587132     0 93097a14f66d16cf3d666cc7c5b403ef2df8fb21 af5f4846a4f35e000f2f7a1ed5298e14c7bb3be5 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5305  
934119277 PR_kwDOAMm_X843rYdt 6595 closed 0 Minor Dataset.map docstr clarification brews 2049051 The summary line in the docstr for `Dataset.map()` says that it operates on variables in the dataset. This is a very minor update clarifying that it operates on *data* variables, as opposed to all variables (data + coord) in the Dataset. - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2022-05-11T20:28:38Z 2022-05-12T18:06:51Z 2022-05-11T22:06:07Z 2022-05-11T22:06:07Z 6bb2b855498b5c68d7cca8cceb710365d58e6048     0 c360e588904c617960e5d826fbdf3195bbeeabd4 0512da117388a451653484b4f45927ac337b596f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6595  

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