-
Notifications
You must be signed in to change notification settings - Fork 21
feat: remove splunk-appinspect #494
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
Conversation
* ci: apply concurrency for build-test-release job * refactor: use conf-parser in EventtypeParser instead of splunk-appinspect * refactor: use conf-parser in SavedsearchesParser instead of splunk-appinspect * refactor: use conf-parser in TransformsParser instead of splunk-appinspect * refactor: use conf-parser in PropsParser instead of splunk-appinspect * refactor: remove splunk-appinspect from AddonParser * docs: remove splunk-appinspect mentions from PropsParser * test: empty stanza in savedsearches.conf * refactor: use new EventtypeParser in cim_field_report * refactor: use conf-parser in eventgen.conf parser * chore: remove create_new_eventgen * feat: remove splunk_appinspect dependency * chore: rename to pytest_splunk_addon_data * chore: style the docs pagee * ci: restructure tests * ci: not run tests with Splunk 8.0 * refactor: move some public methods to be private * ci: add debug-statements to pre-commit configuration
# [1.12.0-beta.1](v1.11.3...v1.12.0-beta.1) (2021-12-16) ### Features * remove splunk-appinspect dependency ([#464](#464)) ([206c7d1](206c7d1))
# [1.12.0-beta.2](v1.12.0-beta.1...v1.12.0-beta.2) (2021-12-17) ### Bug Fixes * RFC3164 regex updated ([#479](#479)) ([35ff77f](35ff77f))
|
CLA Assistant Lite bot: All contributors have NOT signed the COC Document I have read the Code of Conduct and I hereby accept the Terms 1 out of 2 committers have signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## main #494 +/- ##
=======================================
Coverage ? 95.06%
=======================================
Files ? 49
Lines ? 2612
Branches ? 0
=======================================
Hits ? 2483
Misses ? 129
Partials ? 0 Continue to review full report at Codecov.
|
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [junitparser](https://github.com/weiwei/junitparser) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/weiwei/junitparser/releases) - [Changelog](https://github.com/weiwei/junitparser/blob/master/CHANGELOG.md) - [Commits](weiwei/junitparser@2.2.0...2.3.0) --- updated-dependencies: - dependency-name: junitparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
Expected release notes (by @arys-splunk) features: others (will not be included in Semantic-Release notes):
|
|
Closing this one in favour of #499 |
This PR cleans up PSA: removes splunk-appinspect dependency, cleans documentation and uploads coverage results to codecov.io
I have tested PSA without splunk-appinspect in couple of add-ons and it works.
Closes #475