AndyA

Results 17 issues of AndyA

https://github.com/nautobot/nautobot-plugin-version-control/pull/101 adds Github Actions CI to the repo. Once it is merge, we need to get all stages passing

There is currently a failure coming from the gizmo repo used to generate demo data for the sandbox environment. @nniehoff has confirmed that the same operation works without error against...

This issue is design discussion around interacting with views of historical commits. Currently, branch "heads" are the only versions that can be used with the Version Control plugin. Additional work...

status: internal review

DIff views rely on a manual mapping from ContentType to table-list-view. We must be able to look up a list view for an object in order to extend it as...

Dolt must support the `READ COMMITTED` isolation level in order to properly support Django migrations: Dolt issue here: https://github.com/dolthub/dolt/issues/2007

enhancement

This function spends most of its cycles hashing, so the perf impact of using the `LZCNT` intrinsic is negligible. That said, I think this helps to simplify the fingerprinting logic.