issue_comments
3 rows where issue = 197083082 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Switch to shared Lock (SerializableLock if possible) for reading/writing · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 270289632 | https://github.com/pydata/xarray/pull/1179#issuecomment-270289632 | https://api.github.com/repos/pydata/xarray/issues/1179 | MDEyOklzc3VlQ29tbWVudDI3MDI4OTYzMg== | mrocklin 306380 | 2017-01-04T03:53:58Z | 2017-01-04T03:53:58Z | MEMBER | It's up now on conda-forge if you're interested in switching over. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082 | |
| 270194206 | https://github.com/pydata/xarray/pull/1179#issuecomment-270194206 | https://api.github.com/repos/pydata/xarray/issues/1179 | MDEyOklzc3VlQ29tbWVudDI3MDE5NDIwNg== | mrocklin 306380 | 2017-01-03T19:00:53Z | 2017-01-03T19:00:53Z | MEMBER | Dask 0.13.0 has been released |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082 | |
| 268710453 | https://github.com/pydata/xarray/pull/1179#issuecomment-268710453 | https://api.github.com/repos/pydata/xarray/issues/1179 | MDEyOklzc3VlQ29tbWVudDI2ODcxMDQ1Mw== | mrocklin 306380 | 2016-12-22T03:35:56Z | 2016-12-22T03:35:56Z | MEMBER | Is there a clear fail case we can use as a test to demonstrate the value here? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082 |
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