nautobot-app-version-control icon indicating copy to clipboard operation
nautobot-app-version-control copied to clipboard

Version Control App that uses and requires a Dolt Database

Results 38 nautobot-app-version-control issues
Sort by recently updated
recently updated
newest added

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...

1) default branch name (possibly as an alias to main within Dolt)

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

As of 9/16/21 - When I attempt to go to http://167.71.81.237:8080/api/docs/, I get this error: ![image](https://user-images.githubusercontent.com/13647153/133679478-c37254f7-ae9a-496f-a31f-b72acac66cc7.png)

## Steps to reproduce - Create an object that has a `status` field (like a `Device`) setting the `status` to `Active` - Create a new branch - Change the `status`...

bug

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