home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where "created_at" is on date 2023-08-23, issue = 1859415334 and user = 9599 sorted by updated_at descending

✖
✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • simonw · 5 ✖

issue 1

  • Bump sphinx, furo, blacken-docs dependencies · 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
1689198368 https://github.com/simonw/datasette/pull/2148#issuecomment-1689198368 https://api.github.com/repos/simonw/datasette/issues/2148 IC_kwDOBm6k_c5krx8g simonw 9599 2023-08-23T02:57:53Z 2023-08-23T02:57:53Z OWNER

@dependabot rebase

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx, furo, blacken-docs dependencies 1859415334  
1689177556 https://github.com/simonw/datasette/pull/2148#issuecomment-1689177556 https://api.github.com/repos/simonw/datasette/issues/2148 IC_kwDOBm6k_c5krs3U simonw 9599 2023-08-23T02:44:29Z 2023-08-23T02:44:29Z OWNER

Simplest possible solution is to only run the pip install .[docs] bit under Python 3.9+, ditto for the docs tests. I think I'll try that.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx, furo, blacken-docs dependencies 1859415334  
1689175062 https://github.com/simonw/datasette/pull/2148#issuecomment-1689175062 https://api.github.com/repos/simonw/datasette/issues/2148 IC_kwDOBm6k_c5krsQW simonw 9599 2023-08-23T02:40:46Z 2023-08-23T02:40:46Z OWNER

Here's why the tests are failing:

https://github.com/simonw/datasette/blob/2ce7872e3ba8d07248c194ef554bbdc1df510f32/.github/workflows/test.yml#L30-L46

It looks like those tests don't actually need Sphinx installed - they install pip install -e '.[test,docs]' to get the other docs dependencies:

https://github.com/simonw/datasette/blob/2ce7872e3ba8d07248c194ef554bbdc1df510f32/setup.py#L70-L80

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx, furo, blacken-docs dependencies 1859415334  
1689173748 https://github.com/simonw/datasette/pull/2148#issuecomment-1689173748 https://api.github.com/repos/simonw/datasette/issues/2148 IC_kwDOBm6k_c5krr70 simonw 9599 2023-08-23T02:38:31Z 2023-08-23T02:38:31Z OWNER

Sphinx dropped support for Python 3.8 in their version 7.2.0:

  • https://www.sphinx-doc.org/en/master/changes.html#release-7-2-0-released-aug-17-2023
  • https://www.sphinx-doc.org/en/master/internals/release-process.html#python-version-support-policy
  • https://github.com/sphinx-doc/sphinx/pull/11511
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx, furo, blacken-docs dependencies 1859415334  
1689127479 https://github.com/simonw/datasette/pull/2148#issuecomment-1689127479 https://api.github.com/repos/simonw/datasette/issues/2148 IC_kwDOBm6k_c5krgo3 simonw 9599 2023-08-23T01:26:53Z 2023-08-23T01:26:53Z OWNER

@dependabot recreate

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx, furo, blacken-docs dependencies 1859415334  

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