-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into feat/grpc-sync-addi…
…tion Signed-off-by: Simon Schrottner <[email protected]>
- Loading branch information
Showing
26 changed files
with
413 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,12 @@ jobs: | |
- "providers/openfeature-provider-ofrep" | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v5 | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
cache: "pip" | ||
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
- if: matrix.python-version == '3.11' | ||
name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 | ||
with: | ||
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }} | ||
directory: ${{ matrix.package }} | ||
|
@@ -72,14 +72,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 | ||
with: | ||
python-version: "3.11" | ||
cache: "pip" | ||
|
||
- name: Run pre-commit | ||
uses: pre-commit/[email protected] | ||
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 | ||
|
||
sast: | ||
runs-on: ubuntu-latest | ||
|
@@ -88,13 +88,13 @@ jobs: | |
contents: read | ||
security-events: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3 | ||
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3 | ||
with: | ||
languages: python | ||
config-file: ./.github/codeql-config.yml | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3 | ||
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
[submodule "providers/openfeature-provider-flagd/test-harness"] | ||
path = providers/openfeature-provider-flagd/openfeature/test-harness | ||
url = [email protected]:open-feature/flagd-testbed.git | ||
branch = v0.5.18 | ||
[submodule "providers/openfeature-provider-flagd/spec"] | ||
path = providers/openfeature-provider-flagd/openfeature/spec | ||
url = https://github.com/open-feature/spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule schemas
updated
from 76d611 to b81a56
Submodule test-harness
updated
13 files
+11 −1 | .github/workflows/ci.yml | |
+14 −2 | .github/workflows/release-please.yml | |
+1 −1 | .release-please-manifest.json | |
+21 −0 | CHANGELOG.md | |
+8 −1 | README.md | |
+30 −2 | flagd/Dockerfile | |
+0 −12 | flagd/Dockerfile.unstable | |
+60 −55 | gherkin/config.feature | |
+1 −1 | release-please-config.json | |
+10 −0 | ssl/README.md | |
+52 −0 | ssl/custom-ca.key | |
+30 −0 | ssl/custom-root-cert.crt | |
+1 −0 | version.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.