{"id":18445504,"url":"https://github.com/nautobot/nautobot-app-version-control","last_synced_at":"2026-04-01T18:26:10.837Z","repository":{"id":39825106,"uuid":"366710205","full_name":"nautobot/nautobot-app-version-control","owner":"nautobot","description":"Version Control App that uses and requires a Dolt Database","archived":false,"fork":false,"pushed_at":"2024-09-27T16:18:48.000Z","size":48646,"stargazers_count":30,"open_issues_count":30,"forks_count":8,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2026-03-28T00:37:22.408Z","etag":null,"topics":["dolt","nautobot","nautobot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nautobot.png","metadata":{"files":{"readme":"README.md","changelog":"changes/.gitignore","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-12T12:37:03.000Z","updated_at":"2025-11-06T03:08:20.000Z","dependencies_parsed_at":"2023-02-17T00:01:26.991Z","dependency_job_id":"707851a1-b7e1-420d-87b9-74899e2cc948","html_url":"https://github.com/nautobot/nautobot-app-version-control","commit_stats":null,"previous_names":["nautobot/nautobot-app-version-control","nautobot/nautobot-plugin-version-control"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nautobot/nautobot-app-version-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nautobot%2Fnautobot-app-version-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nautobot%2Fnautobot-app-version-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nautobot%2Fnautobot-app-version-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nautobot%2Fnautobot-app-version-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nautobot","download_url":"https://codeload.github.com/nautobot/nautobot-app-version-control/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nautobot%2Fnautobot-app-version-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dolt","nautobot","nautobot-plugin"],"created_at":"2024-11-06T07:06:11.542Z","updated_at":"2026-04-01T18:26:10.793Z","avatar_url":"https://github.com/nautobot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nautobot Version Control\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/nautobot/nautobot-app-version-control/develop/docs/images/icon-nautobot-version-control.png\" class=\"logo\" height=\"200px\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/nautobot/nautobot-app-version-control/actions\"\u003e\u003cimg src=\"https://github.com/nautobot/nautobot-app-version-control/actions/workflows/ci.yml/badge.svg?branch=main\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.nautobot.com/projects/version-control/en/latest/\"\u003e\u003cimg src=\"https://readthedocs.org/projects/nautobot-plugin-version-control/badge/\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/nautobot-version-control/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/nautobot-version-control\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/nautobot-version-control/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/dm/nautobot-version-control\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  An \u003ca href=\"https://networktocode.com/nautobot-apps/\"\u003eApp\u003c/a\u003e for \u003ca href=\"https://nautobot.com/\"\u003eNautobot\u003c/a\u003e.\n\u003c/p\u003e\n\n## Overview\n\nThe Nautobot Version Control app brings version control to the [Nautobot](https://github.com/nautobot/nautobot) open source Network Source of Truth and Network Automation Platform. \n\nNautobot provides a number of features to validate its data model and safeguard network configuration from errors. Adding database versioning provides another layer of assurance by enabling human review of proposed changes to production data, use of automated testing pipelines, and database rollback in the case of errors. \n\nThe database versioning is made possible by the use of a [Dolt](https://github.com/dolthub/dolt) database. Dolt is a MySQL-compatible SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.\n\nDolt’s *branch* and *merge* versioning model allows operators to safely modify the data model on feature branches, merging to production only after validation is complete.\n\n\n### Screenshots\n\n\u003e Developer Note: Add any representative screenshots of the App in action. These images should also be added to the `docs/user/app_use_cases.md` section.\n\n\u003e Developer Note: Place the files in the `docs/images/` folder and link them using only full URLs from GitHub, for example: `![Overview](https://raw.githubusercontent.com/nautobot/nautobot-plugin-version-control/develop/docs/images/plugin-overview.png)`. This absolute static linking is required to ensure the README renders properly in GitHub, the docs site, and any other external sites like PyPI.\n\nMore screenshots can be found in the [Using the App](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the plugin's added functionality:\n\n![](https://raw.githubusercontent.com/nautobot/nautobot-plugin-version-control/develop/docs/images/placeholder.png)\n\n## Try it out!\n\n\u003e Developer Note: Only keep this section if appropriate. Update link to correct sandbox.\n\nThis App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!\n\n\u003e For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).\n\n## Documentation\n\nFull documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:\n\n- [User Guide](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/user/faq/).\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nautobot/nautobot-plugin-version-control/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/nautobot-version-control/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnautobot%2Fnautobot-app-version-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnautobot%2Fnautobot-app-version-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnautobot%2Fnautobot-app-version-control/lists"}