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

fix(cli): handle both single and double quotes during dbAuth setup #11534

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

Josh-Walker-GM
Copy link
Collaborator

Fixes #11526.

We had a few find and replaces which don't work if you elect to have double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not going to audit the entire cli/framework in this PR to ensure we support double quotes at all times. This addresses the issue and so I think is good enough for now. A lot of these functions are utilities so editing them here should have good coverage in other commands.

@Josh-Walker-GM Josh-Walker-GM added the release:fix This PR is a fix label Sep 11, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the next-release-patch milestone Sep 11, 2024
@Josh-Walker-GM Josh-Walker-GM self-assigned this Sep 11, 2024
Copy link
Member

@Tobbe Tobbe left a comment

Choose a reason for hiding this comment

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

LGTM

@Josh-Walker-GM Josh-Walker-GM enabled auto-merge (squash) September 11, 2024 22:46
@Josh-Walker-GM Josh-Walker-GM merged commit e5f03a8 into main Sep 11, 2024
49 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the jgmw/fix-handle-double-quotes-in-dbauth-setup branch September 11, 2024 22:46
Josh-Walker-GM added a commit that referenced this pull request Sep 11, 2024
…11534)

Fixes #11526. 

We had a few find and replaces which don't work if you elect to have
double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not
going to audit the entire cli/framework in this PR to ensure we support
double quotes at all times. This addresses the issue and so I think is
good enough for now. A lot of these functions are utilities so editing
them here should have good coverage in other commands.
Josh-Walker-GM added a commit that referenced this pull request Sep 12, 2024
…11534)

Fixes #11526. 

We had a few find and replaces which don't work if you elect to have
double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not
going to audit the entire cli/framework in this PR to ensure we support
double quotes at all times. This addresses the issue and so I think is
good enough for now. A lot of these functions are utilities so editing
them here should have good coverage in other commands.
Josh-Walker-GM added a commit that referenced this pull request Sep 12, 2024
…11534)

Fixes #11526. 

We had a few find and replaces which don't work if you elect to have
double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not
going to audit the entire cli/framework in this PR to ensure we support
double quotes at all times. This addresses the issue and so I think is
good enough for now. A lot of these functions are utilities so editing
them here should have good coverage in other commands.
Josh-Walker-GM added a commit that referenced this pull request Sep 12, 2024
…11534)

Fixes #11526. 

We had a few find and replaces which don't work if you elect to have
double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not
going to audit the entire cli/framework in this PR to ensure we support
double quotes at all times. This addresses the issue and so I think is
good enough for now. A lot of these functions are utilities so editing
them here should have good coverage in other commands.
Josh-Walker-GM added a commit that referenced this pull request Sep 12, 2024
…11534)

Fixes #11526. 

We had a few find and replaces which don't work if you elect to have
double quotes rather than single quotes.

By default we ship with a config that expects single quotes so I am not
going to audit the entire cli/framework in this PR to ensure we support
double quotes at all times. This addresses the issue and so I think is
good enough for now. A lot of these functions are utilities so editing
them here should have good coverage in other commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Bug]: Double quotes for strings fail auth setup command
2 participants