home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 92522516

✖
✖

✎ 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
1275308631 PR_kwDOAMm_X85MA6pX 7623 closed 0 Added an introduction to the reshaping documentation nishtha981 92522516 - Closes #7091 2023-03-14T15:55:15Z 2023-03-31T15:39:07Z 2023-03-31T15:23:30Z 2023-03-31T15:23:30Z 1c81162755457b3f4dc1f551f0321c75ec9daf6c     0 cd6d5defeca7fc0ba579c641f4a8a2289e4239a1 850156cf80fe8791d45bcaff2da579cffc0cfc35 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7623  
1295029641 PR_kwDOAMm_X85NMJWJ 7696 closed 0 Adds a welcome bot nishtha981 92522516 <!-- Feel free to remove check-list items aren't relevant to your change --> - Closes #7685 When a Github user creates their first ever issue or pull request on the xarray repository, the bot would reply to them welcoming them with a friendly message, thanking them for their interest, and point them towards useful links like contributing guidelines. 2023-03-29T17:35:07Z 2023-04-01T05:06:53Z 2023-04-01T05:06:52Z   c8132ff2e98abb454617789ee69f5d5d9a480dd9     0 79bdbdce174171d9f58d55d5f97cdede792a871d 44488288fd8309e3468ee45a5f7408d75a21f493 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7696  
1298578198 PR_kwDOAMm_X85NZrsW 7706 closed 0 Add: Adds a config.yml file for welcome-bot nishtha981 92522516 <!-- Feel free to remove check-list items aren't relevant to your change --> Closes #7685 When a Github user creates their first ever issue or pull request on the xarray repository, the bot would reply to them welcoming them with a friendly message, thanking them for their interest, and point them towards useful links like contributing guidelines. 2023-04-01T05:33:30Z 2023-04-06T01:56:08Z 2023-04-06T01:55:54Z 2023-04-06T01:55:54Z a0141cd91ff5837c0b30b5cb73c906eac4b748f3     0 5594ac95666974fdb76cfe5d328317c7640f8d3d 84607c3b1d61e3bc2d4b07b4f12f41a40b027f6f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7706  

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