issue_comments
6 rows where issue = 733303548 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- load_template() plugin hook · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 719657478 | https://github.com/simonw/datasette/pull/1069#issuecomment-719657478 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY1NzQ3OA== | codecov[bot] 22429695 | 2020-10-30T16:31:21Z | 2020-10-30T17:46:36Z | NONE | Codecov Report
```diff @@ Coverage Diff @@ main #1069 +/-==========================================
+ Coverage 91.30% 91.32% +0.01% | Impacted Files | Coverage Δ | |
|---|---|---|
| datasette/views/base.py | Continue to review full report at Codecov.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 | |
| 719672967 | https://github.com/simonw/datasette/pull/1069#issuecomment-719672967 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY3Mjk2Nw== | simonw 9599 | 2020-10-30T16:58:01Z | 2020-10-30T16:58:01Z | OWNER | OK, new hook specification is:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 | |
| 719670714 | https://github.com/simonw/datasette/pull/1069#issuecomment-719670714 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY3MDcxNA== | simonw 9599 | 2020-10-30T16:53:56Z | 2020-10-30T16:53:56Z | OWNER | I'm having second thoughts about the design of the plugin hook. Consider the following:
So maybe for the first release of this plugin hook I should cut it down to just seeing |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 | |
| 719666912 | https://github.com/simonw/datasette/pull/1069#issuecomment-719666912 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY2NjkxMg== | simonw 9599 | 2020-10-30T16:47:44Z | 2020-10-30T16:47:44Z | OWNER | Bringing over a comment from #1042:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 | |
| 719664530 | https://github.com/simonw/datasette/pull/1069#issuecomment-719664530 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY2NDUzMA== | simonw 9599 | 2020-10-30T16:43:40Z | 2020-10-30T16:43:40Z | OWNER | I should include an example in the documentation that shows loading templates from a database table. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 | |
| 719640430 | https://github.com/simonw/datasette/pull/1069#issuecomment-719640430 | https://api.github.com/repos/simonw/datasette/issues/1069 | MDEyOklzc3VlQ29tbWVudDcxOTY0MDQzMA== | simonw 9599 | 2020-10-30T16:01:13Z | 2020-10-30T16:01:13Z | OWNER | Next steps: build a demonstration plugin against this. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
load_template() plugin hook 733303548 |
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 2