-
Notifications
You must be signed in to change notification settings - Fork 3
feat: extract enricher data from config #97
Conversation
- initial commit
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the Code of Conduct and I hereby accept the Terms |
Codecov Report
@@ Coverage Diff @@
## develop #97 +/- ##
============================================
+ Coverage 40.33% 52.19% +11.86%
============================================
Files 22 28 +6
Lines 838 1071 +233
============================================
+ Hits 338 559 +221
- Misses 500 512 +12
Continue to review full report at Codecov.
|
- sanitizers (formatting)
I have read the Code of Conduct and I hereby accept the Terms |
1 similar comment
I have read the Code of Conduct and I hereby accept the Terms |
- sanitizers (formatting, again)
I have read the Code of Conduct and I hereby accept the Terms |
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments.
I have read the Code of Conduct and I hereby accept the Terms |
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments (part #2)
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments (part #3)
- added integration code: now, we can extract fields, based on the configuration file we have
- some lint sort error
- added support for basic mongo operations and enricher
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.
license-eye has totally checked 207 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
38 | 4 | 165 | 0 |
Click to see the invalid file list
- tests/mib_walk_data/if_mib_walk.json
- tests/mib_walk_data/if_mib_walk_invalid_indexes.json
- tests/mib_walk_data/if_mib_walk_invalid_networks.json
- tests/test_mib_enricher.py
* feat: ADDON-37033 (implement bulk operation for non-oid profiles) * add ObjectType/ObjectIdentity casting of oid values for bulk action * delete debug lines * add info loggers * 1. remove debug logs 2. small refactor 3. add unit tests * change get to walk * fix walk/get mismatch * update get method * update mib_string_handler * revert commented lines * fix casting bug * fix bulk for * oids * refactor and change unit tests * update unit tests * add casting for get varbinds * code refactor with black * Update tests/test_tasks.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add mock for mib_string_handler in unit tests * rename get_data, walk_handler and get_handler * add mocking for imports in unit tests * add mocking for imports in unit tests * reformat code * cleanup unit tests * reorganize imports in test file * format imports * attempt to fix linter workflow * attempt to fix linter workflow * attempt to fix linter workflow * implement _any_failures_happened function to avoid duplicates * format task_utilities file * format task_utilities file * change mib_string_handler description from snmpwalk to snmpbulkwalk * add casting for variable in a single get scenario Co-authored-by: lstoppa <77723162+lstoppa@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- initial commit
- sanitizers (formatting)
- sanitizers (formatting, again)
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments.
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments (part #2)
- sanitizers: json files cannot have comments, however our sanitizer wants our json files to have comments. We changed json to jsoncomment in order to add those required comments (part #3)
- added integration code: now, we can extract fields, based on the configuration file we have
- some lint sort error
- added support for basic mongo operations and enricher
…lunk/splunk-connect-for-snmp-poller into feature/add-static-mongo-data
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Expected release notes (by @omrozowicz-splunk) features: fixes: others (will not be included in Semantic-Release notes):
|
🎉 This PR is included in version 1.5.0-develop.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.