refactor(test): standardize file naming and migrate from JWT to Basic Auth #787
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.
Because
_instead of dash-)This commit
grpc_create_model.js→grpc-create-model.jsrest_create_model.js→rest-create-model.jsrest_create_model_with_jwt.js→rest-create-model-with-basic-auth.jsrest_deploy_model_with_jwt.js→rest-deploy-model-with-basic-auth.jsrest_model_card_with_jwt.js→rest-model-card-with-basic-auth.jsrest_publish_model_with_jwt.js→rest-publish-model-with-basic-auth.jsrest_query_model_with_jwt.js→rest-query-model-with-basic-auth.jsrest_update_model_with_jwt.js→rest-update-model-with-basic-auth.jsrest_with_jwt.js→rest-with-basic-auth.jsgetBasicAuthHeader()helper function for Basic Auth encodingsetup()functions ingrpc.jsandrest.jsto use Basic Auth instead of JWT login/v1alpha/health/modelto/v1beta/health/model