-
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
Release Mdpx (do not merge) #836
Draft
anna-cross
wants to merge
59
commits into
main
Choose a base branch
from
mdpx
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add tenant subdomain to env
* Log in with basic auth client * Remove accounts (#826)
* rremove unused commands and docs
* Generate a mock basic client
Generic functions to print tables and lists
* Log in with basic auth client * fmt * cleaning up * lint * fmt * Generate a mock basic client * dep update * trying with mockery * try brew * brew version * maybe without the v * old school * no more brew * no longer used * Generic functions to print tables and lists * WIP * Update test and deploy * lint * Place holder for image name * Keep snake case for now --------- Co-authored-by: anna-cross <[email protected]>
refactor: apps deploy
* More command updates and test fixes * l i n t * gomod and lint * lint * Delete apps_test.go --------- Co-authored-by: anna-cross <[email protected]>
We're setting ACCESS_TOKEN here already https://github.com/meroxa/cli/blob/dbc5221c152ea8cf44f942cca39d5ad4344c6efe/cmd/meroxa/root/auth/login.go#L87.
Mdpx remove meroxa go
Co-authored-by: Samir Ketema <[email protected]>
Update dashboard URL to point to pocketbase dashboard
Add version and language headers to describe and remove
Add secrets command to CLI
Mdpx documentation update
Secrets upgrade
* feat: update to turbine-core v2 - Removes unused code - Create tar and upload it to pocketbase - Pull new core changes, file upload on single post - chore: use turbine-core new spec - build binary - update mock - imageArchive for field name - remove secrets update from commands - disable function integration - send version and remove dup - update turbine app - chore: update golangci-lint action brought by #866 * feat: apps deploy default 1m * chore: fix test and update docs
Only Add Auth Token if it Hasnt Been Added
Removing Turbine References and Usage
Removing Turbine References and Usage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of change
Full set of CLI changes for new Meroxa MDPX Platform. Includes:
Fixes
Type of change
How was this tested?
Demo
Additional references
Documentation updated