ConfigHubPub / ConfigHubPlatform

ConfigHub Platform
https://www.confighub.com
GNU General Public License v3.0
68 stars 25 forks source link

JSON Key Validation #193

Closed rgeil-belvedere closed 2 years ago

rgeil-belvedere commented 2 years ago

Added a client-side check before creating or updating a JSON key type. If the JSON cannot be parsed (via JSON.parse), the update/create button is disabled.

Also pinned mariadb in docker-compose.yml to 10.8.2 due to this issue https://serverfault.com/questions/1103333/mariadb-10-8-3-in-docker-cant-initialize-timers

closes #49