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

4.x: Adds OciSecretsConfigSourceProvider.java #7391

Merged
merged 15 commits into from
Aug 21, 2023

Commits on Aug 16, 2023

  1. Adds OciSecretsConfigSourceProvider. Addresses issue helidon-io#4238.

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    45ef4d2 View commit details
    Browse the repository at this point in the history
  2. Squashable commit; corrects documentation typos, removes spurious files

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e12586e View commit details
    Browse the repository at this point in the history
  3. Squashable commit; closes Secrets client properly accounting for exce…

    …ptions
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fa7aefa View commit details
    Browse the repository at this point in the history
  4. Squashable commit; breaks particularly annoying fan-out error handlin…

    …g out into its own method
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    01c7488 View commit details
    Browse the repository at this point in the history
  5. Squashable commit; renames invokeAll method to completeAllSecretsTask…

    …s for more clarity
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4726f65 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Squashable commit; refactors error handling and secret summary acquis…

    …ition
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4a0c0e2 View commit details
    Browse the repository at this point in the history
  2. Squashable commit; cleans up documentation, refactors a few lambdas, …

    …etc.
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fad43f5 View commit details
    Browse the repository at this point in the history
  3. Squashable commit; addresses some PR feedback

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    275b6bb View commit details
    Browse the repository at this point in the history
  4. Squashable commit; documents some warnings suppressions

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a7d8cb8 View commit details
    Browse the repository at this point in the history
  5. Squashable commit; removes Weighted implementation; replaces with Wei…

    …ght annotation per instruction
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7360302 View commit details
    Browse the repository at this point in the history
  6. Squashable commit; replicates dependency convergence shenanigans in p…

    …om.xml from other OCI projects
    
    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c9b1fad View commit details
    Browse the repository at this point in the history
  7. Squashable commit; corrects isModified logic

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bd33f8d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Squashable commit; addresses PR feedback

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    98c3582 View commit details
    Browse the repository at this point in the history
  2. Squashable commit; refactors task creation; adds some comments

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    01a1bd5 View commit details
    Browse the repository at this point in the history
  3. Squashable commit; removes constructors from unit tests per request

    Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
    ljnelson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c129041 View commit details
    Browse the repository at this point in the history