home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1034238626 and user = 35968931 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

  • TomNicholas · 4 ✖

issue 1

  • Release v0.20? · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
957991489 https://github.com/pydata/xarray/issues/5889#issuecomment-957991489 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X845GcpB TomNicholas 35968931 2021-11-02T17:55:19Z 2021-11-02T18:38:49Z MEMBER

Oh I see it now too.

Are we done then? Is v0.20.0 supposed to appear in the dropdown menu in the lower-right of the main docs page?

EDIT: I see it now. Consider this release done!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626
957981050 https://github.com/pydata/xarray/issues/5889#issuecomment-957981050 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X845GaF6 TomNicholas 35968931 2021-11-02T17:41:30Z 2021-11-02T17:41:30Z MEMBER

Update the docs. Login to https://readthedocs.org/projects/xray/versions/ and switch your new release tag (at the bottom) from "Inactive" to "Active". It should now build automatically.

I did all the other steps, but I don't see the v0.20.0 release tag on readthedocs :confused:

I cancelled a workflow that I thought was superfluous - was it actually needed?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626
954916661 https://github.com/pydata/xarray/issues/5889#issuecomment-954916661 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X8446t81 TomNicholas 35968931 2021-10-29T17:27:02Z 2021-10-29T17:27:02Z MEMBER

It looks like we can bump minimum versions on a bunch of packages if someone is up for doing it:

What does this involve?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626
954017277 https://github.com/pydata/xarray/issues/5889#issuecomment-954017277 https://api.github.com/repos/pydata/xarray/issues/5889 IC_kwDOAMm_X8443SX9 TomNicholas 35968931 2021-10-28T16:41:27Z 2021-10-28T16:41:35Z MEMBER

@keewis there is a note in whats-new.rst:

.. TODO(by keewis): update deprecations if we decide to skip 0.19.1

We are going to be skipping 0.19.1 because we have breaking changes, so I'm just flagging that so it doesn't get forgotten.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.20? 1034238626

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