home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "OWNER" and issue = 1161969891 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

  • Adopt a code of conduct · 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
1061197133 https://github.com/simonw/datasette/issues/1654#issuecomment-1061197133 https://api.github.com/repos/simonw/datasette/issues/1654 IC_kwDOBm6k_c4_QJVN simonw 9599 2022-03-07T22:19:35Z 2022-03-07T22:19:35Z OWNER

Also now live on https://datasette.io

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Adopt a code of conduct 1161969891  
1061184206 https://github.com/simonw/datasette/issues/1654#issuecomment-1061184206 https://api.github.com/repos/simonw/datasette/issues/1654 IC_kwDOBm6k_c4_QGLO simonw 9599 2022-03-07T22:04:51Z 2022-03-07T22:04:51Z OWNER

I'm going to add this to the main Datasette repo (done) and the datasette.io website too.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Adopt a code of conduct 1161969891  
1061182132 https://github.com/simonw/datasette/issues/1654#issuecomment-1061182132 https://api.github.com/repos/simonw/datasette/issues/1654 IC_kwDOBm6k_c4_QFq0 simonw 9599 2022-03-07T22:02:43Z 2022-03-07T22:02:43Z OWNER

Neat, GitHub have a template for this https://github.com/simonw/datasette/community/code-of-conduct/new?template=contributor-covenant

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Adopt a code of conduct 1161969891  
1061181530 https://github.com/simonw/datasette/issues/1654#issuecomment-1061181530 https://api.github.com/repos/simonw/datasette/issues/1654 IC_kwDOBm6k_c4_QFha simonw 9599 2022-03-07T22:02:06Z 2022-03-07T22:02:06Z OWNER

https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project says this should be called CODE_OF_CONDUCT.md in order for GitHub to pick it up.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Adopt a code of conduct 1161969891  
1061181089 https://github.com/simonw/datasette/issues/1654#issuecomment-1061181089 https://api.github.com/repos/simonw/datasette/issues/1654 IC_kwDOBm6k_c4_QFah simonw 9599 2022-03-07T22:01:38Z 2022-03-07T22:01:38Z OWNER

I'm going to use the widely adopted Contributor Covenant:

https://www.contributor-covenant.org/version/1/4/code-of-conduct/

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Adopt a code of conduct 1161969891  

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 21.995ms · About: github-to-sqlite