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

add elasticsearch hosting #4430

Merged
merged 62 commits into from
Jul 18, 2024
Merged

Commits on Jun 8, 2024

  1. add elasticsearch hosting

    Alirexaa committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2141fb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    ca9709c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    1f11711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287e364 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update src/Aspire.Hosting.Elasticsearch/ElasticsearchContainerImageTa…

    …gs.cs
    
    Co-authored-by: Eric Erhardt <[email protected]>
    Alirexaa and eerhardt committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0ca1018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8716a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    abc9e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d8e01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6026ca1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    cb16e86 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    0d8d276 View commit details
    Browse the repository at this point in the history
  2. add README.md

    Alirexaa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    08537b0 View commit details
    Browse the repository at this point in the history
  3. fix readme

    Alirexaa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    879c5f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49cf72 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    ae5e116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4811f54 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. using PackageReference AspNetCore.HealthChecks.Elasticsearch with `…

    …PrivateAssets=All` in `Aspire.Elastic.Clients.Elasticsearch`
    Alirexaa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    64b06e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77e270 View commit details
    Browse the repository at this point in the history
  3. add tests project

    Alirexaa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4aae48c View commit details
    Browse the repository at this point in the history
  4. add more tests

    Alirexaa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    82e7298 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61c9db8 View commit details
    Browse the repository at this point in the history
  6. add tracing

    Alirexaa committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    44e15d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix HealthCheck

    Alirexaa committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6886908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccae991 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. remove guard

    Alirexaa committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c5394fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067a0b7 View commit details
    Browse the repository at this point in the history
  3. xml docs

    Alirexaa committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c11d7be View commit details
    Browse the repository at this point in the history
  4. fix xml docs

    Alirexaa committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    666d73a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix build

    Alirexaa committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e3060b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Apply suggestions from code review

    Co-authored-by: Eric Erhardt <[email protected]>
    Alirexaa and eerhardt committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fac6fc2 View commit details
    Browse the repository at this point in the history
  2. fix compile errors

    Alirexaa committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9f61338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3992643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4d36f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7977e56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd099d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b9f2622 View commit details
    Browse the repository at this point in the history
  2. Minor PR feedback

    eerhardt committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    25046b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ce86f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2074e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Ankit Jain <[email protected]>
    Alirexaa and radical committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c0986e7 View commit details
    Browse the repository at this point in the history
  2. seperate Elaticsearch tests

    Alirexaa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cb29f9b View commit details
    Browse the repository at this point in the history
  3. fix build error

    Alirexaa committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    42dd62b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    647dc23 View commit details
    Browse the repository at this point in the history
  2. add suggested changes

    Alirexaa committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    40999c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e0e58c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7069f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    171e60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6474f View commit details
    Browse the repository at this point in the history
  3. remove invalid test

    Alirexaa committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a45e26f View commit details
    Browse the repository at this point in the history
  4. fix type name

    Alirexaa committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ce3f1a2 View commit details
    Browse the repository at this point in the history
  5. fix failing test

    Alirexaa committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8f99db1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. add functional tests

    Alirexaa committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b8ce534 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. add elastic logo

    Alirexaa committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    71b45d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f657e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add SuppressFinalPackageVersion for the initial version of the Elasti…

    …csearch libraries
    
    This allows us to ship these libraries as preview even when the rest of the Aspire libraries ship stable. Will remove and ship stable once the libraries have had time to get feedback.
    eerhardt committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    557c72b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    b5bb53e View commit details
    Browse the repository at this point in the history
  2. fix merge

    radical committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0c5dfc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3088bac View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into elasticsearch-hosing

    # Conflicts:
    #	tests/Shared/RepoTesting/Directory.Packages.Helix.props
    #	tests/testproject/TestProject.AppHost/TestProject.AppHost.csproj
    #	tests/testproject/TestProject.IntegrationServiceA/TestProject.IntegrationServiceA.csproj
    radical committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aba6d1e View commit details
    Browse the repository at this point in the history
  5. Remove elasticsearch from EndToEnd tests now that we have functional …

    …tests that cover the same functionality.
    eerhardt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e0b638e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe594e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix tests

    eerhardt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    91abd1b View commit details
    Browse the repository at this point in the history