-
Notifications
You must be signed in to change notification settings - Fork 46
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
Release v0.16.0 #315
Merged
Release v0.16.0 #315
Conversation
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
chore: Update version numbers to 0.16.0
…eation and parameter handling - Remove trailing slash from base path only if URL starts with a slash. - Refactor parameter format determination into a separate method `determine_parameter_format`. - Consolidate parameter addition logic into a new method `add_params` for both query/form and header parameters. - Ensure parameters are added only if they do not already exist in the parameters array. - Clean up and add comments for better readability and maintainability. Signed-off-by: ksg <ksg97031@gmail.com>
…ux base path from application properties - Added `join_path` utility function to ensure proper joining of URL segments. - Modified `create_endpoints` to use `join_path` for constructing full URLs. - Introduced logic to read and parse `application.properties` for `spring.webflux.base-path`. - Updated processing of class annotations to use the correct webflux base path if specified in properties. - Removed redundant code handling trailing slashes in base paths. Signed-off-by: ksg <ksg97031@gmail.com>
feat: Add support for generating Zsh completion script
feat: Add support for generating Bash completion script
github-actions
bot
added
📑 documentation
Improvements or additions to documentation
🔬 analyzer
Issue for Analyzer
⚙️ options
Issue for options (flag)
labels
Jun 2, 2024
…ed on ENV variables
Config-powerup
github-actions
bot
added
🔎 detector
Issue for Detector
📦 output-builder
Issue for output builder (format)
💊 spec
Issue for test codes
💌 deliver
Issue for Deliver
🦺 github-action
Issue for GitHub actions
🛥️ workflow
Issue for Workflows
🏷️ tagger
Issue for tagger
labels
Jun 6, 2024
…the generated config file
Improve-config-init
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🔬 analyzer
Issue for Analyzer
⛱️ config
Issue for Configuration
💌 deliver
Issue for Deliver
🔎 detector
Issue for Detector
📑 documentation
Improvements or additions to documentation
🦺 github-action
Issue for GitHub actions
⚙️ options
Issue for options (flag)
📦 output-builder
Issue for output builder (format)
🏁 release
Release!!
💊 spec
Issue for test codes
🏷️ tagger
Issue for tagger
🛥️ workflow
Issue for Workflows
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.
+
#307