-
Notifications
You must be signed in to change notification settings - Fork 122
Release/1.8.0 #182
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
Merged
Merged
Release/1.8.0 #182
Conversation
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
Update: - Apps/appinstall is replaced with apps/local. - Application Path is replaced with just application name while loading app.
Test Case for the PR 150
Master To Develop PR for v1.7.1
Update: - Apps/appinstall is replaced with apps/local. - Application Path is replaced with just application name while loading app.
Update: - Modular input folder name is renamed as modular_input. - Ignored test cases are enabled again for execution. - Docker file points to newer sdkappcollection.
…into DVPL-9706
Update: - Apps/appinstall is replaced with apps/local. - Application Path is replaced with just application name while loading app.
…into DVPL-9706
Apps/app-install replaced with apps/local
Methods for setting Splunk and Bearer token added.
Deploy plugin is removed from splunk module.
Remove dependency on maven-deploy-plugin
Update: - Boolean flag validateCertificates is introduced. - createSSLFactory method is modified to handle certificates of local & non-local environment. For now local configuration are set up.
Update: - Test case added to bypass certificate validation.
Update: - Skipping certificate validation while executing test cases. - Removed CertificateValidationTest file, as it is no longer required.
Update: - Login Examples using creds & tokens are added. - Job creation using search criteria example
**Update:** - Splunk token is replaced **Session token**. - Bearer is replaced with **Authentication**. - Splunk Docs URL is pointing to latest release.
README.md updated with Test example
Master -> Develop
Enable certificate validation by default, allow all certificates for local environment.
Update: - String formatter with \r\n removed and modified with alternate approach. - Host param is removed.
Headers modified in Socket creation.
External Entities restricted in XML factory.
Update: - POM files updated. - Splunk version updated to 1.7.2 . - Splunk parent version pom is updated to v1.0.1 . - README.md and CHANGELOG.md updated with regards to v1.7.2 .
fantavlik
approved these changes
Dec 9, 2021
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.
Ship it! 🚀
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.
Update: