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

[#1041] Minikube provider #1179

Merged
merged 38 commits into from
Mar 19, 2021
Merged

[#1041] Minikube provider #1179

merged 38 commits into from
Mar 19, 2021

Commits on Mar 12, 2021

  1. provider must be installed

    Christoph Pröschel committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    31cafc1 View commit details
    Browse the repository at this point in the history
  2. create cluster

    Christoph Pröschel committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3bd58c9 View commit details
    Browse the repository at this point in the history
  3. Add ngrok and docs

    Christoph Pröschel committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4b2c091 View commit details
    Browse the repository at this point in the history
  4. Make ngrok public URL work

    Christoph Pröschel committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c27ee20 View commit details
    Browse the repository at this point in the history
  5. Provision and print endpoints

    Christoph Pröschel committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f5ebe6f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Deliver minikube host to frontend apps and dev environment

    Christoph Pröschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a1dbd33 View commit details
    Browse the repository at this point in the history
  2. Add asciinema demo

    Christoph Pröschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    74857b5 View commit details
    Browse the repository at this point in the history
  3. Remove vagrant scripts

    Christoph Pröschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ccbc1c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Restructure the hosts config to make the ui command work

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7281182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190464c View commit details
    Browse the repository at this point in the history
  3. clean up command

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d72cdde View commit details
    Browse the repository at this point in the history
  4. Remove remaining mentions of airy.core

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    10400d7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feat/minikube-provider

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    317e30c View commit details
    Browse the repository at this point in the history
  6. lint

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0211d03 View commit details
    Browse the repository at this point in the history
  7. Fix to scripts component

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d9dfdff View commit details
    Browse the repository at this point in the history
  8. fix the integration test

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b945bfb View commit details
    Browse the repository at this point in the history
  9. fix icon

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6e17e9f View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: lucapette <ciao@lucapette.me>
    chrismatix and lucapette authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bc2da29 View commit details
    Browse the repository at this point in the history
  11. clean up error code a bit

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3ec7b1f View commit details
    Browse the repository at this point in the history
  12. Update infrastructure/cli/pkg/providers/minikube/minikube.go

    Co-authored-by: lucapette <ciao@lucapette.me>
    chrismatix and lucapette authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    95b06e2 View commit details
    Browse the repository at this point in the history
  13. Update docs/docs/apps/ui/quickstart.md

    Co-authored-by: lucapette <ciao@lucapette.me>
    chrismatix and lucapette authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4af9dc0 View commit details
    Browse the repository at this point in the history
  14. integrate ljupco's doc suggestions

    Christoph Pröschel committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8f581d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Bring back airy.core using the hosts file

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3d4812a View commit details
    Browse the repository at this point in the history
  2. Doc and code fixes for airy.core

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b57bc68 View commit details
    Browse the repository at this point in the history
  3. fix gazelle

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d118170 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    25f8c64 View commit details
    Browse the repository at this point in the history
  5. Config command uses stored kube context

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    88aeed6 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: lucapette <ciao@lucapette.me>
    chrismatix and lucapette authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a8cbf3b View commit details
    Browse the repository at this point in the history
  7. fixes to the minikube installation

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    af320e6 View commit details
    Browse the repository at this point in the history
  8. Fix version file

    Christoph Pröschel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0cad543 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. misc. fixes

    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    10003d7 View commit details
    Browse the repository at this point in the history
  2. lint

    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    17ef1e2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into feat/minikube-prov…

    …ider
    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    35fd4c9 View commit details
    Browse the repository at this point in the history
  4. Add ngrok ingress

    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7667ce8 View commit details
    Browse the repository at this point in the history
  5. Fix variable templating and docs

    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c15ccf1 View commit details
    Browse the repository at this point in the history
  6. Add colored and indentend output for providers

    Christoph Pröschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    91a93b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge remote-tracking branch 'origin/develop' into feat/minikube-prov…

    …ider
    Christoph Pröschel committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ae6090f View commit details
    Browse the repository at this point in the history
  2. update screencast id

    Christoph Pröschel committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4dd3ded View commit details
    Browse the repository at this point in the history