{"html_url": "https://github.com/simonw/datasette/pull/1842#issuecomment-1288311852", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1842", "id": 1288311852, "node_id": "IC_kwDOBm6k_c5MyhQs", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-10-24T02:11:12Z", "updated_at": "2022-10-24T02:11:12Z", "author_association": "OWNER", "body": "I'm going to construct a `metadata.yml` which makes various databases and tables visible or invisible, then browse them using the root user.\r\n\r\n`block-instance.yml`:\r\n\r\n```yaml\r\nallow:\r\n id: root\r\n```\r\n`block-database.yml`:\r\n```yaml\r\ndatabases:\r\n fixtures:\r\n allow:\r\n id: root\r\n```\r\n`block-table.yml`:\r\n```yaml\r\ndatabases:\r\n fixtures:\r\n tables:\r\n searchable:\r\n allow:\r\n id: root\r\n```\r\n`block-query.yml`:\r\n```yaml\r\ndatabases:\r\n fixtures:\r\n queries:\r\n two:\r\n sql: select 1 + 1\r\n allow:\r\n id: root\r\n```\r\nhttps://gist.github.com/simonw/2d007ebe43de46d44499c77a2a291756 - checkout that Gist to get all four.\r\n\r\nI manually tested all four scenarios with root and non-root users and confirmed that they worked correctly and padlocks were shown in the right places.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1408561039, "label": "check_visibility can now take multiple permissions into account"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/pull/1842#issuecomment-1288304224", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1842", "id": 1288304224, "node_id": "IC_kwDOBm6k_c5MyfZg", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-10-24T02:00:14Z", "updated_at": "2022-10-24T02:00:14Z", "author_association": "OWNER", "body": "I need to do one last round of manual testing before I merge this.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1408561039, "label": "check_visibility can now take multiple permissions into account"}, "performed_via_github_app": null}