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

Ignore capitalization when initializing an app #431

Merged
merged 1 commit into from
Sep 2, 2022
Merged

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Sep 1, 2022

Description of change

any combination of capital letters in the language name should be acceptable

Fixes https://github.com/meroxa/product/issues/541

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging
  • Tested in minikube

Demo

BEFORE
$ m apps init --lang GoLang capitalization
x
Error: language "GoLang" not supported. Currently, we support "javascript", "golang", and "python"

AFTER
$ m apps init --lang GoLang capitalization
✔ Application directory created!
✔ go mod init succeeded!
✔ Downloaded latest turbine-go and turbine-go/running dependencies successfully!
✔ Downloaded all other dependencies successfully!
✔ Git initialized successfully!
Turbine Data Application successfully initialized!
You can start interacting with Meroxa in your app located at "/home/janelle/go/src/github.com/meroxa/demos/capitalization".
Your Application will not be visible in the Meroxa Dashboard until after deployment.

Additional references

Documentation updated

@janelletavares janelletavares marked this pull request as ready for review September 1, 2022 22:01
Copy link
Contributor

@jayjayjpg jayjayjpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reads great, thank you for the swift fix! ✨

@raulb raulb merged commit 0d575dd into master Sep 2, 2022
@raulb raulb deleted the lowercase-langauge branch September 2, 2022 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants