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

Fix plan artefact storage with gcp buckets #1251

Merged
merged 27 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. implement write

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    131de1a View commit details
    Browse the repository at this point in the history
  2. use artefact name

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8109bf6 View commit details
    Browse the repository at this point in the history
  3. use filename

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    77ee4cd View commit details
    Browse the repository at this point in the history
  4. adjust pr number

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    66f01b0 View commit details
    Browse the repository at this point in the history
  5. handle prnumber as int

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1404d34 View commit details
    Browse the repository at this point in the history
  6. fix syntax error

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5f73e57 View commit details
    Browse the repository at this point in the history
  7. fix planexists() function

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6b25f0a View commit details
    Browse the repository at this point in the history
  8. fix plan path

    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e994901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    317ee99 View commit details
    Browse the repository at this point in the history
  10. refactor: remove the attribute planFileName to only use storePlanFile…

    …Name consistenyl accross
    motatoes committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    32c09e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. add e2e tests for storage

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    59f37a0 View commit details
    Browse the repository at this point in the history
  2. add branch

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9d55427 View commit details
    Browse the repository at this point in the history
  3. fix workflow file

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    45968d2 View commit details
    Browse the repository at this point in the history
  4. fix workflow

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    47350ed View commit details
    Browse the repository at this point in the history
  5. fix testing

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f7753ca View commit details
    Browse the repository at this point in the history
  6. add creds file

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    361faa1 View commit details
    Browse the repository at this point in the history
  7. checkout step

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d24eb97 View commit details
    Browse the repository at this point in the history
  8. go tests

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    88e1a21 View commit details
    Browse the repository at this point in the history
  9. no build for cli

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    703a3df View commit details
    Browse the repository at this point in the history
  10. update go version

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cc45834 View commit details
    Browse the repository at this point in the history
  11. add logs

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9bb0234 View commit details
    Browse the repository at this point in the history
  12. logs

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4ec6cea View commit details
    Browse the repository at this point in the history
  13. use runner temp

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2ecc115 View commit details
    Browse the repository at this point in the history
  14. set output

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    65d00e3 View commit details
    Browse the repository at this point in the history
  15. auth

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0e78fd4 View commit details
    Browse the repository at this point in the history
  16. add gcloud

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9581ff1 View commit details
    Browse the repository at this point in the history
  17. load from file

    motatoes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fb2b31f View commit details
    Browse the repository at this point in the history