-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 Source Github: IssueReactions - re-implemented using GraphQL #21457
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
559a6e5
IssueReactions use GraphQL API
grubberr e905862
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr de8a1c9
_get_reactions_from_issue added
grubberr 13bb21f
user.json -> user_graphql.json
grubberr 69b58e4
simplify code, use page_size
grubberr 6106723
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 8051874
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 1806b54
github.md updated
grubberr 2adefe8
simplify state
grubberr f7e33b3
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 5183348
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 514c9fc
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 0047ced
revert manifestToBuilderForm.ts to master
grubberr 8a74f90
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 35547e7
issue_reactions fixed
grubberr 1997f74
Merge branch 'master' into grubberr/issue-reactions-graphql
grubberr 09cf60f
auto-bump connector version
octavia-squidington-iii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this change imply that the format of state changed for an incremental stream? If so, that's probably a major (breaking) semver change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes state format changed, state object simplified
Can you advice how to be in such cases? Are you proposing to increase version number 0.3.11 -> 0.4.0?
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To answer the question, the user experience needs to be considered:
I think we are in category 2, like you suggest - is that correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
answer - 2
because the state format is changed
it will re-read all issue-reaction records again from "start_date"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Then as you suggest, this should be v0.4.0 of the connector.
We are trying to get good at semver versioning of connectors from the user's point of view so we can automate warnings and breaking change announcements in the app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have bumped to 0.4.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evantahler can you please look can we proceed with this PR?