home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR", issue = 173640823 and user = 296686 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

  • robintw · 3 ✖

issue 1

  • Added validation of attrs before saving to netCDF files · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
243946499 https://github.com/pydata/xarray/pull/991#issuecomment-243946499 https://api.github.com/repos/pydata/xarray/issues/991 MDEyOklzc3VlQ29tbWVudDI0Mzk0NjQ5OQ== robintw 296686 2016-09-01T00:58:54Z 2016-09-01T00:58:54Z CONTRIBUTOR

The Travis builds seem to have all passed except for py27-cdat+pynio which has failed with a conda error that seems to be unrelated to these changes (Error: HTTPError: 403 Client Error: Forbidden for url)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Added validation of attrs before saving to netCDF files 173640823
243933961 https://github.com/pydata/xarray/pull/991#issuecomment-243933961 https://api.github.com/repos/pydata/xarray/issues/991 MDEyOklzc3VlQ29tbWVudDI0MzkzMzk2MQ== robintw 296686 2016-08-31T23:32:56Z 2016-08-31T23:32:56Z CONTRIBUTOR

I think I've dealt with all of these.

Refactoring the tests has made them a bit cleaner and safer due to not using mutation - however I still have quite a few repeated lines of code. I've also combined them all into one test with lots of asserts - as otherwise I couldn't keep the helper functions within the test without repeating them loads of times.

Does anything need adding to the docs for this? I'm assuming not as it's just making the code do more checking, it's not adding a feature as such?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Added validation of attrs before saving to netCDF files 173640823
243001377 https://github.com/pydata/xarray/pull/991#issuecomment-243001377 https://api.github.com/repos/pydata/xarray/issues/991 MDEyOklzc3VlQ29tbWVudDI0MzAwMTM3Nw== robintw 296686 2016-08-28T21:43:49Z 2016-08-28T21:43:49Z CONTRIBUTOR

Thanks, I'll deal with these modifications.

Also, I'm seeing errors from TravisCI saying ValueError: cannot read or write netCDF files without netCDF4-python or scipy installed - what do I need to do to make sure these tests work on Travis? (They pass fine on my local machine)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Added validation of attrs before saving to netCDF files 173640823

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