Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Joget DX provides automatic integration with Git behind the scenes. All app definitions and components are stored in the filesystem and version controlled using Git, including plugins and resources. Should you wish to integrate with an external Git, Git Configuration allows users to integrate with an external version control using Git. To access into the built-in Git, the local repository is in <Joget installation folder>\wflow\app_src\<App ID>\<App ID_version number>
|
...
Name | Description | ||
---|---|---|---|
Remote Git URLURL for the Remote Git | The URI to the remote Git server (e.g. GitHub, BitBucket, GitLab, internal servers, etc) to push commits to | ||
Remote Git UsernameUsername used in the Remote Git | The username to authenticate to the remote Git server | ||
Remote Git PasswordPassword used in the Remote Git | The password to authenticate to the remote Git server | ||
Exclude App Configuration (Environment Variables and Plugin Default Properties)Excludes Environment Variables and Plugin Default Properties for Git Commit and Push | Check this to NOT commit environment variables and plugin default properties. This is meant for configuration values (e.g. settings that might differ in development vs testing vs production) | ||
Always Pull from Remote Server | By defaultCheck this to allows pull from the remote Git server on every request. If unchecked, it will only perform a Pull upon confirming an action such as save or delete.If this option is enabled, it will always perform a Pull even just by accessing a Builderpull before it attempts to push any updates.
| ||
Auto Sync DB From Git | Check this to automatically check for updates in the Git project files and to update the DB definitions accordingly |