-
Over the last couple of days I was trying to set 2 separate template repositories to meet the following criteria:
* if path matches to `/content/.*` fetch templates from repository A over HTTP
* i…
-
This ticket is to discuss Knot.x project modules structure.
Thought to discuss:
- Create `knotx-eventbus` (thing of better name) module with all eventbus communication models, then divide api (e.g. ha…
-
### Version used
* knot.x: 1.2.1
### Context of the feature
Please add info message about KnotX version in logs.
I think that best place is after logo, when KnotX start.
Gatar updated
6 years ago
-
### Context of the issue/feature
Summarize configuration update from #376, #397 and #402 in Upgrade Notes in order to notify the users of the changes that were introduced.
My thoughts:
Dokument…
-
Please provide a recommendation for environment specific configurations. We can achieve that with https://github.com/Cognifide/knotx/wiki/KnotxDeployment. But we need to expand this with an example.
-
It would be nice to have health check/monitoring system for checking if all our requested verticles are deployed and working.
Vertx allows to check how many deploymentIds exist however we can't ch…
-
### Submission type
- Bug report
### systemd version the issue has been seen with
systemd 219
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +…
-
### Version used
* knot.x: 1.2.1
### Context of the issue/feature
HttpRepositoryConnectorProxyImpl:141 is not encoding parameter names and return 400 error.
### Bug reproducer
### Steps…
-
**Repository Connector** and **Fragment Assembler** can be registered as event bus local consumers.
Those two modules do not perform complex operations - first calls Repository for Template, secon…
-
Some APIs we integrate with provide only sync methods. It means that we need to use blocking operations in our Knots and Adapters. This task should provide some kind of template how to write our modul…