nautobot-app-data-validation-engine
nautobot-app-data-validation-engine copied to clipboard
Data validation rules engine app to easily codify corporate data standards
### Environment * Python version: 3.8.5 * Nautobot version: 1.0.1 * nautobot-plugin-data-validation-engine: 1.0.0-dev ### Steps to Reproduce 1. Create regex rule for Object allowing tags, e.g. ipam.VLAN 2. Specify "tags"...
### Environment * Nautobot version: >2.2 * nautobot-data-validation-engine version: >3.1 ### Proposed Functionality I want to be able to create a DataComplianceRule that can enforce the presence of Tags on...
### Environment * Python version: 3.11.7 * Nautobot version: 2.3.0 * nautobot-data-validation-engine version: 3.1.1 ### Steps to Reproduce 1. Create and enable a data validation rule (e.g. a regex) 2....
Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.2 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.4.0", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-data-validation-engine.git", "path": "/tmp/tmp35h2bte2/nautobot-app-data-validation-engine", "repository_path": "/tmp/tmp35h2bte2/nautobot-app-data-validation-engine", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@nautobot/plugin-data-validation",...
### Environment * Python version: * Nautobot version: 2.3.5 * nautobot-data-validation-engine version: 3.2.0 ### Expected Behavior Nautobot to start up without deprecation warnings ### Observed Behavior With `NAUTOBOT_LOG_DEPRECATION_WARNINGS` enabled, one...
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...
### Environment * Python version: * Nautobot version: * nautobot-data-validation-engine version: ### Expected Behavior Expected a more detailed understanding of the app. ### Observed Behavior https://docs.nautobot.com/projects/data-validation/en/latest/user/app_overview/ provides the sentence: ```...
### Environment * Nautobot version: 2.3.0 * nautobot-data-validation-engine version: 3.1.1 ### Proposed Functionality Allow to update an object if it does not break more validation rules. More formally: `A`: set...