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 support for local registry use to the local-dev tooling #894

Merged
merged 21 commits into from
Jul 25, 2023

Commits on Jul 14, 2023

  1. working version with hardcoded values

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1c9ae35 View commit details
    Browse the repository at this point in the history
  2. set kind image

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6e4baab View commit details
    Browse the repository at this point in the history
  3. cleanup file

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3823234 View commit details
    Browse the repository at this point in the history
  4. remove old local dev tooling and docs

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3cf55f5 View commit details
    Browse the repository at this point in the history
  5. update comments

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d235422 View commit details
    Browse the repository at this point in the history
  6. remove local-dev target

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    535ad2d View commit details
    Browse the repository at this point in the history
  7. go mod tidy

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    369b586 View commit details
    Browse the repository at this point in the history
  8. codgen update

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ec53e66 View commit details
    Browse the repository at this point in the history
  9. pr feedback

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3a3a61c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. support local registry use with the CLI

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    faa6f3f View commit details
    Browse the repository at this point in the history
  2. update logging

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7913d6c View commit details
    Browse the repository at this point in the history
  3. remove local-dev bash script

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2a265b5 View commit details
    Browse the repository at this point in the history
  4. fix linting

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2d251b2 View commit details
    Browse the repository at this point in the history
  5. update codegen

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b6d33cd View commit details
    Browse the repository at this point in the history
  6. move local registry creation to func

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bfd1be4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. linter

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f31aa8c View commit details
    Browse the repository at this point in the history
  2. comment

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7d231b9 View commit details
    Browse the repository at this point in the history
  3. fix whitespace

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    469e507 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. support optionally providing a k8s version

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    26e22f5 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4bb09af View commit details
    Browse the repository at this point in the history
  3. comment

    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4847634 View commit details
    Browse the repository at this point in the history