issue_comments
7 rows where issue = 773934304 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Trigger upstream CI on cron schedule (by default) · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
755750876 | https://github.com/pydata/xarray/pull/4729#issuecomment-755750876 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1NTc1MDg3Ng== | andersy005 13301940 | 2021-01-06T22:16:54Z | 2021-01-06T22:16:54Z | MEMBER | Thank you for input and feedback @keewis and @dcherian |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
755557621 | https://github.com/pydata/xarray/pull/4729#issuecomment-755557621 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1NTU1NzYyMQ== | keewis 14808389 | 2021-01-06T19:26:09Z | 2021-01-06T19:26:09Z | MEMBER | @andersy005, I think this is ready. Feel free to merge. |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
754092051 | https://github.com/pydata/xarray/pull/4729#issuecomment-754092051 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1NDA5MjA1MQ== | keewis 14808389 | 2021-01-04T16:58:12Z | 2021-01-04T16:58:12Z | MEMBER | now that it works, we should probably document |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
753718540 | https://github.com/pydata/xarray/pull/4729#issuecomment-753718540 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1MzcxODU0MA== | andersy005 13301940 | 2021-01-04T01:56:56Z | 2021-01-04T01:56:56Z | MEMBER |
Interesting... I am looking into it and will get back to you once I figure something out... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
753716003 | https://github.com/pydata/xarray/pull/4729#issuecomment-753716003 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1MzcxNjAwMw== | keewis 14808389 | 2021-01-04T01:42:27Z | 2021-01-04T01:42:27Z | MEMBER | this currently does not work because |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
750393141 | https://github.com/pydata/xarray/pull/4729#issuecomment-750393141 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1MDM5MzE0MQ== | andersy005 13301940 | 2020-12-23T17:12:06Z | 2020-12-23T17:12:06Z | MEMBER |
I just removed them (without the other event types, we don't need them anymore). I am going to submit another PR with the migration of the other CI to GitHub actions. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 | |
750391497 | https://github.com/pydata/xarray/pull/4729#issuecomment-750391497 | https://api.github.com/repos/pydata/xarray/issues/4729 | MDEyOklzc3VlQ29tbWVudDc1MDM5MTQ5Nw== | keewis 14808389 | 2020-12-23T17:07:37Z | 2020-12-23T17:08:10Z | MEMBER | I think there were a few tricks we used to make sure certain steps are only run for the scheduled CI. Should we remove them now, or is it better to wait with that until we decide whether or not to move ~all~ most CI to Github Actions? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Trigger upstream CI on cron schedule (by default) 773934304 |
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 2