home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1218094019 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 2

  • dcherian 2
  • max-sixty 2

issue 1

  • Attempt to improve CI caching · 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
1112758154 https://github.com/pydata/xarray/pull/6534#issuecomment-1112758154 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CU1eK max-sixty 5635139 2022-04-28T23:55:15Z 2022-04-28T23:55:15Z MEMBER

Nice! Thanks for your help on the weird env issue!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019
1112365112 https://github.com/pydata/xarray/pull/6534#issuecomment-1112365112 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CTVg4 dcherian 2448579 2022-04-28T15:43:16Z 2022-04-28T15:43:16Z MEMBER

Nice work. This is working well!

We could also skip installing the "error reporter" but its only 2s.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019
1111710141 https://github.com/pydata/xarray/pull/6534#issuecomment-1111710141 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CQ1m9 max-sixty 5635139 2022-04-28T03:41:25Z 2022-04-28T03:41:25Z MEMBER

Yeah, that is weird. If the CONDA_PREFIX doesn't work, we could do the very hacky thing of just using /usr/share/miniconda/envs/xarray-tests...

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019
1111705996 https://github.com/pydata/xarray/pull/6534#issuecomment-1111705996 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CQ0mM dcherian 2448579 2022-04-28T03:33:24Z 2022-04-28T03:33:24Z MEMBER

The output under "Version Info" lists these environment variables CONDA: /usr/share/miniconda CONDA_DEFAULT_ENV: xarray-tests CONDA_ENV_FILE: ci/requirements/environment.yml CONDA_EXE: /usr/share/miniconda/bin/conda CONDA_PKGS_DIR: /home/runner/conda_pkgs_dir CONDA_PREFIX: /usr/share/miniconda/envs/xarray-tests CONDA_PREFIX_1: /usr/share/miniconda CONDA_PROMPT_MODIFIER: CONDA_PYTHON_EXE: /usr/share/miniconda/bin/python CONDA_ROOT: /usr/share/miniconda CONDA_SHLVL: 2

I don't understand why these variables aren't being set earlier. It's almost as if the environment isn't being activated

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019

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