You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your feature about ?
Implement a new format/version for Darwin general configuration file.
Describe what you'd like
The current Darwin configuration general file allows only to configure filters, the idea for a new version comes from the need to configure general mechanics for Darwin filters (alerting, stats reporting...)
Additional context
Darwin should be able to read 'old' and 'new' version formats
The text was updated successfully, but these errors were encountered:
# ✨ Pull Request Template
‼️ Once all the **checklist** is **done** you have to:
* **stash merge** this pull request
* **delete** the corresponding **branch**
* **close** the associated **issue**
## 📃 Type of change
Please delete options that are not relevant.
**New feature**: non-breaking change which adds functionality.
**Breaking change**: fix or feature that would cause existing functionality to not work as expected.
## 💡 Related Issue(s)
- Resolve#137
## ✒️ Description
New configuration format created for the darwin manager (darwin.conf).
Validation of darwin.conf files made ith jsonschema.
(Relevant) existing tests added for the v2 format.
- update to python files' header (removed Vulture-specific headers)
- new configuration format (conf v2) implemented
- possibility to add objects in json for general manager/Darwin mechanics
- no more variable object names in conf -> filters are self-contained in a list, with the name as a regular field
- configuration files validation via jsonschema
- new tests for conf v2
- added requirements.txt
## 🎯 Test Environments
### FreeBSD 12.0
- Python 3.6
- new python module: jsonschema 3.2.0
### Ubuntu 18.04
- Python 3.6
- new python module: jsonschema 3.2.0
## ✔️ Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] (**If other changes**) I have made corresponding changes to the documentation
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
</br>
- [x] 🙋 **I certify on my honor that all the information provided is true, and I've done all I can to deliver a high quality code**
What is your feature about ?
Implement a new format/version for Darwin general configuration file.
Describe what you'd like
The current Darwin configuration general file allows only to configure filters, the idea for a new version comes from the need to configure general mechanics for Darwin filters (alerting, stats reporting...)
Additional context
Darwin should be able to read 'old' and 'new' version formats
The text was updated successfully, but these errors were encountered: