Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the zcl and template packages during generation #1443

Commits on Oct 22, 2024

  1. Update the zcl and template packages during generation

    - Create a flag called --upgradeZapFile which can be passed during generation to update the package paths during generation. add this to apack.json
    - During generation use the flag to determine if packages should be updated in the .zap file. If the .zap file does not already have the packages mentioned in generation(uc_generate) then the .zap file is updated with those packages and saved.
    - Normalize the paths in the options.zcl/template such that they can be searched accurately in the database
    - Adding unit tests for checking the path upgrades to packages in the .zap file before and after generation is complete.
    - JIRA: ZAPP-1456
    brdandu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7424a13 View commit details
    Browse the repository at this point in the history