bitwit / strider-scheduler

A scheduler plugin for Strider CD
5 stars 3 forks source link

Fixing day-schedule config/storage #3

Closed emcniece closed 7 years ago

emcniece commented 7 years ago

Complex objects cannot be saved in the plugin config in Strider. The daySelection array was attempting to store objects, which was failing on save - to fix this, daySelection has been reduced to a simple array of day values (integers, 0-6).

In addition, when first configuring the plugin the daySelection array is empty and cannot be iterated over. A check has been added to ensure that this array is at least declared before iterating on it.

Resolves https://github.com/bitwit/strider-scheduler/issues/2

emcniece commented 7 years ago

Added a working logo.

Resolves https://github.com/bitwit/strider-scheduler/issues/1

emcniece commented 7 years ago

Stable and ready for merge.

bitwit commented 7 years ago

👍 thanks for the contribution