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

Add flytectl install script #29

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on May 13, 2024

  1. Add f-release.yml

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 13, 2024
    Configuration menu
    Copy the full SHA
    56fc13f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from eapolinario/add-f-release

    Add f-release.yml
    eapolinario authored May 13, 2024
    Configuration menu
    Copy the full SHA
    82685b5 View commit details
    Browse the repository at this point in the history
  3. Add goreleaser

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8c95c27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from eapolinario/add-f-release

    Add goreleaser
    eapolinario authored May 13, 2024
    Configuration menu
    Copy the full SHA
    38310e7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Pipe github token

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    92d37ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from eapolinario/add-github-token

    Pipe github token
    eapolinario authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2f41702 View commit details
    Browse the repository at this point in the history
  3. Checkout repo

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    660bfdf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from eapolinario/checkout-repo

    Checkout repo
    eapolinario authored May 14, 2024
    Configuration menu
    Copy the full SHA
    bfa95f1 View commit details
    Browse the repository at this point in the history
  5. Add f/.goreleaser.yml

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    277ad50 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #28 from eapolinario/release-from-subdir

    Add f/.goreleaser.yml
    eapolinario authored May 14, 2024
    Configuration menu
    Copy the full SHA
    c6ba9d8 View commit details
    Browse the repository at this point in the history
  7. Add github token

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f473673 View commit details
    Browse the repository at this point in the history
  8. Add sample gh workflow that skips a job if tag has a certain prefix

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eb5c6b9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    da9fb08 View commit details
    Browse the repository at this point in the history
  2. Add flytectl install script

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9bd9816 View commit details
    Browse the repository at this point in the history
  3. Add matrix

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    52b1a32 View commit details
    Browse the repository at this point in the history
  4. Run flytectl version

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2c68d29 View commit details
    Browse the repository at this point in the history
  5. Do not fail-fast

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7ad2a02 View commit details
    Browse the repository at this point in the history
  6. Test multiple versiosn

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5da2e8c View commit details
    Browse the repository at this point in the history
  7. Only run these in PR if a flytectl file is modified

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    752123b View commit details
    Browse the repository at this point in the history
  8. Fix typo in path

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    29a8fea View commit details
    Browse the repository at this point in the history
  9. Add retries

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f5eaca3 View commit details
    Browse the repository at this point in the history
  10. Set retries another way

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4d1428b View commit details
    Browse the repository at this point in the history
  11. Set retries yet another way

    Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
    eapolinario committed May 22, 2024
    Configuration menu
    Copy the full SHA
    09466b4 View commit details
    Browse the repository at this point in the history