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

feat: apps deploy improvements #301

Merged
merged 9 commits into from
Apr 8, 2022
Merged

feat: apps deploy improvements #301

merged 9 commits into from
Apr 8, 2022

Commits on Apr 7, 2022

  1. feat: apps deploy improvements

    - chore: Make dockerhub deployment generic
    - fix: Feature flag error
    - chore: Small refactor on build cmds
    - feat: Include how to inspect logs of failed build
    - fix: Avoid empty lines when not necessary
    - feat: Improve error message when invalid token
    
    before:
    
    ```
    $ meroxa anything
    Error: Post "https://api.meroxa.io/v1/sources": oauth2: cannot fetch token: 403 Forbidden
    Response: {"error":"invalid_grant","error_description":"Unknown or invalid refresh token."}
    ```
    
    after:
    
    ```
    $ meroxa anything
    Error: unknown or invalid refresh token, please run `meroxa login` again
    ```
    - feat: Add spinner to logger
    - feat: Include language on deploy output
    - feat: Add language validation
    - feat: include dashboard url
    raulb committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    aa21e98 View commit details
    Browse the repository at this point in the history
  2. fix: deploy js apps

    raulb committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    77f4aea View commit details
    Browse the repository at this point in the history
  3. interpreting if there are functions or not

    janelletavares committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c7e5d8e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. improvements around building

    janelletavares committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a68a2e6 View commit details
    Browse the repository at this point in the history
  2. unbreak the tar.gz

    janelletavares committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    10b530e View commit details
    Browse the repository at this point in the history
  3. lint

    janelletavares committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e769563 View commit details
    Browse the repository at this point in the history
  4. StopSpinner audit

    janelletavares committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e419ce0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1a3b4f View commit details
    Browse the repository at this point in the history
  6. fix: lint

    raulb committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    54959f2 View commit details
    Browse the repository at this point in the history