issue_comments
7 rows where author_association = "OWNER" and issue = 1166731361 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- I forgot to include the changelog in the 3.25.1 release · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1065384183 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065384183 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gHj3 | simonw 9599 | 2022-03-11T18:40:39Z | 2022-03-11T18:40:39Z | OWNER | That fixed it:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065382145 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065382145 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gHEB | simonw 9599 | 2022-03-11T18:39:05Z | 2022-03-11T18:39:05Z | OWNER | https://sqlite-utils.datasette.io/en/3.25.1/changelog.html is currently wrong:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065381047 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065381047 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gGy3 | simonw 9599 | 2022-03-11T18:38:27Z | 2022-03-11T18:38:27Z | OWNER | OK that fixed it here: https://sqlite-utils.datasette.io/en/stable/changelog.html I'm going to trigger a rebuild of
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065380286 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065380286 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gGm- | simonw 9599 | 2022-03-11T18:37:23Z | 2022-03-11T18:37:23Z | OWNER | On ReadTheDocs that triggered a new
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065379528 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065379528 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gGbI | simonw 9599 | 2022-03-11T18:36:17Z | 2022-03-11T18:36:17Z | OWNER | I created a new tag and release: https://github.com/simonw/sqlite-utils/releases/tag/3.25.1 And I cancelled the publish workflow: https://github.com/simonw/sqlite-utils/actions/runs/1970415399 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065378902 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065378902 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gGRW | simonw 9599 | 2022-03-11T18:35:26Z | 2022-03-11T18:35:26Z | OWNER | I deleted both the release and the tag from GitHub using the web interface. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 | |
| 1065377926 | https://github.com/simonw/sqlite-utils/issues/414#issuecomment-1065377926 | https://api.github.com/repos/simonw/sqlite-utils/issues/414 | IC_kwDOCGYnMM4_gGCG | simonw 9599 | 2022-03-11T18:34:05Z | 2022-03-11T18:34:05Z | OWNER | Two options:
I'm going to try and do that first option. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
I forgot to include the changelog in the 3.25.1 release 1166731361 |
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