summaryrefslogtreecommitdiffstats
path: root/model/plugin_key_value.go
Commit message (Collapse)AuthorAgeFilesLines
* DeleteAll for KV (#9431)Daniel Schalla2018-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expire K/V Values Regenerate Code pathfix Update Expiry on Update Check for Exit Signal gofmt Rewrote Go Routine Remove tempoarily cleanup loop fix expiretime TEST: Expired Watchdog as GoRoutine Check if Srv is nil Use Scheduler/Worker for Expired Key CleanUp add license fix scheduler job type; DoJob Restructuring Remove unused imports and constants move db migration from 5.4 to 5.5
* Hash key for plugin store and limit id length (#7933)Joram Wilander2017-12-051-2/+2
|
* Revert "Hash key for plugin store table and limit plugin ID length (#7915)" ↵Christopher Speller2017-12-011-2/+2
| | | | | (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa.
* Hash key for plugin store table and limit plugin ID length (#7915)Joram Wilander2017-12-011-2/+2
| | | | | | | | * Hash plugin store keys and update column limits * Limit plugin ID length on install * Add note to manifest id and allow zero length keys
* Decrease plugin key value store table index name size (#7910)Joram Wilander2017-11-271-4/+10
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+26
* Add plugin key value store support * Add localization strings * Updates per feedback