home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1650309361 and user = 92522516 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

  • nishtha981 · 4 ✖

issue 1

  • Add: Adds a config.yml file for welcome-bot · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1493492180 https://github.com/pydata/xarray/pull/7706#issuecomment-1493492180 https://api.github.com/repos/pydata/xarray/issues/7706 IC_kwDOAMm_X85ZBOHU nishtha981 92522516 2023-04-03T00:50:13Z 2023-04-03T00:50:13Z CONTRIBUTOR

Oh, you can add an entry in whats-new if you want!

Hey! @headtr1ck I've added the changes to the what's new file. Please do review it! Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add: Adds a config.yml file for welcome-bot 1650309361
1493382649 https://github.com/pydata/xarray/pull/7706#issuecomment-1493382649 https://api.github.com/repos/pydata/xarray/issues/7706 IC_kwDOAMm_X85ZAzX5 nishtha981 92522516 2023-04-02T16:16:26Z 2023-04-02T16:16:26Z CONTRIBUTOR

@headtr1ck I tried out the bot on a repo of mine. It worked there. I then changed the messages on the bot.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add: Adds a config.yml file for welcome-bot 1650309361
1493225099 https://github.com/pydata/xarray/pull/7706#issuecomment-1493225099 https://api.github.com/repos/pydata/xarray/issues/7706 IC_kwDOAMm_X85ZAM6L nishtha981 92522516 2023-04-02T05:05:06Z 2023-04-02T05:05:06Z CONTRIBUTOR

heyy! @dcherian @TomNicholas Could you please review my pr? Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add: Adds a config.yml file for welcome-bot 1650309361
1492840972 https://github.com/pydata/xarray/pull/7706#issuecomment-1492840972 https://api.github.com/repos/pydata/xarray/issues/7706 IC_kwDOAMm_X85Y-vIM nishtha981 92522516 2023-04-01T05:40:07Z 2023-04-01T05:40:07Z CONTRIBUTOR

Hey! @dcherian @TomNicholas Under which heading in the "what's new.rst" do I put this change under? Internal Changes?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add: Adds a config.yml file for welcome-bot 1650309361

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,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
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 5676.759ms · About: xarray-datasette