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

TMP: Oci integration test poc (pipeline test 2) #8785

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. Support for inherited annotations in types.

    Fixed javadoc in types.
    
    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    97023aa View commit details
    Browse the repository at this point in the history
  2. Support for text resources in CodegenFiler, that supports replacing c…

    …ontent in annotation processor (to augment or replace resources).
    
    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d0c9765 View commit details
    Browse the repository at this point in the history
  3. Introduction of Helidon Service Registry.

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2d4e252 View commit details
    Browse the repository at this point in the history
  4. Replace usage of Helidon Inject with Service Registry

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7bc2921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5397548 View commit details
    Browse the repository at this point in the history
  6. OCI module based on service registry

    Refactored OCI TLS on the new module
    In progress
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    48d6e57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19eef18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1266281 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb1b405 View commit details
    Browse the repository at this point in the history
  10. OCI integration using Service Registry - support for Region and Authe…

    …ntication Details Provider services.
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    852af23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c359d62 View commit details
    Browse the repository at this point in the history
  12. Move secrets config sources to correct directories.

    Refactor secrets config sources to use Service Registry (from new `helidon-integrations-oci` module)
    tomas-langer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3f2ad07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5f7082 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Use helidon.oci to configure metadata to connect to OCI

    Remove support for `null` from service implementations, support Optional instead
    tomas-langer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f129981 View commit details
    Browse the repository at this point in the history
  2. tmp

    tomas-langer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b54f7de View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Introducing support for service registry in blueprints (to load provi…

    …ders).
    
    A fix for discovered issue with just a single implementation loaded for each service loader service.
    tomas-langer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    82ee4e9 View commit details
    Browse the repository at this point in the history
  2. Copyright fix.

    tomas-langer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    74d8257 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Support custom IMDS URI.

    Support for configurable timeout for calls to IMDS (with a non-zero default).
    Fix tests to work on a machine that has oci config
    tomas-langer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    adfee52 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Introduction of OCI integration test

    Small fix of SDK region provider to make sure metadata endpoint is available to prevent retries
    Fix of constant location.
    tomas-langer committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fa0f958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2462da View commit details
    Browse the repository at this point in the history