home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 51911758

✎ 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
1271909511 PR_kwDOAMm_X85Lz8yH 7607 closed 0 Add align definition to terminology list remigathoni 51911758 This PR adds a definition of **align** on the terminology page as suggested in #7447. 2023-03-11T01:42:16Z 2023-09-05T11:04:38Z 2023-09-05T11:04:38Z   59f0c87416904bd65204ccff3c968ee319ce66fc     0 a713ac2bcd056816a0cd6fa4e07eb150816521a1 49ae0f8dd39e8fc59ed3476f50b9938bbb40d0c4 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7607  
1275460954 PR_kwDOAMm_X85MBf1a 7625 closed 0 Use more descriptive link texts remigathoni 51911758 Hey @TomNicholas! This closes issue #7617, please review. Thanks! 2023-03-14T17:10:37Z 2023-03-17T11:41:19Z 2023-03-16T19:00:46Z 2023-03-16T19:00:46Z d07362244026597ea9983699c912b7d6309b6d6a     0 84de8b146f6ea5629580ec85d70fbb5ad3786213 e7b49305dca99bddb8de37589caa61f6b42592e7 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7625  
1289028294 PR_kwDOAMm_X85M1QLG 7669 closed 0 Docstrings examples for string methods remigathoni 51911758 Adds docstring examples to some string methods (#6793 ). Please let me know if there are any changes I need to make. Thank you! 2023-03-24T13:08:39Z 2023-04-19T02:26:30Z 2023-04-19T02:26:21Z 2023-04-19T02:26:21Z c75ac8b7ab33be95f74d9e6f10b8173c68828751     0 97f34e709b9dadbf0e000ad7b25733a1a486145c ae10df45554a0641d18c478483986bc6d36865e7 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7669  
1289826881 PR_kwDOAMm_X85M4TJB 7674 closed 0 Adjust sidebar font colors remigathoni 51911758 Closes #7661 Removes the specified font colors for the sidebar in `/_static/style.css` to let the theme handle the dark mode styles. The updated dark mode: ![darkmode](https://user-images.githubusercontent.com/51911758/227668285-5110ecf9-52c2-468c-8a9c-9744f17f97eb.png) The light mode: ![lightmode](https://user-images.githubusercontent.com/51911758/227668353-b814560d-5a51-4556-9d01-711306378073.png) I couldn't find the dark mode logo in the ` _static` folder so I only adjusted the font colors. If there is a copy, please let me know! 2023-03-25T00:44:11Z 2023-03-28T11:29:43Z 2023-03-27T18:14:25Z 2023-03-27T18:14:24Z 52d20a33b4367dea68eaa9608512a3dfe1a5b53b     0 5d4f6e4f9dd37c923a7fa35945f4cc3c16de5b27 635b9d0f2db4cc3ff005983c4af46ef6801258e2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7674  

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