home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 72196131

✖
✖

✎ 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
572873071 MDExOlB1bGxSZXF1ZXN0NTcyODczMDcx 4903 closed 0 Update area_weighted_temperature.ipynb RichardScottOZ 72196131 grid cell consistency <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` 2021-02-13T03:13:18Z 2021-02-14T04:30:04Z 2021-02-13T13:49:44Z 2021-02-13T13:49:44Z 6191dde8bdc5e709276b33e59b0cbd6184f6d465     0 87216df6d430478b567524ff59f05773fad409a3 971bad7c21551f297d3e1e24e3779488ea1b9565 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4903  
573062033 MDExOlB1bGxSZXF1ZXN0NTczMDYyMDMz 4908 closed 0 Fix typos in example notebooks RichardScottOZ 72196131 Along <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` 2021-02-14T09:13:55Z 2021-02-15T05:39:01Z 2021-02-15T05:39:01Z 2021-02-15T05:39:01Z 735a3590ea4df70e1e5be729162df2f8774b3879     0 f00b58a18b0531370c9c901aa9b75d6c38995735 f3f0a14b2e5e3de3d5f1e7515ee8f9b751ca8fd2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4908  

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