Welcome

JadeGit is an open-source extension to JADE which provides source control & deployment capabilities. Interacting with Git repositories is achieved using libgit2, which also provides the ability to use custom ODB backends, allowing use of the JADE database for storing changes persistently.

Source control is implemented using the existing patch control hooks provided by JADE to track changes. Once ready, changes can be staged & committed, at which point changes are extracted from the database into a file based format.

Files are converted back into schema files to be loaded into a JADE environment by building a deployment using the command line executable. More complicated update deployments are built by comparing previous & latest versions of the source files, which supports operations like renames & class moves.

While jadegit does already provide good coverage of basic JADE schema entities, the core functionality is still being developed. If you identify a fault or missing piece of functionality, please raise an issue.

The best way of discovering what jadegit already supports is to try it out using the following guide.

Last updated