Anton

Results 12 comments of Anton

Bump to this issue, I also faced the inability to clone repository using a tag

+1 for this feature request. DictComp is really a missing thing for this cool library. @Reskov could you prepare a PR? As I see in the previous comment @danthedeckie is...

And another one example ``` import ttp template = ''' interface {{ name }} switchport trunk allowed vlan {{ trunk_vlan | split(',') }} ''' data = ''' interface Ethernet0/1 switchport...

@jeffgdotorg Hi, any news on this issue?

It seems that the right approach of splitting the work among multiple workers involves changing the way the job is being triggered (I mean using depends_on RQ feature). It cannot...

Hey @berlikm, If I got you right, you're talking about some sort of auto-reconciliation: when Validity detects some failed tests, it triggers some workflow which looks at failed tests and...

Yeah, this sounds easier. I suppose you can create netbox custom script and bind it to an [event rule](https://netboxlabs.com/docs/netbox/features/event-rules/) which is triggered on data source update. Here is a snippet...

Hi, could you elaborate on what exactly should be updated? The video was originally based on NetBox 3.x. Right now it's NetBox 4.x, but all the steps are pretty the...

Let's break it down: 1. There are 2 separate processes inside Validity: tests execution and device polling (although they can be executed together for the sake of convenience, in general...

> Maybe you can extend validity poller to give possibility to specify which method/arguments to run or just change send_command with send_command_timing? I can consider adding custom user-defined pollers via...