summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Expand)Author
2021-08-09Update goridge to v3.2.0, update all frames operations.Valery Piashchynski
2021-08-01Rework vec based on the channel. Use select statement with the defaultValery Piashchynski
2021-07-27Initial support for the cancellation via contextValery Piashchynski
2021-07-23Add AMQP initial durability testValery Piashchynski
2021-07-21Fix AMQP context, add ID, job, other fields.Valery Piashchynski
2021-07-19Make beanstalk import not indirectValery Piashchynski
2021-07-19Beanstalk initial commitValery Piashchynski
2021-07-14SQS driver.Valery Piashchynski
2021-07-08AMQP update...Valery Piashchynski
2021-06-23- Update arch, pluignValery Piashchynski
2021-06-21- Rework dispatcher, pipeline, job (not completely)Valery Piashchynski
2021-06-14- Add more testsValery Piashchynski
2021-06-11Update go.modv2.3.0Valery Piashchynski
2021-06-11Update testsValery Piashchynski
2021-06-09- Switch to the new goridge v3.1 which supports PROTOBUFValery Piashchynski
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
2021-06-09- Add more testsValery Piashchynski
2021-06-09- Update CI (add new tests)Valery Piashchynski
2021-06-08- Switch from the flatbuffers to the protobufValery Piashchynski
2021-06-06Remove tools folderValery Piashchynski
2021-06-06Update dependenciesValery Piashchynski
2021-06-05- Switch to better gzip middleware (performance)Valery Piashchynski
2021-06-03- Do not write an error into the responseWriter if this is internalValery Piashchynski
2021-06-02- Return nil if there are no workers in the requested pluginValery Piashchynski
2021-06-02- Switch from the json to flatbuffersValery Piashchynski
2021-05-27Merge remote-tracking branch 'origin/master' into feature/websockets-pluginValery Piashchynski
2021-05-27Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0dependabot[bot]
2021-05-27Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5dependabot[bot]
2021-05-27- MergeValery Piashchynski
2021-05-27Merge remote-tracking branch 'origin/master' into feature/websockets-pluginValery Piashchynski
2021-05-27- Update go.mod/sumValery Piashchynski
2021-05-26Bump go.uber.org/zap from 1.16.0 to 1.17.0dependabot[bot]
2021-05-25Bump github.com/fatih/color from 1.11.0 to 1.12.0dependabot[bot]
2021-05-20- Update lintersValery Piashchynski
2021-05-20Bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0dependabot[bot]
2021-05-20Bump github.com/alicebob/miniredis/v2 from 2.14.3 to 2.14.4dependabot[bot]
2021-05-18- Add protected connectionValery Piashchynski
2021-05-18Bump github.com/go-redis/redis/v8 from 8.8.2 to 8.8.3dependabot[bot]
2021-05-14Bump github.com/fatih/color from 1.10.0 to 1.11.0dependabot[bot]
2021-05-11Bump github.com/google/flatbuffers from 1.12.0 to 1.12.1dependabot[bot]
2021-05-07Bump go.uber.org/multierr from 1.6.0 to 1.7.0dependabot[bot]
2021-05-07- Update go.sumValery Piashchynski
2021-05-07Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0dependabot[bot]
2021-04-28Bump github.com/json-iterator/go from 1.1.10 to 1.1.11dependabot[bot]
2021-04-22- General interface, update RPC and Has/Set methodsValery Piashchynski
2021-04-20Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0dependabot[bot]
2021-04-19Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2dependabot[bot]
2021-04-04- Update go.modValery Piashchynski
2021-04-04Merge remote-tracking branch 'origin/master' into feature/readiness_probe_hea...Valery Piashchynski
2021-04-04- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.Valery Piashchynski