home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

7 rows where user = 731499

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: body, 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
92547988 MDExOlB1bGxSZXF1ZXN0OTI1NDc5ODg= 1088 closed 0 missing return value in sample function calls (I think) vnoel 731499 sorry if I messed up, I'm not a github master 2016-11-07T09:25:40Z 2016-11-16T02:14:33Z 2016-11-16T02:14:28Z 2016-11-16T02:14:28Z 6c905831ef2befd305b95ad15b70feaafd3143cf     0 4a72d847da441839c2c8dc0b957eecdef0e5d0c1 3f490a398406ad1b966ea0d01e2a05f751ca31c5 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1088  
92548152 MDExOlB1bGxSZXF1ZXN0OTI1NDgxNTI= 1089 closed 0 fix typo vnoel 731499   2016-11-07T09:26:56Z 2016-11-07T13:59:10Z 2016-11-07T13:59:10Z 2016-11-07T13:59:10Z 3adcd43bf6ce41d48cbb2ef991e64fe102b9bff7     0 535477262b5c3a5337a26fe91388ffe0ee9b58fe 3f490a398406ad1b966ea0d01e2a05f751ca31c5 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1089  
92776462 MDExOlB1bGxSZXF1ZXN0OTI3NzY0NjI= 1096 closed 0 fix typo in doc vnoel 731499   2016-11-08T13:22:31Z 2016-11-08T15:55:32Z 2016-11-08T15:55:28Z 2016-11-08T15:55:28Z 2a17af77955a11e93fafccdc8bc619adfc9e402a     0 654359061b7cb96bc0f102fa33305433ce55e13f 3adcd43bf6ce41d48cbb2ef991e64fe102b9bff7 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1096  
100864764 MDExOlB1bGxSZXF1ZXN0MTAwODY0NzY0 1196 closed 0 small typo vnoel 731499   2017-01-10T12:32:51Z 2017-01-10T18:10:21Z 2017-01-10T18:10:19Z 2017-01-10T18:10:19Z d6bd29a144eda724f7c3c3a30f09ec1ee23acf0e     0 6f191cb8b1f1dcbc9d8d92e018fc720c32eafc6f 1b92db4317a8576b6c27d64d2be10b5ddfd0f69f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1196  
101266139 MDExOlB1bGxSZXF1ZXN0MTAxMjY2MTM5 1203 closed 0 add info in doc on how to facet with cartopy vnoel 731499 This change explains - how to pass projection arguments to faceted subplots - how to access the Axes of the created subplots (not relevant only to cartopy), relevant to issue #1202 2017-01-12T14:13:32Z 2019-03-28T12:48:09Z 2017-01-13T16:29:14Z 2017-01-13T16:29:14Z 9a7e50279507dfa3023632b1a39116492a563698     0 063de84d54f0c6a1ff9dfc299c6ffec8ee3c46b0 4d36fe2e8a1f5504d776c2d69895bc4d5a9cd31a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1203  
101420792 MDExOlB1bGxSZXF1ZXN0MTAxNDIwNzky 1205 closed 0 transfer projection to implied subplots when faceting vnoel 731499 this catches `transform` kw passed to `plot()` when faceting, and pass the associated projection to the subplots. This does what was suggested in issue #1201. (sorry for the irrelevant change to reshaping.rst, it seems I've stuck myself in a git hole and can't get out) 2017-01-13T10:16:30Z 2019-07-13T20:54:14Z 2019-07-13T20:54:14Z   03af58a52d7f3ce35110ce9d0c00eb0811fe6008     0 d3cd70fe42792e529c4236cab0eaff41aacf928d 4d36fe2e8a1f5504d776c2d69895bc4d5a9cd31a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1205  
108759320 MDExOlB1bGxSZXF1ZXN0MTA4NzU5MzIw 1291 closed 0 Guess the complementary dimension when only one is passed to pcolormesh vnoel 731499 - [x] closes #1290 2017-03-02T13:31:16Z 2017-03-07T15:46:58Z 2017-03-07T14:56:13Z 2017-03-07T14:56:13Z afbdbc7a19a3e31ff02e2007ade891c80ed8f841     0 5911be9c62c05d5c8ab3825b501081a0a3b94582 5e50c0dc4d0e8238437963cd79d31daaddd41cd8 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1291  

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