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

[FEATURE] New command percli dac build #1699

Merged

Commits on Jan 19, 2024

  1. New command percli dac build to build a dashboard from a DaC CUE de…

    …finition
    
    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    752823d View commit details
    Browse the repository at this point in the history
  2. Update user doc

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0103ada View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2c21eb3 View commit details
    Browse the repository at this point in the history
  4. Sanitize the file input

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f49b263 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    22afad8 View commit details
    Browse the repository at this point in the history
  6. fix unit tests + bump cue version to 0.7.0 for all gh actions

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    834b3bd View commit details
    Browse the repository at this point in the history
  7. Add mode flag to choose between output on stdout vs file

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4998bc3 View commit details
    Browse the repository at this point in the history
  8. Properly support -d flag to build multiple DaC files at once

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dfe1db2 View commit details
    Browse the repository at this point in the history
  9. Add an explanation about a non-intuitive difference between `percli d…

    …ac build` and `cue eval`
    
    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    802e216 View commit details
    Browse the repository at this point in the history
  10. Adjustments following PR review

    Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
    AntoineThebaud committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    447e6ae View commit details
    Browse the repository at this point in the history