-
**Is your feature request related to a problem? Please describe.**
Current solution requires defining `te-strategy` or any other custom TE config directly in the Fragment's snippet, e.g.:
```html
…
-
**Is your feature request related to a problem? Please describe.**
Current solution requires defining `databridge-name`, `databridge-params` in the markup of a Fragment's template, e.g.:
```html
…
-
**Is your feature request related to a problem? Please describe.**
We need an integration test that uses:
- HTTP Action (https://github.com/Knotx/knotx-data-bridge)
- Circuit Breaker Action (https:…
-
### Version
`0.1.0`
### Description
It looks that generating ascidocs is no longer working when applying `id("io.knotx.codegen")` plugin.
Converters are generated but the code responsible for …
-
The integration tests should check that all modules like Knot.x Core, Knot.x Data Bridge etc work together. The example project contains sample data which can be easlily used.
Proposed technologies…
-
Consider adding at least link or a nice table with sample usages of all available built-in handlebars extensions. There is a documentation notes about how to extend / write own extensions but the list…
-
**Describe the bug**
`KnotxExtensionInheritanceTest` fails with errors.
**To Reproduce**
Steps to reproduce the behavior:
1. Run `KnotxExtensionInheritanceTest` tests.
```
io.knotx.junit5.Knot…
-
### Version used
* knot.x: 1.3.1-SNAPSHOT
### Context of the issue/feature
Reference PR: #441
During migration of tests to newer APIs it came to light that one of the tests:
`io.knotx.s…
tMaxx updated
5 years ago
-
### Context of the issue/feature
Knot.x Data Bridge allows to integrate with different data sources. When the data source is down or overloaded we should not call it but provide some fallback mecha…
-
**Is your feature request related to a problem? Please describe.**
Knots are Knot.x modules that process fragments. Each fragment defines the flow that defines both success and failure scenarios.
``…