github ccremer/clustercode 1.3.0

latest releases: v2.0.0, chart/clustercode-0.3.0, v2.0.0-rc5...
pre-release7 years ago

New Features

  • WebAdmin UI: It is now possible to cancel a running conversion. The affected node will then wait for the next scan iteration, which provides time to make modifications on the profiles or shut it down.
  • New cleanup strategy: Mark source in directory. Instead of creating a *.done file next to the input file, it will now be created in the directory you specify. This allows the input folders to be left alone/unmodified.

Changes

  • REST: Added REST API for /api/v1/tasks/stop with DELETE method. It expects a query parameter for a given hostname, e.g. /api/v1/tasks/stop?hostname=the.node. The hostname is retrievable by calling /api/v1/tasks first.
  • Settings:
    • CC_CLEANUP_MARK_SOURCE_DIR (= /input/done) [new]
    • New enum possible for CC_CLEANUP_STRATEGY: MARK_SOURCE_DIR
    • new Jgroups Settings file: fork.xml. (relevant for windows and persisted config dir in docker)
    • Changed protocol stack in tcp.xml. (relevant for windows and persisted config dir in docker)

This release might be unstable in a clustered setup. I'm working on it.

Don't miss a new clustercode release

NewReleases is sending notifications on new releases.