Steffen Gransow
Steffen Gransow
See https://www.npmjs.com/package/nodeunit
Converjon started via: `converjon --config /etc/converjon/config.yaml --config-dir /etc/converjon/aliases` An alias config file like `/etc/converjon/aliases/local.yaml` e.g. contains: ``` yaml name: local base_file_path: "/srv/www/devbox.local/data/files" fallback_base_file_paths: - "/srv/www/devbox.local/data/temp_files" headers: Cache-Control: "public, max-age=86400" ```...
Currently it's only possible to set response headers (cache-control etc.) for local files as they don't have headers. For source URL requests there's a `original_header_whitelist` and a default header, that...
It may be nice to have a look at https://github.com/jwagner/smartcrop.js and determine if that is a good candidate for a new cropping mode (in addition to the `aoi_auto` crop mode).
Supporting the syslog as a log option means more flexibility for devops/administrators when using `converjon`.
The version information used in the CLI version of craur as well as the version number in the `composer.json` file should be changed. After tagging a release with a version...
The current shell script and class should get some test coverage.
The RelationProjectionUpdater uses elasticsearch scroll to scroll over the possibly updatable projections. If this handles a lot of referenced entities the loaded projections might be outdated quickly on a busy...
The `WorkflowActivityService` creates activities depending on the current workflow state and the `read_only_actions` defined via options. This is always done from scratch and does not take into account activities that...
Elasticsearch 2.x deprecates some syntax we use. We should improve the query translation to use a syntax w/o deprecation warnings. Examples of things we need to change: - `and` and...