issue_comments
4 rows where issue = 1059219106 and "updated_at" is on date 2021-11-20 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Improve Apache proxy documentation, link to demo · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
974725814 | https://github.com/simonw/datasette/issues/1524#issuecomment-974725814 | https://api.github.com/repos/simonw/datasette/issues/1524 | IC_kwDOBm6k_c46GSK2 | simonw 9599 | 2021-11-20T23:24:01Z | 2021-11-20T23:24:01Z | OWNER | I noticed that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve Apache proxy documentation, link to demo 1059219106 | |
974721652 | https://github.com/simonw/datasette/issues/1524#issuecomment-974721652 | https://api.github.com/repos/simonw/datasette/issues/1524 | IC_kwDOBm6k_c46GRJ0 | simonw 9599 | 2021-11-20T22:41:03Z | 2021-11-20T22:41:03Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve Apache proxy documentation, link to demo 1059219106 | ||
974707878 | https://github.com/simonw/datasette/issues/1524#issuecomment-974707878 | https://api.github.com/repos/simonw/datasette/issues/1524 | IC_kwDOBm6k_c46GNym | simonw 9599 | 2021-11-20T20:34:51Z | 2021-11-20T20:38:29Z | OWNER | I pointed Then I asked Fly to issue a LetsEncrypt certificate for that: ``` % flyctl certs create datasette-apache-proxy-demo.datasette.io About 53 seconds later:% flyctl certs show datasette-apache-proxy-demo.datasette.io The certificate for datasette-apache-proxy-demo.datasette.io has been issued. Hostname = datasette-apache-proxy-demo.datasette.io DNS Provider = constellix Certificate Authority = Let's Encrypt Issued = ecdsa,rsa Added to App = 53 seconds ago Source = fly ``` https://datasette-apache-proxy-demo.datasette.io/ works now - I'll use that in the documentation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve Apache proxy documentation, link to demo 1059219106 | |
974704254 | https://github.com/simonw/datasette/issues/1524#issuecomment-974704254 | https://api.github.com/repos/simonw/datasette/issues/1524 | IC_kwDOBm6k_c46GM5- | simonw 9599 | 2021-11-20T20:03:51Z | 2021-11-20T20:22:52Z | OWNER | I'm also going to extract the Apache config files from https://github.com/simonw/datasette/blob/250db8192cb8aba5eb8cd301ccc2a49525bc3d24/demos/apache-proxy/Dockerfile into a separate file to make it easier to read. (The supervisor config needs to be dynamically constructed to include $DATASETTE_REF so I will leave it where it is.) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improve Apache proxy documentation, link to demo 1059219106 |
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