Skip to content

Commit 8b6e0ea

Browse files
authoredApr 12, 2021
feat(keel): add support for ManagedDelivery (#145)
* feat(keel): add support for ManagedDelivery - add keel configuration - updated other services when keel configuration is provided - update tests with keel configuration * fix linting issues * updates based on feedback - move deck defaulting to code - fix proto comments - cleanups * feat(keel): configure keel based on halconfig setup - cleanup documentation - refactor SQL for better reflecting config options * rebase changes
1 parent 8b06e82 commit 8b6e0ea

38 files changed

+3229
-628
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/
22
*.iml
3+
kleat

‎api/client/config/deck.pb.go

+228-199
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎api/client/config/echo.pb.go

+194-110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎api/client/config/front50.pb.go

+110-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.