home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 792904595

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
766543387 https://github.com/simonw/datasette/issues/1201#issuecomment-766543387 https://api.github.com/repos/simonw/datasette/issues/1201 MDEyOklzc3VlQ29tbWVudDc2NjU0MzM4Nw== simonw 9599 2021-01-25T05:07:40Z 2021-01-25T05:13:29Z OWNER Changes: https://github.com/simonw/datasette/compare/0.53...a5ede3cdd455e2bb1a1fb2f4e1b5a9855caf5179 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Release notes for Datasette 0.54 792904595  
766545442 https://github.com/simonw/datasette/issues/1201#issuecomment-766545442 https://api.github.com/repos/simonw/datasette/issues/1201 MDEyOklzc3VlQ29tbWVudDc2NjU0NTQ0Mg== simonw 9599 2021-01-25T05:13:59Z 2021-01-25T05:13:59Z OWNER The big stuff: - Database(memory_name=) for shared in-memory databases, closes #1151 - The `_internal` database - #1150 - script type=module support, closes #1186 , #1187 - Improved design for the `.add_database()` method 8919f99c2f7f245aca7f94bd53d5ac9d04aa42b5 - which means databases with the same stem can now be opened, #509 - Adopted Prettier #1166 Smaller: - force_https_urls on for publish cloudrun, refs #1178 - Fixed bug in example nginx config, refs #1091 - Shrunk ecosystem docs in favour of datasette.io, closes #1182 - request.full_path property, closes #1184 - Better PRAGMA error message, closes #1185 - publish heroku now uses python-3.8.7 - Plugin testing documentation on using pytest-httpx Closes #1198 - Contributing docs for Black and Prettier, closes #1167 - All ?_ parameters now copied to hidden form fields, closes #1194 - Fixed bug loading database called 'test-database (1).sqlite' - Closes #1181. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Release notes for Datasette 0.54 792904595  
766545604 https://github.com/simonw/datasette/issues/1201#issuecomment-766545604 https://api.github.com/repos/simonw/datasette/issues/1201 MDEyOklzc3VlQ29tbWVudDc2NjU0NTYwNA== simonw 9599 2021-01-25T05:14:31Z 2021-01-25T05:14:31Z OWNER The two big ticket items are `<script type="module">` support and the new `_internal` mechanism. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Release notes for Datasette 0.54 792904595  
766586151 https://github.com/simonw/datasette/issues/1201#issuecomment-766586151 https://api.github.com/repos/simonw/datasette/issues/1201 MDEyOklzc3VlQ29tbWVudDc2NjU4NjE1MQ== simonw 9599 2021-01-25T06:44:43Z 2021-01-25T06:44:43Z OWNER OK, release notes are ready to merge from that branch. I'll ship the release in the morning, to give me time to write the accompanying annotated release notes. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Release notes for Datasette 0.54 792904595  
766991680 https://github.com/simonw/datasette/issues/1201#issuecomment-766991680 https://api.github.com/repos/simonw/datasette/issues/1201 MDEyOklzc3VlQ29tbWVudDc2Njk5MTY4MA== simonw 9599 2021-01-25T17:42:21Z 2021-01-25T17:42:21Z OWNER https://docs.datasette.io/en/stable/changelog.html#v0-54 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Release notes for Datasette 0.54 792904595  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 32.785ms · About: simonw/datasette-graphql