Anton

Results 18 issues of Anton

### Discussed in https://github.com/StackStorm/st2/discussions/5422 Originally posted by **amyasnikov** November 1, 2021 I'm trying to make HA st2 setup without k8s. My setup: - 3 "cluster" nodes with rabbitmq, redis and...

stale

Last activity in the repo was more than 1 year ago. Is there any plans to fix current issues and make new release? For example, there are two merge requests...

Python version: 3.10.12 TTP version: 0.9.4 Example of the error: ``` import ttp template = ''' interface {{name}} ip address {{address}}/{{mask}} ''' data = ''' interface Ethernet0/1 ip address 1.1.1.1/24...

bug
enhancement

Bugbear reports false-positive "more that one" usage of the generator even if it occurs inside 2 different branches of the if-else statement. This code ``` import itertools for _, group...

bug
help wanted

### NetBox version v4.0.1 ### Feature type Change to existing functionality ### Proposed functionality **Problem** NetBox 4.0 Plugin migration guide suggests using [autotype_decorator](https://github.com/netbox-community/netbox/blob/4a64a3f6e0d0edf27996422eb2dbe0e197a6bea5/netbox/netbox/graphql/filter_mixins.py#L130) to convert filtersets into strawberry filters. However,...

type: feature
status: under review
complexity: medium

It would be nice to implement support of both 3.5-3.7 and 4.0 inside one single Validity version

Splitting the work among multiple RQ workers may sufficiently reduce tests execution time for a huge amount of devices.

It would be useful to have an option to group individual compliance tests into bundles (e.g. group all bgp related tests into "BGP" bundle). It will affect per device compliance...

Allow a test to be skipped if a particular Exception (or a list of exceptions) occurs. "Skipped" means do not create a TestResult instance. As an alternative add a field...