Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jetify-com/launchpad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: jetify-com/launchpad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.2
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 15, 2022

  1. Remove hardcoded smarthop related fields DEV-1227 (#19)

    ## Summary
    Remove hardcoded smarthop related fields. Is it safe to remove?
    
    ## How was it tested?
    launchpad up
    
    ## Is this change backwards-compatible?
    yes-ish
    Lucille Hua authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    64632ec View commit details
    Browse the repository at this point in the history
  2. Allow setting of Helm --create-namespace (#23)

    ## Summary
    
    HelmValueComputer now has settable `createNamespace`, which we pass to Helm when installing charts.
    
    This is the implementation of the suggestion in #20 (comment)
    
    Partially closes DEV-1252.
    
    ## How was it tested?
    `launchpad up` with a BYOC cluster, and with a managed cluster.
    
    ## Is this change backwards-compatible?
    Yes
    
    Co-authored-by: Rodrigo Ipince <ipince@users.noreply.github.com>
    ipince and ipince authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c028493 View commit details
    Browse the repository at this point in the history
  3. Consolidate flags for all commands (#24)

    ## Summary
    Consolidate flags for all commands
    
    ## How was it tested?
    launchpad <cmd> --help
    
    ## Is this change backwards-compatible?
    Yes
    Lucille Hua authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e3a82e4 View commit details
    Browse the repository at this point in the history
  4. Update Readme (#21)

    ## Summary
    Update Readme
    
    ## How was it tested?
    Github markdown preview
    
    ## Is this change backwards-compatible?
    Yes
    
    Signed-off-by: Lucille Hua <lucille.hua@jetpack.io>
    Lucille Hua authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    745b355 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Differentiate between oss commands and MC (#25)

    ## Summary
    Emphasize on Mission Control offerings and Open core concept.
    
    ## How was it tested?
    readme markdown preview
    
    ## Is this change backwards-compatible?
    yes
    
    Signed-off-by: Lucille Hua <lucille.hua@jetpack.io>
    Lucille Hua authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ef14588 View commit details
    Browse the repository at this point in the history
  2. [polish] Print env help even if we're not in a project dir (#28)

    ## Summary
    
    Before:
    ```
    > launchpad env
    2022/11/16 14:35:55 ABORT: There was an error. The cause is:
    	 'launchpad env' only works within a Launchpad project's directory. Please change your current directory to a Launchpad project and try again.
    Run with --debug for more information
    ```
    
    After:
    ```
    > launchpad env
    Manage environment variables and secrets
    
    Securely stores and retrieves environment variables on the cloud.
    ...(clipped)
    ```
    
    ## How was it tested?
    Running `launchpad env` and `launchpad env ls`
    
    ## Is this change backwards-compatible?
    Yes
    
    Co-authored-by: Rodrigo Ipince <ipince@users.noreply.github.com>
    ipince and ipince authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1fd0751 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Update Readme (#26)

    ## Summary
    
    ## How was it tested?
    
    ## Is this change backwards-compatible?
    
    Signed-off-by: Lucille Hua <lucille.hua@jetpack.io>
    Lucille Hua authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0d8b940 View commit details
    Browse the repository at this point in the history
Loading