home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1343422749 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • simonw 5

issue 1

  • Move "datasette --get" from Getting Started to CLI Reference · 5 ✖

author_association 1

  • OWNER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1220008317 https://github.com/simonw/datasette/issues/1787#issuecomment-1220008317 https://api.github.com/repos/simonw/datasette/issues/1787 IC_kwDOBm6k_c5It9l9 simonw 9599 2022-08-18T21:56:21Z 2022-08-18T21:57:09Z OWNER

Newly updated CLI reference page: https://docs.datasette.io/en/latest/cli-reference.html

And the datasette --get section is gone from https://docs.datasette.io/en/latest/getting_started.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Move "datasette --get" from Getting Started to CLI Reference 1343422749  
1219782423 https://github.com/simonw/datasette/issues/1787#issuecomment-1219782423 https://api.github.com/repos/simonw/datasette/issues/1787 IC_kwDOBm6k_c5ItGcX simonw 9599 2022-08-18T18:04:28Z 2022-08-18T18:04:28Z OWNER

Aside: analytics show that the "getting started" page is the highest traffic page in all of the docs, so it deserves extra attention to make it as good as it can possibly be.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Move "datasette --get" from Getting Started to CLI Reference 1343422749  
1219778295 https://github.com/simonw/datasette/issues/1787#issuecomment-1219778295 https://api.github.com/repos/simonw/datasette/issues/1787 IC_kwDOBm6k_c5ItFb3 simonw 9599 2022-08-18T18:00:04Z 2022-08-18T18:00:04Z OWNER

I'm also going to move it to an earlier point in the menu - it's currently right at the very end, but if it has more than just the --help content it deserves to be listed earlier.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Move "datasette --get" from Getting Started to CLI Reference 1343422749  
1219777448 https://github.com/simonw/datasette/issues/1787#issuecomment-1219777448 https://api.github.com/repos/simonw/datasette/issues/1787 IC_kwDOBm6k_c5ItFOo simonw 9599 2022-08-18T17:59:06Z 2022-08-18T17:59:06Z OWNER

I'm going to expand this page: https://docs.datasette.io/en/0.62/cli-reference.html - at the moment it just shows --help output, but I'm going to turn it into a page with additional written prose for each command plus sections on things like --get.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Move "datasette --get" from Getting Started to CLI Reference 1343422749  
1219773265 https://github.com/simonw/datasette/issues/1787#issuecomment-1219773265 https://api.github.com/repos/simonw/datasette/issues/1787 IC_kwDOBm6k_c5ItENR simonw 9599 2022-08-18T17:54:37Z 2022-08-18T17:54:37Z OWNER

It's mentioned in the CLI reference here: https://docs.datasette.io/en/0.62/cli-reference.html#datasette-serve-help - but that's missing some important details such as:

The exit code will be 0 if the request succeeds and 1 if the request produced an HTTP status code other than 200 - e.g. a 404 or 500 error. This means you can use datasette --get / to run tests against a Datasette application in a continuous integration environment such as GitHub Actions.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Move "datasette --get" from Getting Started to CLI Reference 1343422749  

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 18.724ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows