Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 15, 2025

  1. Refactor Google Secrets integration to support options and improve co…

    …nfiguration handling (#23)
    
    This pull request introduces several significant changes to the
    `GoogleSecrets` configuration functionality. The most important updates
    include the addition of a new overload for `AddGoogleSecrets`, the
    removal of redundant code, and enhancements to the handling of
    `GoogleSecretsOptions`.
    
    ### Key Changes:
    
    #### New Features:
    * Added a new overload for `AddGoogleSecrets` to allow passing
    `GoogleSecretsOptions`.
    
    #### Code Simplification:
    * Removed the redundant environment variable check for
    `GoogleSecretsProject` in `ConfigurationBuilderExtensions`.
    [[1]](diffhunk://#diff-3a42ad5a1b6e9fd57bf3513b6cdee8a15582556ed87bd3a456c3cff0da036c27L20-L29)
    [[2]](diffhunk://#diff-4c1edd3a47fe0ee6052f244806defa0d9acf7a1e57660749e2a7de329850795eL20-R33)
    * Simplified the `AddGoogleSecrets` method by removing the check for
    `ProjectName` in `GoogleSecretsOptions`.
    
    #### Enhancements:
    * Set the `ProjectName` property in `GoogleSecretsOptions` to default to
    the environment variable `GoogleSecretsProject` if available.
    * Added a warning log and early return in `GoogleSecretsProvider` if
    `ProjectName` is not set.
    neotrow authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    9f512a0 View commit details
    Browse the repository at this point in the history
  2. Release 1.5.0

    GitHub Release Bot committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    78d95b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Add log message for Google Secrets project loading (#24)

    Introduce a log message to indicate which Google Secrets project is
    being loaded, enhancing debugging capabilities when multiple projects
    are in use.
    neotrow authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    4140467 View commit details
    Browse the repository at this point in the history
  2. Release 1.6.0

    GitHub Release Bot committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    83c2516 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Update README.md

    neotrow authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    75d0b94 View commit details
    Browse the repository at this point in the history
Loading