Push view to repo (Project)
Description
The Push view to repo Property is available in Project Settings.
You can select how to store and replace the pushed generated artifacts in your Git repository.
Format
The Push view to repo is a List of values.
The available options are:
- All in one folder:
- When pushing to repo a complete Project generation or a View generation, it is stored in an artifact folder and the new one replaces the previous version
- Example:
- First push of the complete Project:
- Then we push the Creditcard view:
All the existing files were replaced by the last pushed partial generation from the view
- First push of the complete Project:
- Separate folder for all and view:
- When pushing to repo a complete Project generation, it is stored in an artifact > full folder and the new one (complete Project) replaces the previous version
- When pushing to repo a View generation, it is stored in an artifact > partial folder and a new one (for each views) replaces the previous version
- Example:
- Unique folder per view:
- When pushing to repo a complete Project generation, it is stored in an artifact > full folder and the new one (complete Project) replaces the previous version
- When pushing to repo a View generation, it is stored in an artifact > [view name] folder and a new one (for the dedicated view) replaces the previous version
- Example:
We have a full generation and 2 partial generation for the CreditCard and the Customer views
Choosing the option Unique folder per view in larger projects could have a negative impact on performance in the biGENIUS-X UI.
Example:
Default Value
The default value is All in one folder.