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 <2493377+askpt@users.noreply.github.com>
* Update Flagd container image tag to v0.12.9
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Moved Fladg example project and configuration files
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor Flagd resource configuration and add health check support
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor AddFlagd method calls to use named parameters for clarity
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update AddFlagd method to use a default port value instead of nullable
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update README.md to clarify usage and configuration for AddFlagd method
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Enhance AddFlagd method to validate port range and update container image version in tests
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Add examples folder to solution structure
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Add OpenFeature Flagd provider and configuration flags
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update AddFlagd method documentation to specify the expected flag configuration file name
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Fix AddFlagd method to correctly set target port for HTTP endpoint
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update README to correct flag configuration file path and enhance usage examples
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor AddFlagd method to accept optional port parameter and update related tests
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor AddFlagd method to use constant for target port in HTTP endpoint
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor logging configuration in AddFlagd method to use default logging level and update related tests
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Add tests for flagd provider and assert expected values
Signed-off-by: GitHub <noreply@github.com>
* Add health check endpoint to Flagd resource and builder
Signed-off-by: GitHub <noreply@github.com>
* Add OFREP endpoint support to Flagd resource and builder
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor AddFlagd method to use WithBindFileSync for flag configuration
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Fix documentation for AddFlagd method to include remarks about sync source configuration
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update AddFlagdTests and AppHostTests to improve resource handling and endpoint validation
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Add support for OpenFeature.Providers.Ofrep and update related configurations
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Fix Ofrep evaluation test by updating connection string retrieval and removing skip attribute
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Update README to reflect changes in AddFlagd usage with WithBindFileSync method
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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 <2493377+askpt@users.noreply.github.com>
* Add WithLoglevel method to configure logging level for flagd
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Add tests for WithLoglevel method to validate environment variable addition and error handling
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
* Refactor logging configuration: replace WithLogging method with WithLogLevel for improved clarity and functionality
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
---------
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
| - **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