-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add feature flag to enable/disable support for Anomcred (backend job and API) #1491 #1492
base: main
Are you sure you want to change the base?
Conversation
…d job) Signed-off-by: FabioPinheiro <[email protected]>
Unit Test Results104 files ±0 104 suites ±0 21m 32s ⏱️ + 4m 16s For more details on these failures, see this check. Results for commit a9ef730. ± Comparison against base commit 37a8f41. ♻️ This comment has been updated with latest results. |
Signed-off-by: FabioPinheiro <[email protected]>
Signed-off-by: Fabio Pinheiro <[email protected]>
...nt/service/server/src/main/scala/org/hyperledger/identus/agent/server/config/AppConfig.scala
Outdated
Show resolved
Hide resolved
.../core/src/main/scala/org/hyperledger/identus/pollux/core/model/error/PresentationError.scala
Outdated
Show resolved
Hide resolved
Good job, @FabioPinheiro What do you think about using the feature flags in the ZIO layer bootstrapping logic instead of in the business logic. |
Signed-off-by: FabioPinheiro <[email protected]>
I did exactly that discussion with @mineme0110 yesterday. We are slightly in favor of being in the ZIO environment. But to keep consistent, I decided to pass the flags as arguments (as it was already done in most places) |
So now the integration tests are failing as expected. How can we fix this?
|
can we not run integration test with flag enabled |
I agree with @mineme0110. |
So that is the "easier way". Although I have no idea how to configure the integration test |
Signed-off-by: FabioPinheiro <[email protected]>
Add a configuration feature flag to enable or disable support for certain type of credentials like Anomcred