home / github / pull_requests

Menu
  • GraphQL API

pull_requests: 181723303

This data as json

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 repo url merged_by auto_merge
181723303 MDExOlB1bGxSZXF1ZXN0MTgxNzIzMzAz 209 closed 0 Don't duplicate simple primary keys in the link column 45057 When there's a simple (single-column) primary key, it looks weird to duplicate it in the link column. This change removes the second PK column and treats the link column as if it were the PK column from a header/sorting perspective. This might make it a bit more difficult to tell what the link for the row is, I'm not sure yet. I feel like the alternative is to change the link column to just have the text "view" or something, instead of repeating the PK. (I doubt it makes much more sense with compound PKs.) Bonus change in this PR: fix urlencoding of links in the displayed HTML. Before: ![image](https://user-images.githubusercontent.com/45057/38783830-e2ababb4-40ff-11e8-97fb-25e286a8c920.png) After: ![image](https://user-images.githubusercontent.com/45057/38783835-ebf6b48e-40ff-11e8-8c47-6a864cf21ccc.png) 2018-04-15T21:56:15Z 2018-04-18T08:40:37Z 2018-04-18T01:13:04Z 2018-04-18T01:13:04Z 136a70d88741e2a5892c3de437064a9d14494d66     0 4acde4e187795214af6fc86f46af48982ec5de46 bf5ec2d61148f9852441934dd206b3b1c07a512f CONTRIBUTOR 107914493 https://github.com/simonw/datasette/pull/209    

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 66.502ms