Kristian Van Der Vliet
Kristian Van Der Vliet
At the moment there's a lack of consistency in the use of symbols v's strings for hash keys: some code expects strings, some expects symbols, some explicitly calls symbolize_keys! to...
It might be useful to have details about the progress of the job as it runs, in the job context. For example the name of the current stage, the name...
Writing job logs to the SQL database really sucks. It would be better to use a document database, particularly one which supported appending data to a field; Redis may be...
Cyclid just uses the standard library YAML to deserialize data, but that's not a good idea. Switch to using the [safe_yaml](https://github.com/dtao/safe_yaml) Gem instead.
With the advent of per. organization configuration for plugins, it's possible to store sensitive data in Cyclid. This also extends to job logs, which may leak senstive data if users...