Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
App Version | Description |
---|---|
1 | Modify request form. |
2 | Add calendar menu to the app. |
Figure 1: Completed work on app version 1 and app version 2
...
Once the version is created, navigate to the newly created version ( i.e. wflow/app_arc/meeting/meeting_3 ) from your command line. We are going to merge v1 and v3 through GIT commands below.
Figure 3: Merge app version 1 and 3 using GIT
...
Once we have merged them, if there are any conflicts, we will need to resolve them. In the figure shown below, we can see that there are 4 conflicted files.
Figure 4: Resolving ConflictsÂ
In this case, we are making use of Visual Studio Code to inspecting the conflicted files and resolve them.
Figure 5: Resolving Conflicts using Visual Studio Code
...
Once all conflicts are resolved, we can then commit merge.
Figure 6: Commit Merge
Going back to the Joget screen, navigate to "App Configuration Management" > "Git Configuration", turn on "Auto Sync DB from GIT" as shown in the figure below.
Figure 7: Turn on Auto Sync DB from GIT
...
We can check the server log for sync completion. Once it is done, we can then inspect the app again to make sure that everything in v1 and v2 is merged properly in v3.
Figure 8: Verify changes from version 1 and 2 in-app version 3.
...