home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "CONTRIBUTOR" and "updated_at" is on date 2023-08-07 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 4

  • Bump blacken-docs from 1.14.0 to 1.15.0 1
  • Plugin hook for adding new output formats 1
  • Bump furo from 2023.3.27 to 2023.7.26 1
  • Bump sphinx from 6.1.3 to 7.1.2 1

user 2

  • dependabot[bot] 3
  • eyeseast 1

author_association 1

  • CONTRIBUTOR · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1668187546 https://github.com/simonw/datasette/pull/2125#issuecomment-1668187546 https://api.github.com/repos/simonw/datasette/issues/2125 IC_kwDOBm6k_c5jboWa dependabot[bot] 49699333 2023-08-07T16:20:26Z 2023-08-07T16:20:26Z CONTRIBUTOR

Looks like sphinx is up-to-date now, so this is no longer needed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump sphinx from 6.1.3 to 7.1.2 1833193570  
1668186872 https://github.com/simonw/datasette/pull/2121#issuecomment-1668186872 https://api.github.com/repos/simonw/datasette/issues/2121 IC_kwDOBm6k_c5jboL4 dependabot[bot] 49699333 2023-08-07T16:20:19Z 2023-08-07T16:20:19Z CONTRIBUTOR

Looks like furo is up-to-date now, so this is no longer needed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump furo from 2023.3.27 to 2023.7.26 1824399610  
1668186815 https://github.com/simonw/datasette/pull/2098#issuecomment-1668186815 https://api.github.com/repos/simonw/datasette/issues/2098 IC_kwDOBm6k_c5jboK_ dependabot[bot] 49699333 2023-08-07T16:20:18Z 2023-08-07T16:20:18Z CONTRIBUTOR

Looks like blacken-docs is up-to-date now, so this is no longer needed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Bump blacken-docs from 1.14.0 to 1.15.0 1796830110  
1668113177 https://github.com/simonw/sqlite-utils/issues/578#issuecomment-1668113177 https://api.github.com/repos/simonw/sqlite-utils/issues/578 IC_kwDOCGYnMM5jbWMZ eyeseast 25778 2023-08-07T15:41:49Z 2023-08-07T15:41:49Z CONTRIBUTOR

I wonder if this should be two hooks: input and output. The current --csv (and --tsv) options apply to both. Haven't looked at how it's implemented. Or maybe it's one hook that returns a format for reading and for writing.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook for adding new output formats 1818838294  

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