Andrew Edwards

Results 10 issues of Andrew Edwards

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** I would like to be able to use suzieq on Fortigate firewalls. **Additional context**

Test full configuration workflows in a circular way that ensures correctness of hier_config's remediation and future config generating features. - Instances - One set of test files for each major...

``` $ mypy --strict hier_config/ hier_config/options.py:1: error: Implicit generic "Any". Use "typing.Dict" and specify generic parameters hier_config/options.py:16: error: Implicit generic "Any". Use "typing.Dict" and specify generic parameters hier_config/options.py:79: error: Implicit...

- [ ] Find a way to use a single idempotency rule for the following: ``` client 10.1.1.1 server-key client 10.2.2.2 server-key ``` ``` #e.g. idempotent_commands: - lineage: - re_search:...

enhancement

hier_config has the ability to load many instances of remediation into a single object tree. This provides the basis for creating reports over large sets of hier_config remediation configs e.g.:...

documentation

Add support for IOS-XR configuration comments ``` router isis backbone set-overload-bit on-startup 180 is-type level-2-only ! ISIS network number should be encoded with 0-padded loopback IP ! example: ! example:...

Create remediation fix up functions for IOS/NXOS/EOS/IOS-XR that safely remove unused objects such as: - ACLs - Prefix lists/sets - object-groups - VRFs - AS Path Sets - IPv6 general...

enhancement

Please implement the [Ruff](https://github.com/astral-sh/ruff) linter and resolve issues. I suggest configuring Ruff with all rules enabled by default and then selectively disable problematic rules. Ruff covers a significant fraction of...

### Environment * Nautobot version: 1.6.2 * nautobot-plugin-device-lifecycle-mgmt version: 1.3.2 There is no method to bulk delete(delete selected) on the software page - /plugins/nautobot-device-lifecycle-mgmt/software/ ### Proposed Functionality Add delete selected...

status: accepted
target: 2.X release
target: 1.X release

Update to python 3.10 conventions e.g. - Union syntax - StrEnum