issue_comments
11 rows where issue = 1823352380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- New JSON design for query views · 11 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
1668789134 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668789134 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jd7OO | simonw 9599 | 2023-08-08T01:46:12Z | 2023-08-08T01:46:12Z | OWNER | I'm going to squash merge this even though it's a bit big, because I want a clean passing commit in the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668786770 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668786770 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jd6pS | simonw 9599 | 2023-08-08T01:42:55Z | 2023-08-08T01:42:55Z | OWNER |
It looks like that behaviour is only relevant to table views, and it's already implemented - https://latest.datasette.io/fixtures/roadside_attraction_characteristics links to https://latest.datasette.io/fixtures/roadside_attraction_characteristics.csv?_labels=on&_size=max |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668715803 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668715803 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdpUb | simonw 9599 | 2023-08-07T23:50:26Z | 2023-08-08T01:41:53Z | OWNER | This bit needs some more work: https://github.com/simonw/datasette/blob/a791115e31e64e9bbd1d36f4d46887b3e42e752a/datasette/views/database.py#L514-L518 The original logic for that is from here, I need to figure out how to replicate it: UPDATE: Fixed the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668781558 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668781558 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jd5X2 | simonw 9599 | 2023-08-08T01:34:42Z | 2023-08-08T01:34:42Z | OWNER | 3 failures left:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668720671 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668720671 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdqgf | simonw 9599 | 2023-08-07T23:58:21Z | 2023-08-07T23:58:21Z | OWNER | 11 tests left:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668691898 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668691898 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdje6 | simonw 9599 | 2023-08-07T23:15:14Z | 2023-08-07T23:16:28Z | OWNER | New error design:
https://latest.datasette.io/fixtures/facetable.json
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668687891 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668687891 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdigT | simonw 9599 | 2023-08-07T23:11:04Z | 2023-08-07T23:14:34Z | OWNER | One of the failing tests is because this URL on my local environment returns this: http://127.0.0.1:8001/_memory.json?sql=select+blah
https://latest.datasette.io/_memory.json?sql=select+blah returns a 400 status code with the following JSON:
I should consider what errors look like for alternative formats too. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668688947 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668688947 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdiwz | simonw 9599 | 2023-08-07T23:12:37Z | 2023-08-07T23:12:37Z | OWNER | https://latest.datasette.io/_memory.csv?sql=select+blah is a blank page right now:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668578107 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668578107 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdHs7 | simonw 9599 | 2023-08-07T21:06:50Z | 2023-08-07T21:06:50Z | OWNER | 15:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1668568445 | https://github.com/simonw/datasette/pull/2118#issuecomment-1668568445 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5jdFV9 | simonw 9599 | 2023-08-07T20:57:46Z | 2023-08-07T20:57:46Z | OWNER | 17 failing tests now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 | |
1652681136 | https://github.com/simonw/datasette/pull/2118#issuecomment-1652681136 | https://api.github.com/repos/simonw/datasette/issues/2118 | IC_kwDOBm6k_c5igemw | simonw 9599 | 2023-07-26T23:30:44Z | 2023-07-26T23:30:44Z | OWNER | The Instead of: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New JSON design for query views 1823352380 |
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