Skip to content

Commit

Permalink
feat: flagd provider basic functionality (open-feature#31)
Browse files Browse the repository at this point in the history
feat: implement the flagd provider

Signed-off-by: Florian Bacher <[email protected]>
Co-authored-by: Benjamin Evenson <[email protected]>
Co-authored-by: Todd Baert <[email protected]>
Signed-off-by: Vladimir Petrusevici <[email protected]>
  • Loading branch information
3 people authored and vpetrusevici committed Oct 18, 2023
1 parent d9ff495 commit 00f5fcc
Show file tree
Hide file tree
Showing 12 changed files with 839 additions and 53 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive

- name: Install dependencies
run: dotnet restore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive

- name: Install dependencies
run: dotnet restore
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/OpenFeature.Contrib.Providers.Flagd/schemas"]
path = src/OpenFeature.Contrib.Providers.Flagd/schemas
url = [email protected]:open-feature/schemas.git
4 changes: 2 additions & 2 deletions build/Common.tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<AutoFixtureVer>[4.17.0]</AutoFixtureVer>
<CoverletCollectorVer>[3.1.2]</CoverletCollectorVer>
<FluentAssertionsVer>[6.7.0]</FluentAssertionsVer>
<MicrosoftNETTestSdkPkgVer>[17.2.0]</MicrosoftNETTestSdkPkgVer>
<MoqVer>[4.18.1]</MoqVer>
<MicrosoftNETTestSdkPkgVer>[17.3.2]</MicrosoftNETTestSdkPkgVer>
<MoqVer>[4.18.2]</MoqVer>
<XUnitRunnerVisualStudioPkgVer>[2.4.3,3.0)</XUnitRunnerVisualStudioPkgVer>
<XUnitPkgVer>[2.4.1,3.0)</XUnitPkgVer>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 00f5fcc

Please sign in to comment.