home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 12465248

✎ 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
270682145 MDExOlB1bGxSZXF1ZXN0MjcwNjgyMTQ1 2896 closed 0 Handle the character array dim name jmccreight 12465248 See #2895 2019-04-15T21:41:36Z 2019-04-19T22:48:54Z 2019-04-19T17:52:58Z 2019-04-19T17:52:58Z 6d93a95d05bdbfc33fff24064f67d29dd891ab58     0 eb4b055bd4aa831d53ea136fced148404392eed1 fad6d624f0716657f903f5955f16422d97275407 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2896  
275874470 MDExOlB1bGxSZXF1ZXN0Mjc1ODc0NDcw 2941 closed 0 Contiguous store with unlim dim bug fix jmccreight 12465248 <!-- Feel free to remove check-list items aren't relevant to your change --> - [X] Closes #1849 - [X] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API Not sure this needs documentation else where... 2019-05-03T23:13:38Z 2019-06-04T20:41:51Z 2019-06-04T20:41:50Z 2019-06-04T20:41:50Z 5343ccc4bef77020a8181c9da0fdee6bcae35b5f     0 9f2fcda6693bea0adbf2f94ab57605a88da060d0 66581084a89f75476b581ef74e5226eae2d62a84 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2941  
1306135341 PR_kwDOAMm_X85N2gst 7739 closed 0 `ds.to_dict` with data as arrays, not lists jmccreight 12465248 - [x] Closes #1599 - [X] Tests added - Added @pytest.mark.parametrize("numpy_data", [True, False]) to existing and edited existing - [X] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [X] New functions/methods are listed in `api.rst` - Extended documentation for ds.to_dict and da.to_dict 2023-04-07T18:36:39Z 2023-04-28T14:23:02Z 2023-04-28T14:23:02Z 2023-04-28T14:23:02Z 087ebbb78668bdf5d2d41c3b2553e3f29ce75be1     0 49cf07991ca7b0cc38bb92c44a43576256f3ea41 a54d5b3fe2dac8a77a4952a33d443e09e77587bf CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7739  

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