summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2021-08-01Rework vec based on the channel. Use select statement with the defaultValery Piashchynski
branch to handle dead workers inside the channel. Update docker-compose.yaml used for the tests. Update rabbitmq to 3.9.1. Replace third-party amqp091 with the official implementation. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-27Initial support for the cancellation via contextValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-23Add AMQP initial durability testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-21Fix AMQP context, add ID, job, other fields.Valery Piashchynski
Fix sqs queue re-creation. Complete redia for the beanstalk. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-19Make beanstalk import not indirectValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-19Beanstalk initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-14SQS driver.Valery Piashchynski
Fix isssues in the AMQP driver. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-08AMQP update...Valery Piashchynski
Add redialer, consumer, rabbit queues initializer. Update configuration (.rr.yaml). Add ack/nack for the jobs main plugin with error handling. Add Qos, queues bining and declaration. Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-23- Update arch, pluignValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-21- Rework dispatcher, pipeline, job (not completely)Valery Piashchynski
Create a config sample with RR2 support. Progress on root JOBS plugin. Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-14- Add more testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Update go.modv2.3.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Switch to the new goridge v3.1 which supports PROTOBUFValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Add more testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update CI (add new tests)Valery Piashchynski
- Add path scan with regex (find .php/.ph/.sh scripts). When found, try to stat path for potential fix for the [file not exists problem] Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-08- Switch from the flatbuffers to the protobufValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Remove tools folderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Update dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Switch to better gzip middleware (performance)Valery Piashchynski
- Use EXISTS to check of the particular topic exists in the redis cluster instead of SMEMBERS Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-03- Do not write an error into the responseWriter if this is internalValery Piashchynski
error - Handle SoftJob error Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Return nil if there are no workers in the requested pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Switch from the json to flatbuffersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27Merge remote-tracking branch 'origin/master' into feature/websockets-pluginValery Piashchynski
# Conflicts: # go.sum
2021-05-27Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.3 to 8.9.0. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.8.3...v8.9.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-27Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5dependabot[bot]
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](https://github.com/alicebob/miniredis/compare/v2.14.4...v2.14.5) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-27- MergeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27Merge remote-tracking branch 'origin/master' into feature/websockets-pluginValery Piashchynski
# Conflicts: # go.mod # go.sum
2021-05-27- Update go.mod/sumValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-26Bump go.uber.org/zap from 1.16.0 to 1.17.0dependabot[bot]
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.16.0...v1.17.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-25Bump github.com/fatih/color from 1.11.0 to 1.12.0dependabot[bot]
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.11.0...v1.12.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-20- Update lintersValery Piashchynski
- Implement base interfaces - Implement BST search algo for the in-memory storage Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-20Bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-20Bump github.com/alicebob/miniredis/v2 from 2.14.3 to 2.14.4dependabot[bot]
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.3 to 2.14.4. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](https://github.com/alicebob/miniredis/compare/v2.14.3...v2.14.4) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-18- Add protected connectionValery Piashchynski
- Update arch diagram - Update interfaces Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-18Bump github.com/go-redis/redis/v8 from 8.8.2 to 8.8.3dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.2 to 8.8.3. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.8.2...v8.8.3) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-14Bump github.com/fatih/color from 1.10.0 to 1.11.0dependabot[bot]
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.10.0...v1.11.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-11Bump github.com/google/flatbuffers from 1.12.0 to 1.12.1dependabot[bot]
Bumps [github.com/google/flatbuffers](https://github.com/google/flatbuffers) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/google/flatbuffers/releases) - [Commits](https://github.com/google/flatbuffers/compare/v1.12.0...v1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-07Bump go.uber.org/multierr from 1.6.0 to 1.7.0dependabot[bot]
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/multierr/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-07- Update go.sumValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-07Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.8.0...v2.9.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-04-28Bump github.com/json-iterator/go from 1.1.10 to 1.1.11dependabot[bot]
Bumps [github.com/json-iterator/go](https://github.com/json-iterator/go) from 1.1.10 to 1.1.11. - [Release notes](https://github.com/json-iterator/go/releases) - [Commits](https://github.com/json-iterator/go/compare/v1.1.10...v1.1.11) Signed-off-by: dependabot[bot] <[email protected]>
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]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.7.1...v2.8.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-04-19Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.0 to 8.8.2. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.8.0...v8.8.2) Signed-off-by: dependabot[bot] <[email protected]>
2021-04-04- Update go.modValery Piashchynski
2021-04-04Merge remote-tracking branch 'origin/master' into ↵Valery Piashchynski
feature/readiness_probe_healthcheck_endpoint # Conflicts: # go.sum
2021-04-04- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-03Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-modebricelalu