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

e2e tests: Move to efficientgo/e2e #4610

Merged
merged 8 commits into from
Sep 28, 2021

Commits on Aug 27, 2021

  1. Adjust e2ethanos pkg

    - Adjusts services to use e2e
    - Simplifies some func signatures, remove redundant funcs etc.
    - Adds service for reverse proxy (instead of using one on host)
    - Adds service for Minio (a workaround, see issue in the func comment)
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7975d40 View commit details
    Browse the repository at this point in the history
  2. Adjust e2e tests

    - Mechanical replacement / adjustments to new services, package imports etc.
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    e6c572e View commit details
    Browse the repository at this point in the history
  3. go mod update; adjust gitignore

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ffcf823 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    f865f52 View commit details
    Browse the repository at this point in the history
  2. Fix condition in Query FE

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    49c3e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    2495d41 View commit details
    Browse the repository at this point in the history
  2. Simplify propagation of container hostnames

    - Remove manually building hostname with netName
    - Use InternalEndpoint instead
    - Take advantage of future runnable to get hostname addresses for configs
    
    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    36f921a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

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