-
Notifications
You must be signed in to change notification settings - Fork 5
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
Commits on Apr 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for aa21e98 - Browse repository at this point
Copy the full SHA aa21e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f4aea - Browse repository at this point
Copy the full SHA 77f4aeaView commit details -
interpreting if there are functions or not
janelletavares committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c7e5d8e - Browse repository at this point
Copy the full SHA c7e5d8eView commit details
Commits on Apr 8, 2022
-
janelletavares committed
Apr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for a68a2e6 - Browse repository at this point
Copy the full SHA a68a2e6View commit details -
janelletavares committed
Apr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 10b530e - Browse repository at this point
Copy the full SHA 10b530eView commit details -
janelletavares committed
Apr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for e769563 - Browse repository at this point
Copy the full SHA e769563View commit details -
janelletavares committed
Apr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for e419ce0 - Browse repository at this point
Copy the full SHA e419ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a3b4f - Browse repository at this point
Copy the full SHA c1a3b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54959f2 - Browse repository at this point
Copy the full SHA 54959f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.