home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 634844634

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
634844634 MDU6SXNzdWU2MzQ4NDQ2MzQ= 817 Drop resource_type from permission_allowed system 9599 closed 0     1 2020-06-08T18:41:37Z 2020-06-08T19:00:12Z 2020-06-08T19:00:12Z OWNER  

Current signature:

permission_allowed(datasette, actor, action, resource_type, resource_identifier)

It turns out the resource_type is always the same thing for any given action, so it's not actually useful. I'm going to drop it.

New signature will be:

permission_allowed(datasette, actor, action, resource)

Refs #811.

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/817/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 3 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.98ms · About: github-to-sqlite