-
Notifications
You must be signed in to change notification settings - Fork 2
feat: AsyncAPI #67
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
Open
makeev-pavel
wants to merge
31
commits into
feature/asyncapi-basic-e2e
Choose a base branch
from
feature/asyncapi-basic-e2e-432
base: feature/asyncapi-basic-e2e
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: AsyncAPI #67
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f9ffb67
feat: Typing
makeev-pavel 54b2e0c
Merge branch 'feature/asyncapi-basic-e2e' into feature/asyncapi-basic…
makeev-pavel cbd3361
feat: Fixed some types
makeev-pavel d892759
Merge branch 'feature/asyncapi-basic-e2e' into feature/asyncapi-basic…
makeev-pavel a0fe4a8
feat: Added tests
makeev-pavel 2b926d3
feat: Added tests
makeev-pavel 21d6aef
feat: More tests
makeev-pavel 118105b
feat: Added async operation tests
makeev-pavel e671b40
feat: Added async declarative tests
makeev-pavel cabab56
Merge branch 'feature/asyncapi-basic-e2e' into feature/asyncapi-basic…
makeev-pavel 69f3a43
feat: Update
makeev-pavel 70c6659
feat: Update
makeev-pavel 75e6858
feat: Update calculate ExternalDocumentation and Tags
makeev-pavel b8cb25f
feat: Update operations and deprecated
makeev-pavel cf52d63
feat: Update deprecated
makeev-pavel 86b45b4
feat: Update deprecated, apiKind, protocol
makeev-pavel 1e0465f
feat: Add tests for apikind
makeev-pavel 2af1824
feat: Update tests for asyncapi protocol
makeev-pavel d6716a3
feat: Update
makeev-pavel ff27d3c
feat: Update createOperationSpec
makeev-pavel 7421f2a
feat: Update tests
makeev-pavel b17407b
feat: Update createOperationSpec
makeev-pavel d4effc8
feat: Update createOperationSpec tests
makeev-pavel 1912011
feat: Update createOperationSpec tests
makeev-pavel f5a3e96
feat: Refactoring
makeev-pavel 6bd97e2
feat: Refactoring
makeev-pavel 4c28a51
feat: Refactoring tests
makeev-pavel f69a1a6
feat: Refactoring
makeev-pavel 3333dd2
feat: Added tests for asyncapi security
makeev-pavel 9de15bc
feat: refactoring
makeev-pavel 976fda1
feat: Refactoring
makeev-pavel 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
what about messages? we consider message-driven operations, don't we?
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.
changes - out of scope. This code will either stay to rewrite it or it will go away altogether.