-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Federico Bond <federicobond@gmail.com>
- Loading branch information
1 parent
5936527
commit b5aa8a1
Showing
9 changed files
with
91 additions
and
27 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
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
File renamed without changes.
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
10 changes: 10 additions & 0 deletions
10
providers/openfeature-provider-flagd/scripts/gen_protos.sh
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
buf generate buf.build/open-feature/flagd --template schemas/protobuf/buf.gen.python.yaml --output schemas | ||
rm -rf openfeature/contrib/provider/flagd/proto | ||
sed -i.bak 's/^from schema.v1 import/from . import/' proto/python/schema/v1/*.py | ||
rm proto/python/schema/v1/*.bak | ||
mv proto/python src/openfeature/contrib/provider/flagd/proto | ||
rmdir proto |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.