home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "OWNER", issue = 1052851176 and user = 9599 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 · 6 ✖

issue 1

  • ReadTheDocs build failed for 0.59.2 release · 6 ✖

author_association 1

  • OWNER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
968210842 https://github.com/simonw/datasette/issues/1507#issuecomment-968210842 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbma simonw 9599 2021-11-14T05:41:55Z 2021-11-14T05:41:55Z OWNER

Here's the build with that fix: https://readthedocs.org/projects/datasette/builds/15268498/

It passed and published the docs: https://docs.datasette.io/en/latest/changelog.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  
968210222 https://github.com/simonw/datasette/issues/1507#issuecomment-968210222 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbcu simonw 9599 2021-11-14T05:34:14Z 2021-11-14T05:34:14Z OWNER

Here's the new build using Python 3: https://readthedocs.org/projects/datasette/builds/15268482/

It's still broken. Here's one of many issue threads about it, this one has a workaround fix: https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-952034858

For future readers, the solution for this problem is to pin docutils<0.18 in your requirements.txt file, and have a .readthedocs.yaml file with these contents:

``` version: 2

python: install: - requirements: docs/requirements.txt ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  
968209957 https://github.com/simonw/datasette/issues/1507#issuecomment-968209957 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbYl simonw 9599 2021-11-14T05:31:07Z 2021-11-14T05:31:07Z OWNER

Looks like ReadTheDocs builds started failing for latest a few weeks ago:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  
968209731 https://github.com/simonw/datasette/issues/1507#issuecomment-968209731 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbVD simonw 9599 2021-11-14T05:28:41Z 2021-11-14T05:28:41Z OWNER

I will try adding a .readthedocs.yml file: https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version

This might work:

``` version: 2

build: os: ubuntu-20.04 tools: python: "3.9"

sphinx: configuration: docs/conf.py ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  
968209616 https://github.com/simonw/datasette/issues/1507#issuecomment-968209616 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbTQ simonw 9599 2021-11-14T05:27:22Z 2021-11-14T05:27:22Z OWNER

https://blog.readthedocs.com/default-python-3/ they started defaulting new projects to Python 3 back in Feb 2019 but clearly my project was created before then.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  
968209560 https://github.com/simonw/datasette/issues/1507#issuecomment-968209560 https://api.github.com/repos/simonw/datasette/issues/1507 IC_kwDOBm6k_c45tbSY simonw 9599 2021-11-14T05:26:36Z 2021-11-14T05:26:36Z OWNER

It looks like my builds there still run on Python 2!

git clone --no-single-branch --depth 50 https://github.com/simonw/datasette . git checkout --force de1e031713f47fbd51eb7239db3e7e6025fbf81a git clean -d -f -f python2.7 -mvirtualenv /home/docs/checkouts/readthedocs.org/user_builds/datasette/envs/0.59.2 /home/docs/checkouts/readthedocs.org/user_builds/datasette/envs/0.59.2/bin/python -m pip install --upgrade --no-cache-dir pip setuptools /home/docs/checkouts/readthedocs.org/user_builds/datasette/envs/0.59.2/bin/python -m pip install --upgrade --no-cache-dir mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.2 cat docs/conf.py

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
ReadTheDocs build failed for 0.59.2 release 1052851176  

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