Conversation
lib/ghtorrent/ghtorrent.rb
Outdated
| :comment_id => comment_id) | ||
| else | ||
| debug "Issue comment #{issue_comment_str} exists" | ||
| if ! (curcomment[:like] == reactions['+1'] or |
There was a problem hiding this comment.
i'm having a lot of trouble testing this code block because of the constraint violations mentioned in #52
|
more changes: WARN, 2017-11-03T15:30:21-04:00, ghtorrent -- full_repo_retriever.rb: Error processing event. Type: PushEvent, ID: 6752855107. /Users/acolello/.rvm/gems/ruby-2.1.10/gems/sequel-4.49.0/lib/sequel/adapters/postgres.rb:166:in |
|
still awaiting resolution of #52 before able to fully test |
|
Hi @colelloa, thanks for fixing the bug in |
|
The |
Add reactions to issue comments
-change data model, add reaction fields to issue_comments table
-alter paged_api_request in api_client.rb so that it can handle different media types
-alter ensure_issue_comment in ghtorrent.rb so that it inserts new fields or updates fields if necessary
-alter retrieve_issue_comment in retriever.rb so that it uses the media type necessary to get the reaction fields