issue_comments
4 rows where "updated_at" is on date 2019-07-04 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date), updated_at (date)
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
508590397 | https://github.com/simonw/datasette/issues/498#issuecomment-508590397 | https://api.github.com/repos/simonw/datasette/issues/498 | MDEyOklzc3VlQ29tbWVudDUwODU5MDM5Nw== | chrismp 7936571 | 2019-07-04T23:34:41Z | 2019-07-04T23:34:41Z | NONE | I'll take your suggestion and do this all in Javascript. Would I need to make a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Full text search of all tables at once? 451513541 | |
508346394 | https://github.com/simonw/datasette/issues/538#issuecomment-508346394 | https://api.github.com/repos/simonw/datasette/issues/538 | MDEyOklzc3VlQ29tbWVudDUwODM0NjM5NA== | simonw 9599 | 2019-07-04T05:43:24Z | 2019-07-04T05:43:24Z | OWNER | Re-opening this because I messed it up: the secret options are still visible in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Mechanism for secrets in plugin configuration 463915863 | |
508343497 | https://github.com/simonw/datasette/pull/539#issuecomment-508343497 | https://api.github.com/repos/simonw/datasette/issues/539 | MDEyOklzc3VlQ29tbWVudDUwODM0MzQ5Nw== | simonw 9599 | 2019-07-04T05:28:30Z | 2019-07-04T05:28:30Z | OWNER | This seems to have fixed the weird errors: https://github.com/simonw/datasette/pull/539/commits/fd6164b03ebe450a9a00df2e5be2dc7bbfbd9a3f |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Secret plugin configuration options 464040911 | |
508343359 | https://github.com/simonw/datasette/pull/539#issuecomment-508343359 | https://api.github.com/repos/simonw/datasette/issues/539 | MDEyOklzc3VlQ29tbWVudDUwODM0MzM1OQ== | simonw 9599 | 2019-07-04T05:27:47Z | 2019-07-04T05:27:47Z | OWNER | For some reason the way I have set these tests up keeps throwing variations on this error: ``` self = <click.testing.CliRunner object at 0x7fccc0d940f0> @contextlib.contextmanager def isolated_filesystem(self): """A context manager that creates a temporary folder and changes the current working directory to it for isolated filesystem tests. """
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Secret plugin configuration options 464040911 |
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]);
issue 3