home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 553518018 and user = 6213168 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

  • crusaderky · 5 ✖

issue 1

  • setuptools-scm and one-liner setup.py · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
578060759 https://github.com/pydata/xarray/pull/3714#issuecomment-578060759 https://api.github.com/repos/pydata/xarray/issues/3714 MDEyOklzc3VlQ29tbWVudDU3ODA2MDc1OQ== crusaderky 6213168 2020-01-24T09:46:20Z 2020-01-24T09:46:20Z MEMBER

@keewis interesting question. setuptools is technically not part of the Python standard library, but it is part of pip and is always included with the cpython binaries, conda create python=3.6, and pypy. So... I'm not sure?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  setuptools-scm and one-liner setup.py 553518018
577205054 https://github.com/pydata/xarray/pull/3714#issuecomment-577205054 https://api.github.com/repos/pydata/xarray/issues/3714 MDEyOklzc3VlQ29tbWVudDU3NzIwNTA1NA== crusaderky 6213168 2020-01-22T14:24:52Z 2020-01-22T14:24:52Z MEMBER

Awesome, everything looks in order. This is now ready for review and merge.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  setuptools-scm and one-liner setup.py 553518018
577178942 https://github.com/pydata/xarray/pull/3714#issuecomment-577178942 https://api.github.com/repos/pydata/xarray/issues/3714 MDEyOklzc3VlQ29tbWVudDU3NzE3ODk0Mg== crusaderky 6213168 2020-01-22T13:22:29Z 2020-01-22T13:22:29Z MEMBER

@keewis done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  setuptools-scm and one-liner setup.py 553518018
577174666 https://github.com/pydata/xarray/pull/3714#issuecomment-577174666 https://api.github.com/repos/pydata/xarray/issues/3714 MDEyOklzc3VlQ29tbWVudDU3NzE3NDY2Ng== crusaderky 6213168 2020-01-22T13:10:57Z 2020-01-22T13:10:57Z MEMBER

I seem to have no way to test RTD >_<

https://readthedocs.org/projects/crusaderky-xarray/builds/10305870/

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  setuptools-scm and one-liner setup.py 553518018
577168867 https://github.com/pydata/xarray/pull/3714#issuecomment-577168867 https://api.github.com/repos/pydata/xarray/issues/3714 MDEyOklzc3VlQ29tbWVudDU3NzE2ODg2Nw== crusaderky 6213168 2020-01-22T12:54:38Z 2020-01-22T12:54:38Z MEMBER

I need to retest the RTD CI before merging

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  setuptools-scm and one-liner setup.py 553518018

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 19.096ms · About: xarray-datasette