home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 24235303

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), closed_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
583421847 MDExOlB1bGxSZXF1ZXN0NTgzNDIxODQ3 4988 closed 0 feat: Add a read-only TileDB backend jp-dark 24235303 * Add TileDB backend using plugin architecture * Add backend tests (82% coverage for `xarray/backends/tiledb_.py`) * Add dask/distributed integration tests for both integer and datetime TileDB dimensions. - [x] Closes #4987 - [x] Tests added - [x] 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-03-02T23:47:32Z 2021-03-09T15:09:13Z 2021-03-09T15:09:13Z   d4a2b1469923cc44209e61e4531f799463d13ed3     0 feb02afe25629d9119c84b7a7a2aa1fcab838d6b 48378c4b11c5c2672ff91396d4284743165b4fbe CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4988  
585047660 MDExOlB1bGxSZXF1ZXN0NTg1MDQ3NjYw 4998 closed 0 (WIP) Proof-of-concept backend redesign jp-dark 24235303 This branch is intended to demonstrate how the backend API could be modified to support a generic lazy loading DataStore. It should **not** be merged into master. - [ ] 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-03-04T19:11:10Z 2021-09-10T18:03:31Z 2021-09-10T18:03:31Z   4841e4081e423240a167917183ae4303307ce207     1 90a26175f2e39d06ec6dc06c35ca117e5bdea547 66acafa7f1f1477cfd6c5b7c3458859763433092 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4998  

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