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

feature: dotenv support - allow to change the used OpenSearch version (ddev 1.23.5) #7

Merged
merged 7 commits into from
Oct 19, 2024

Commits on Oct 19, 2024

  1. Add dotenv support for ddev 1.23.5

    Add the following variables:
    
    - OPENSEARCH_TAG -> defines the tag of the used opensearch image
    - INSTALL_PLUGIN_ANALYSIS_PHONETIC: boolean var
    - INSTALL_PLUGIN_ANALYSIS_ICU: boolean var
    
    docker-compose is now passing the args to the used Dockerfile
    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    76d5e3a View commit details
    Browse the repository at this point in the history
  2. Update readme and allow to define the dashboards version

    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6c33228 View commit details
    Browse the repository at this point in the history
  3. Use new "ddev add-on" command in tests

    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bc6937c View commit details
    Browse the repository at this point in the history
  4. chore: format bash code sample

    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e4de43f View commit details
    Browse the repository at this point in the history
  5. Use add-on get also in release test

    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9640623 View commit details
    Browse the repository at this point in the history
  6. Add # bats test_tags=release

    Christian Münch committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e327589 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Co-authored-by: Stanislav Zhuk <[email protected]>
    cmuench and stasadev authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f253ff1 View commit details
    Browse the repository at this point in the history