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

GitHub Actions workflows for CLI #266

Merged
merged 25 commits into from
Jul 30, 2024
Merged

GitHub Actions workflows for CLI #266

merged 25 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. First job in CLI build workflow

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    725734c View commit details
    Browse the repository at this point in the history
  2. Fix paths passed to docker run command

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7dc1912 View commit details
    Browse the repository at this point in the history
  3. Cat the file to see if its there

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fd4067e View commit details
    Browse the repository at this point in the history
  4. Empty for build

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    70e3622 View commit details
    Browse the repository at this point in the history
  5. Cat the file to see if its there

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    142445e View commit details
    Browse the repository at this point in the history
  6. See if it works without clearing the mod and sum first

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    399b220 View commit details
    Browse the repository at this point in the history
  7. Change file permissions

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d6a743f View commit details
    Browse the repository at this point in the history
  8. Remove mod and sum in the docker run command

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    378f8c8 View commit details
    Browse the repository at this point in the history
  9. Run the commands sequentially

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d9284ca View commit details
    Browse the repository at this point in the history
  10. Run in separate step

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6faae98 View commit details
    Browse the repository at this point in the history
  11. Add comments and testing for galasactl locally

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    989e072 View commit details
    Browse the repository at this point in the history
  12. Checkout CLI code to access test script

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5ef76f6 View commit details
    Browse the repository at this point in the history
  13. Combine jobs

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    46812ad View commit details
    Browse the repository at this point in the history
  14. Pass Makefile to make command

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    619aeff View commit details
    Browse the repository at this point in the history
  15. Change directories back

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7938ddb View commit details
    Browse the repository at this point in the history
  16. Remove relative path for CLI cloning

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ac7af50 View commit details
    Browse the repository at this point in the history
  17. Update gradle file path

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    79a93dd View commit details
    Browse the repository at this point in the history
  18. Update paths in docker command

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    999d68c View commit details
    Browse the repository at this point in the history
  19. No longer need to change dirs for make command

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3211438 View commit details
    Browse the repository at this point in the history
  20. Update script paths

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    08b687b View commit details
    Browse the repository at this point in the history
  21. Ecosystem test script

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    284a114 View commit details
    Browse the repository at this point in the history
  22. Build Docker images

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d596e1d View commit details
    Browse the repository at this point in the history
  23. Fix paths in dockerfiles

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5c685ad View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. CLI Main build workflow docker builds

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    72a92db View commit details
    Browse the repository at this point in the history
  2. Add Argocd steps in

    Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
    jadecarino committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5a9b670 View commit details
    Browse the repository at this point in the history