summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2021-10-18bump goridge depValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-16Update dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-14Bump github.com/spiral/goridge/v3 from 3.2.2-beta.1 to 3.2.2dependabot[bot]
Bumps [github.com/spiral/goridge/v3](https://github.com/spiral/goridge) from 3.2.2-beta.1 to 3.2.2. - [Release notes](https://github.com/spiral/goridge/releases) - [Changelog](https://github.com/spiral/goridge/blob/master/CHANGELOG.md) - [Commits](https://github.com/spiral/goridge/compare/v3.2.2-beta.1...v3.2.2) --- updated-dependencies: - dependency-name: github.com/spiral/goridge/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2021-10-06Update depsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-02- Update dependenciesValery Piashchynski
- Cleanup tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-01- Beta pre-releaseValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-24Bump google.golang.org/grpc from 1.40.0 to 1.41.0dependabot[bot]
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.40.0...v1.41.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2021-09-16Update depsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-16Merge remote-tracking branch 'origin' into feat/plugins-refactorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-16Move plugins to a separate repositoryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-14Add parser, codec, proxyValery Piashchynski
Refactor old code, update proto libs Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-08Update protoc plugin,Valery Piashchynski
Update serverOptions, Update codec. Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-07Initial commit for the GRPC pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Update endure.Valery Piashchynski
Replace map with sync.Map because various RPC methods can be called simultaneously. Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update deps and CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-30Tests for the boltdb jobs.Valery Piashchynski
Fix issue with Stop in the jobs plugin which didn't destroy the pool. Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-25upd(deps): update go.mod dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-21Update dependencies (go.mod)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19Add support for the IPv6Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-17Update Resetter plugin, remove old and unused codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-17Update to go 1.17Valery Piashchynski
Add Stat with tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-13Update go.mod dependencies to the most recent version.Valery Piashchynski
Fix tests according to the new mocks. Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-09Update goridge to v3.2.0, update all frames operations.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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]>