Skip to content

Commit 5ed9336

Browse files
bacherflbenjirotoddbaert
authored
feat: flagd provider basic functionality (#31)
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]>
1 parent d6aad66 commit 5ed9336

File tree

12 files changed

+839
-53
lines changed

12 files changed

+839
-53
lines changed

Diff for: .github/workflows/linux-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25+
submodules: recursive
2526

2627
- name: Install dependencies
2728
run: dotnet restore

Diff for: .github/workflows/windows-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25+
submodules: recursive
2526

2627
- name: Install dependencies
2728
run: dotnet restore

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/OpenFeature.Contrib.Providers.Flagd/schemas"]
2+
path = src/OpenFeature.Contrib.Providers.Flagd/schemas
3+
url = [email protected]:open-feature/schemas.git

Diff for: build/Common.tests.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<AutoFixtureVer>[4.17.0]</AutoFixtureVer>
4646
<CoverletCollectorVer>[3.1.2]</CoverletCollectorVer>
4747
<FluentAssertionsVer>[6.7.0]</FluentAssertionsVer>
48-
<MicrosoftNETTestSdkPkgVer>[17.2.0]</MicrosoftNETTestSdkPkgVer>
49-
<MoqVer>[4.18.1]</MoqVer>
48+
<MicrosoftNETTestSdkPkgVer>[17.3.2]</MicrosoftNETTestSdkPkgVer>
49+
<MoqVer>[4.18.2]</MoqVer>
5050
<XUnitRunnerVisualStudioPkgVer>[2.4.3,3.0)</XUnitRunnerVisualStudioPkgVer>
5151
<XUnitPkgVer>[2.4.1,3.0)</XUnitPkgVer>
5252
</PropertyGroup>

0 commit comments

Comments
 (0)