home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 1720850091 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • keewis · 3 ✖

issue 1

  • Upload nightly wheels to scientific-python-nightly-wheels · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1560060281 https://github.com/pydata/xarray/pull/7865#issuecomment-1560060281 https://api.github.com/repos/pydata/xarray/issues/7865 IC_kwDOAMm_X85c_KF5 keewis 14808389 2023-05-23T20:11:32Z 2023-05-23T20:11:32Z MEMBER

this appears to have worked. Thanks, @martinfleis!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Upload nightly wheels to scientific-python-nightly-wheels 1720850091
1560049420 https://github.com/pydata/xarray/pull/7865#issuecomment-1560049420 https://api.github.com/repos/pydata/xarray/issues/7865 IC_kwDOAMm_X85c_HcM keewis 14808389 2023-05-23T20:02:05Z 2023-05-23T20:02:05Z MEMBER

add the token as a ANACONDA_NIGHTLY secret.

done. Let's try it!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Upload nightly wheels to scientific-python-nightly-wheels 1720850091
1559677947 https://github.com/pydata/xarray/pull/7865#issuecomment-1559677947 https://api.github.com/repos/pydata/xarray/issues/7865 IC_kwDOAMm_X85c9sv7 keewis 14808389 2023-05-23T15:33:46Z 2023-05-23T15:33:46Z MEMBER

Do we need to build the wheel in the same way you currently do in [the TestPyPI workflow]

depends on whether we can put local versions on anaconda. PyPI and TestPyPI don't allow that, so we had to modify pyproject.toml to make setuptools-scm generate versions without the local part.

Do you have an account there so I can add you?

now I do, the username is the same as on github.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Upload nightly wheels to scientific-python-nightly-wheels 1720850091

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