summaryrefslogtreecommitdiff
path: root/plugins/kv
AgeCommit message (Expand)Author
2021-08-11Replace all 'localhost' with '127.0.0.1'. Fix default configuration andValery Piashchynski
2021-07-10Return structure instead of interface in places where that possibleValery Piashchynski
2021-06-25Merge remote-tracking branch 'origin/master' into feature/jobs_pluginValery Piashchynski
2021-06-24- Clear BOLTDB TTL memory region on Clear RPC callValery Piashchynski
2021-06-24- Add Clear method to the storagesValery Piashchynski
2021-06-22- Move common interfaces and structures to the 'common' folderValery Piashchynski
2021-06-18- Rework finishedValery Piashchynski
2021-06-18- Rework main partsValery Piashchynski
2021-06-17- Initial broadcast commitValery Piashchynski
2021-06-14- Update in-memory pluginValery Piashchynski
2021-06-14- Fix boltdb issuesValery Piashchynski
2021-06-14- Rework redis with ws pluginsValery Piashchynski
2021-06-09- Switch to the new goridge v3.1 which supports PROTOBUFValery Piashchynski
2021-06-09- Slightly improve rpc methods errorsValery Piashchynski
2021-06-08- Add protobuf versioningValery Piashchynski
2021-06-08- Switch from the flatbuffers to the protobufValery Piashchynski
2021-05-27- Update all main abstractionsValery Piashchynski
2021-05-20- Update lintersValery Piashchynski
2021-05-18- Add protected connectionValery Piashchynski
2021-05-05- Initial broadcast commitValery Piashchynski
2021-05-03- Initial broadcast commitValery Piashchynski
2021-04-30- Make development log coloredValery Piashchynski
2021-04-30- Update CHANGELOGValery Piashchynski
2021-04-30- Update Lister implementationValery Piashchynski
2021-04-23- Add additional log messagesValery Piashchynski
2021-04-23- Add additional log messagesValery Piashchynski
2021-04-23- Update arch drawio fileValery Piashchynski
2021-04-22- Add redis driverValery Piashchynski
2021-04-22- Rework storage driversValery Piashchynski
2021-04-22- Implement tests for the KVValery Piashchynski
2021-04-22- General interface, update RPC and Has/Set methodsValery Piashchynski
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
2021-02-06Correct memcached Plugin RPC methods (remove redundant checks, userValery Piashchynski
2021-01-24Slightly increase wait time for key delete in the boltdbValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
2021-01-15Slightly increase timeout for the GHAValery Piashchynski
2021-01-15Reduce number of concurrent iterations on KV public API to 100Valery Piashchynski
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski
2021-01-13exclude tests from codecovValery Piashchynski
2021-01-07Fix compatibility issues, add tests to the CIValery Piashchynski
2021-01-07KV, updated, bug fixed, with intergration tests via pluginsValery Piashchynski
2021-01-05Fix LGTM warnings, reduce memory allocations when looping over mapsValery Piashchynski
2021-01-05Fix golangci warningsValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski