home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 2599958

✎ 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
297348882 MDExOlB1bGxSZXF1ZXN0Mjk3MzQ4ODgy 3116 closed 0 Added ROMS ocean model example notebook hetland 2599958 <!-- 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 This is an example of reading and visualizing ROMS model output. A highlight is adding a lazily calculated vertical coordinate. This notebook will need an example ROMS output file to run, called ROMS_example.nc. This will be uploaded to the data repository. 2019-07-13T21:29:01Z 2019-08-23T16:18:04Z 2019-08-16T14:16:26Z 2019-08-16T14:16:26Z 79aa8042efaacf417da38e71a854c007421f19f2     0 37cbae75e5f60734fc90269f8d2f5a962e4f9170 92cd3c4ef9fc61c62fe8c8d257dd223c73a80ac2 NONE   xarray 13221727 https://github.com/pydata/xarray/pull/3116  
297755373 MDExOlB1bGxSZXF1ZXN0Mjk3NzU1Mzcz 3134 closed 0 Revised ROMS example notebook hetland 2599958 I revised the ROMS example notebook to use xr.tutorial.open_dataset, and made some additions to the documentation in the notebook for clarity. <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-07-15T19:27:15Z 2019-07-16T15:58:15Z 2019-07-16T15:58:15Z         0 d3761377aecda453533a5c3c563d45f1cbec6963 3c05a203e4de5c1345cd10fdc336a9f729b1a633 NONE   xarray 13221727 https://github.com/pydata/xarray/pull/3134  

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