Skip to content

Allow quoted strings in comma-separated jstags #1586

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

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Allow quoted strings in comma-separated jstags #1586

merged 2 commits into from
Mar 29, 2022

Conversation

swallez
Copy link
Member

@swallez swallez commented Mar 28, 2022

Allows quoted strings in @aliases and other comma-separated jstags.

This is needed for StorageType where the empty string is an alias for the fs enum member (a follow-up PR will add it).

Asking for index defaults with include_default=true will return "" for the storage type. When parsing this setting, Elasticsearch interprets the empty string as fs.

Copy link
Member

@delvedor delvedor left a comment

Choose a reason for hiding this comment

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

LGTM

Can you run the linter?

cd compiler
npm run lint:fix

Should do the trick.

@swallez
Copy link
Member Author

swallez commented Mar 29, 2022

Lint done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants