feat: improve generate-arazzo command output#1962
Merged
DmitryAnansky merged 9 commits intomainfrom Mar 3, 2025
Merged
Conversation
🦋 Changeset detectedLatest commit: ea5c1dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Contributor
Coverage report
Show new covered files 🐣
Test suite run success1338 tests passing in 193 suites. Report generated by 🧪jest coverage report action from ea5c1dd |
DmitryAnansky
commented
Feb 27, 2025
...src/modules/__tests__/arazzo-description-generator/generate-inputs-arazzo-components.test.ts
Outdated
Show resolved
Hide resolved
d4c37be to
5266f59
Compare
JLekawa
reviewed
Feb 28, 2025
JLekawa
reviewed
Feb 28, 2025
JLekawa
reviewed
Feb 28, 2025
JLekawa
approved these changes
Feb 28, 2025
tatomyr
reviewed
Mar 3, 2025
...respect-core/src/modules/arazzo-description-generator/generate-workflows-from-description.ts
Outdated
Show resolved
Hide resolved
6e0f5f8 to
53f48dc
Compare
tatomyr
reviewed
Mar 3, 2025
tatomyr
reviewed
Mar 3, 2025
packages/respect-core/src/modules/arazzo-description-generator/generate-arazzo-description.ts
Outdated
Show resolved
Hide resolved
tatomyr
reviewed
Mar 3, 2025
...s/respect-core/src/modules/arazzo-description-generator/generate-workflow-security-inputs.ts
Outdated
Show resolved
Hide resolved
53f48dc to
30b3c89
Compare
286261b to
ca687de
Compare
tatomyr
reviewed
Mar 3, 2025
...respect-core/src/modules/arazzo-description-generator/generate-workflows-from-description.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Jacek Łękawa <164185257+JLekawa@users.noreply.github.com>
Co-authored-by: Jacek Łękawa <164185257+JLekawa@users.noreply.github.com>
190b41a to
ea5c1dd
Compare
tatomyr
approved these changes
Mar 3, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What/Why/How?
Expend Arazzo genration to handle simple cases of securitySchemes (basic, apiKey, bearer) and create
inputsoncomponentslevel,parametersandinputsper Workflow.Autogeneration is still not perfect, but can give more insides about Step security requirements.
Reference
Closes: #1961
Testing
Screenshots (optional)
Check yourself
Security