Kristian Van Der Vliet

Results 25 issues of 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...

enhancement

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...

enhancement

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...

enhancement

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.

enhancement

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...

enhancement