pull_requests
1 row where user = 30324885
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1348815763 | PR_kwDOAMm_X85QZUuT | 7840 | closed | 0 | Fix words to make terminology consistent in docs | ayjayt 30324885 | We have an example here of adding an attribute to a dimension, not a coordinate, and since these terms may be new to some people, we should not call it what its not. If it is possible to add attributes to a coordinate, the example should reflect that. | 2023-05-12T14:53:23Z | 2023-09-13T18:51:56Z | 2023-09-13T18:51:55Z | b87e6360d42ae8476f5260da8c4bf5c176c9e314 | 0 | 394cea3b879388152e70b753bd7247f82e40aa87 | 964d350a80fe21d4babf939c108986d5fd90a2cf | NONE | xarray 13221727 | https://github.com/pydata/xarray/pull/7840 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);