issue_comments
5 rows where author_association = "OWNER" and issue = 732939921 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Default menu links should check a real permission · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 719630745 | https://github.com/simonw/datasette/issues/1068#issuecomment-719630745 | https://api.github.com/repos/simonw/datasette/issues/1068 | MDEyOklzc3VlQ29tbWVudDcxOTYzMDc0NQ== | simonw 9599 | 2020-10-30T15:44:13Z | 2020-10-30T15:44:13Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Default menu links should check a real permission 732939921 | ||
| 719332460 | https://github.com/simonw/datasette/issues/1068#issuecomment-719332460 | https://api.github.com/repos/simonw/datasette/issues/1068 | MDEyOklzc3VlQ29tbWVudDcxOTMzMjQ2MA== | simonw 9599 | 2020-10-30T07:13:10Z | 2020-10-30T07:13:10Z | OWNER | I mainly want this so I can add that debug menu to my Dogsheep. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Default menu links should check a real permission 732939921 | |
| 719331236 | https://github.com/simonw/datasette/issues/1068#issuecomment-719331236 | https://api.github.com/repos/simonw/datasette/issues/1068 | MDEyOklzc3VlQ29tbWVudDcxOTMzMTIzNg== | simonw 9599 | 2020-10-30T07:11:58Z | 2020-10-30T07:11:58Z | OWNER | Document the new permission here: https://docs.datasette.io/en/stable/authentication.html#built-in-permissions |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Default menu links should check a real permission 732939921 | |
| 719329219 | https://github.com/simonw/datasette/issues/1068#issuecomment-719329219 | https://api.github.com/repos/simonw/datasette/issues/1068 | MDEyOklzc3VlQ29tbWVudDcxOTMyOTIxOQ== | simonw 9599 | 2020-10-30T07:09:59Z | 2020-10-30T07:09:59Z | OWNER | Permission idea: |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Default menu links should check a real permission 732939921 | |
| 719328661 | https://github.com/simonw/datasette/issues/1068#issuecomment-719328661 | https://api.github.com/repos/simonw/datasette/issues/1068 | MDEyOklzc3VlQ29tbWVudDcxOTMyODY2MQ== | simonw 9599 | 2020-10-30T07:09:30Z | 2020-10-30T07:09:30Z | OWNER | Then this can make it available to root: https://github.com/simonw/datasette/blob/18a64fbb29271ce607937110bbdb55488c43f4e0/datasette/default_permissions.py |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Default menu links should check a real permission 732939921 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 1