home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 503700649 and user = 2443309 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

  • jhamman · 7 ✖

issue 1

  • [Release] 0.14 · 7 ✖

author_association 1

  • MEMBER 7
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
541931692 https://github.com/pydata/xarray/issues/3380#issuecomment-541931692 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MTkzMTY5Mg== jhamman 2443309 2019-10-14T21:26:59Z 2019-10-14T21:26:59Z MEMBER

0.14 is on github/pypi/conda-forge/readthedocs now. Announcement emails/tweets are pending. Closing this now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Release] 0.14 503700649
541842501 https://github.com/pydata/xarray/issues/3380#issuecomment-541842501 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MTg0MjUwMQ== jhamman 2443309 2019-10-14T18:28:21Z 2019-10-14T18:28:21Z MEMBER

Okay all. Making the release now.

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  [Release] 0.14 503700649
541364181 https://github.com/pydata/xarray/issues/3380#issuecomment-541364181 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MTM2NDE4MQ== jhamman 2443309 2019-10-12T21:49:12Z 2019-10-12T21:49:12Z MEMBER

I think we're feature complete here. There are three PRs that are close (#3238, #3283, #3285) but probably don't need to hold up a release. I have some time Monday morning to issue the release so we'll go with that. Nice work all!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Release] 0.14 503700649
541112373 https://github.com/pydata/xarray/issues/3380#issuecomment-541112373 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MTExMjM3Mw== jhamman 2443309 2019-10-11T15:30:58Z 2019-10-11T15:30:58Z MEMBER

Need a fix for #3377

See #3393

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Release] 0.14 503700649
540694583 https://github.com/pydata/xarray/issues/3380#issuecomment-540694583 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MDY5NDU4Mw== jhamman 2443309 2019-10-10T17:41:17Z 2019-10-10T17:41:17Z MEMBER

See #3389 for the PR removing OrderedDicts.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Release] 0.14 503700649
540063556 https://github.com/pydata/xarray/issues/3380#issuecomment-540063556 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDU0MDA2MzU1Ng== jhamman 2443309 2019-10-09T15:50:07Z 2019-10-09T15:50:07Z MEMBER

@jhamman no - I should have it ready by the end of the weekend.

I plan to make the release on Friday. I can do this task before then unless you really want to do it :wink:.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  [Release] 0.14 503700649
539725031 https://github.com/pydata/xarray/issues/3380#issuecomment-539725031 https://api.github.com/repos/pydata/xarray/issues/3380 MDEyOklzc3VlQ29tbWVudDUzOTcyNTAzMQ== jhamman 2443309 2019-10-08T22:10:15Z 2019-10-08T22:10:15Z MEMBER

Nuke away all OrderedDicts! (blocked by #3358)

@crusaderky - have you started on this yet?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [Release] 0.14 503700649

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