You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add flagd hosting integration with configuration and tests
Signed-off-by: André Silva <[email protected]>
* Update Flagd container image tag to v0.12.9
Signed-off-by: André Silva <[email protected]>
* Moved Fladg example project and configuration files
Signed-off-by: André Silva <[email protected]>
* Refactor Flagd resource configuration and add health check support
Signed-off-by: André Silva <[email protected]>
* Refactor AddFlagd method calls to use named parameters for clarity
Signed-off-by: André Silva <[email protected]>
* Update AddFlagd method to use a default port value instead of nullable
Signed-off-by: André Silva <[email protected]>
* Update README.md to clarify usage and configuration for AddFlagd method
Signed-off-by: André Silva <[email protected]>
* Enhance AddFlagd method to validate port range and update container image version in tests
Signed-off-by: André Silva <[email protected]>
* Add examples folder to solution structure
Signed-off-by: André Silva <[email protected]>
* Add OpenFeature Flagd provider and configuration flags
Signed-off-by: André Silva <[email protected]>
* Update AddFlagd method documentation to specify the expected flag configuration file name
Signed-off-by: André Silva <[email protected]>
* Fix AddFlagd method to correctly set target port for HTTP endpoint
Signed-off-by: André Silva <[email protected]>
* Update README to correct flag configuration file path and enhance usage examples
Signed-off-by: André Silva <[email protected]>
* Refactor AddFlagd method to accept optional port parameter and update related tests
Signed-off-by: André Silva <[email protected]>
* Refactor AddFlagd method to use constant for target port in HTTP endpoint
Signed-off-by: André Silva <[email protected]>
* Refactor logging configuration in AddFlagd method to use default logging level and update related tests
Signed-off-by: André Silva <[email protected]>
* Add tests for flagd provider and assert expected values
Signed-off-by: GitHub <[email protected]>
* Add health check endpoint to Flagd resource and builder
Signed-off-by: GitHub <[email protected]>
* Add OFREP endpoint support to Flagd resource and builder
Signed-off-by: André Silva <[email protected]>
* Refactor AddFlagd method to use WithBindFileSync for flag configuration
Signed-off-by: André Silva <[email protected]>
* Fix documentation for AddFlagd method to include remarks about sync source configuration
Signed-off-by: André Silva <[email protected]>
* Update AddFlagdTests and AppHostTests to improve resource handling and endpoint validation
Signed-off-by: André Silva <[email protected]>
* Add support for OpenFeature.Providers.Ofrep and update related configurations
Signed-off-by: André Silva <[email protected]>
* Fix Ofrep evaluation test by updating connection string retrieval and removing skip attribute
Signed-off-by: André Silva <[email protected]>
* Update README to reflect changes in AddFlagd usage with WithBindFileSync method
Signed-off-by: André Silva <[email protected]>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* Clarify logging and port customization in README
Updated README to clarify logging configuration and port customization for flagd.
* Add Hosting.Flagd.Tests to integration test matrix
Signed-off-by: André Silva <[email protected]>
* Add WithLoglevel method to configure logging level for flagd
Signed-off-by: André Silva <[email protected]>
* Add tests for WithLoglevel method to validate environment variable addition and error handling
Signed-off-by: André Silva <[email protected]>
* Refactor logging configuration: replace WithLogging method with WithLogLevel for improved clarity and functionality
Signed-off-by: André Silva <[email protected]>
---------
Signed-off-by: André Silva <[email protected]>
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Aaron Powell <[email protected]>
| - **Learn More**: [`Hosting.Sqlite`][sqlite-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Hosting.Sqlite][sqlite-shields]][sqlite-hosting-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Hosting.Sqlite][sqlite-shields-preview]][sqlite-hosting-nuget-preview]| An Aspire hosting integration to setup a SQLite database with optional SQLite Web as a dev UI. |
34
35
| - **Learn More**: [`Microsoft.Data.Sqlite`][sqlite-integration-docs] <br /> - Stable 📦: [![CommunityToolkit.Aspire.Microsoft.Data.Sqlite][sqlite-shields]][sqlite-nuget] <br /> - Preview 📦: [![CommunityToolkit.Aspire.Microsoft.Data.Sqlite][sqlite-shields-preview]][sqlite-nuget-preview]| An Aspire client integration for the Microsoft.Data.Sqlite NuGet package. |
@@ -163,6 +164,11 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
<Description>flagd is a feature flag evaluation engine. Think of it as a ready-made, open source, OpenFeature-compliant feature flag backend system.</Description>
0 commit comments