mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
3787ea27bf
Applied (almost) the same rules we use to validate index names to new alias names. The only rule not applies it "must be lowercase". We have tests that don't follow that rule and I except there are lots of examples of camelCase alias names in the wild. We can add that validation but I'm not sure it is worth it. Closes #20748 Adds an alias that starts with `#` to the BWC index and validates that you can read from it and remove it. Starting with `#` isn't allowed after 5.1.0/6.0.0 so we don't create the alias or check it after those versions.
49 lines
636 B
Plaintext
49 lines
636 B
Plaintext
|
|
# intellij files
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
build-idea/
|
|
|
|
# eclipse files
|
|
.project
|
|
.classpath
|
|
.settings
|
|
build-eclipse/
|
|
|
|
# netbeans files
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
|
|
# gradle stuff
|
|
.gradle/
|
|
build/
|
|
|
|
# gradle wrapper
|
|
/gradle/
|
|
gradlew
|
|
gradlew.bat
|
|
|
|
# maven stuff (to be removed when trunk becomes 4.x)
|
|
*-execution-hints.log
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# testing stuff
|
|
**/.local*
|
|
.vagrant/
|
|
/logs/
|
|
|
|
# osx stuff
|
|
.DS_Store
|
|
|
|
# needed in case docs build is run...maybe we can configure doc build to generate files under build?
|
|
html_docs
|
|
|
|
# random old stuff that we should look at the necessity of...
|
|
/tmp/
|
|
backwards/
|
|
eclipse-build
|
|
|