home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 536214141 and user = 14808389 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

  • keewis · 5 ✖

issue 1

  • Fix zarr append with groups · 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
591579373 https://github.com/pydata/xarray/pull/3610#issuecomment-591579373 https://api.github.com/repos/pydata/xarray/issues/3610 MDEyOklzc3VlQ29tbWVudDU5MTU3OTM3Mw== keewis 14808389 2020-02-26T18:43:03Z 2020-02-26T18:43:03Z MEMBER

it's here: /home/vsts/work/1/s/doc/faq.rst:239: WARNING: undefined label: api (if the link has no caption the label must precede a section header) not sure if the intersphinx warning also makes the build fail, but that could be fixed by rerunning. The deprecation warning is not a problem.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix zarr append with groups 536214141
591550375 https://github.com/pydata/xarray/pull/3610#issuecomment-591550375 https://api.github.com/repos/pydata/xarray/issues/3610 MDEyOklzc3VlQ29tbWVudDU5MTU1MDM3NQ== keewis 14808389 2020-02-26T17:38:09Z 2020-02-26T17:38:09Z MEMBER

the upstream-dev failure is #3751, but although there should be no change here that would trigger it, the docs failure (referencing api using :ref: instead of :doc:) does not seem to happen with other PRs (I also can't reproduce it locally).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix zarr append with groups 536214141
573070906 https://github.com/pydata/xarray/pull/3610#issuecomment-573070906 https://api.github.com/repos/pydata/xarray/issues/3610 MDEyOklzc3VlQ29tbWVudDU3MzA3MDkwNg== keewis 14808389 2020-01-10T15:04:36Z 2020-01-10T15:04:36Z MEMBER

Looks good to me. However, I don't know much about backends so I'll let someone else review the code.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix zarr append with groups 536214141
573038056 https://github.com/pydata/xarray/pull/3610#issuecomment-573038056 https://api.github.com/repos/pydata/xarray/issues/3610 MDEyOklzc3VlQ29tbWVudDU3MzAzODA1Ng== keewis 14808389 2020-01-10T13:37:01Z 2020-01-10T13:37:01Z MEMBER

I cherry-picked your commits, but I'm not sure I included all the changes. Could you check that?

Also, I can't seem to figure out how to push to this PR, so you will have to do that instead: ```bash git checkout fix_zarr_append_with_groups

backup branch

git branch backup_fix_zarr_append_with_groups

delete branch

git checkout master git branch -D fix_zarr_append_with_groups

checkout fixed branch

git checkout --track origin/fix_zarr_append_with_groups

force push

git push -f <fork-remote> fix_zarr_append_with_groups ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix zarr append with groups 536214141
573020875 https://github.com/pydata/xarray/pull/3610#issuecomment-573020875 https://api.github.com/repos/pydata/xarray/issues/3610 MDEyOklzc3VlQ29tbWVudDU3MzAyMDg3NQ== keewis 14808389 2020-01-10T12:43:04Z 2020-01-10T12:43:04Z MEMBER

If you don't mind I'll try to fix that for you.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix zarr append with groups 536214141

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