home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 1191149

✎ 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
168715942 MDExOlB1bGxSZXF1ZXN0MTY4NzE1OTQy 1905 closed 0 Added PNC backend to xarray barronh 1191149 PNC is used for GEOS-Chem, CAMx, CMAQ and other atmospheric data formats including NOAA arl packed bit and HYSPLIT related files. The goal is to provide access to many file types that have their own file formats and meta-data conventions. It can provide a CF compliant netCDF-like interface. - [x] Tests were run using example datasets, but datasets were not added to repository as they are large and diverse. Only files that provide CF compliant structures will successfully open. Confirmed by @bbakernoaa - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2018-02-12T23:26:36Z 2018-06-01T11:40:58Z 2018-06-01T04:21:44Z 2018-06-01T04:21:44Z cf19528d6d2baf988ad34e024cae28361c9fd693     0 10c9bfa9af581e33fde977051d21d78868885ef3 4106b949091d06f96ac3c1d07e95917f235bfb5f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1905  
336575761 MDExOlB1bGxSZXF1ZXN0MzM2NTc1NzYx 3485 closed 0 uamiv test using only raw uamiv variables barronh 1191149 Previous test relied on CF generated metadata, but this test is more robust. <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Addresses #3409 #3420 #3434 - [x] Tests fixed Development machine is missing python3.6 environment, using azure to check. This should help me get this fix in faster. 2019-11-05T03:07:14Z 2019-11-05T15:42:36Z 2019-11-05T15:42:35Z 2019-11-05T15:42:35Z 4dce93f134e8296ea730104b46ce3372b90304ac     0 ea49dee0f4f8e4e4577c99cb8b96d2992274e3ff b649846b9ceef0db8631e7148f5ee9415bdd4621 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3485  

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