issue_comments
3 rows where author_association = "CONTRIBUTOR", issue = 173640823 and user = 296686 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Added validation of attrs before saving to netCDF files · 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 |
{ "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 |
{ "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
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]);
user 1