summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-01-17push packages to the spiral and roadrunner-server orgsv2.7.2-rc.4v2.7.2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-17update `release_grpc` CIv2.7.2-rc.3Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-17update dependenciesv2.7.2-rc.2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15update issue templatesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15update Go version in the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-26implement common loggerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-14update Go CI version to 1.17.5Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13update issue templateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-13new issue templatesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update Linux CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-04update bors.toml, Go version in the CI, and dependabot.ymlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update go version in the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-04update golangci-lintValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-18update go version in the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-02Correct CI and bors.tomlValery 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-07Add protoc installation to the GAValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Update golangci-lintersValery 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-13Revert self-hosted actions experimentValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-13TMP: change to self-hosted runnerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-02Update CI, move all tests to the single source of truth - makefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-22Update GA, codeconv bump to v2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-14Fix incorrect path in the CI. Implement FromPipeline for the sqs.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-12Add JOBS tests to the Makefile and GitHub CI.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-11Update informer interface to return slice of pointers (do not over-copyValery Piashchynski
the Stat structure). Make amqp Push concurrent safe. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-10Merge branch 'master' into feature/jobs_pluginValery Piashchynski
2021-07-08Update feature_request.mdValery Piashchynski
2021-07-07Rework test env...Valery Piashchynski
Move all dockerfiles, docker-compose files into the env folder inside the tests folder. Add elasticmq dockerfile to build SQS compatible test env. Add beanstalk, rabbitmq, sqs to the main tests docker-compose file. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-06Rework ephemeral and binary heapsValery Piashchynski
Implemented a sync.Cond for binary heap algo to save processor from spinning in the for loop and receiving nil Items until the Queue will be filled. Add num_pollers option to the configuration to specify number of pollers from the queue. Add Resume, ResumeAll, Stop, StopAll, PushBatch methods to the ephemeral. Remove map and use sync.Map in the ephemeral broker. Add protobuf schema. Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-05- Update PQValery Piashchynski
- Update ephemeral plugin, complete Push - Add Jobs full configuration Signed-off-by: Valery Piashchynski <[email protected]>
2021-07-05- Include PQ tests into the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-24- Update GA testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-22Update bug_report.mdValery Piashchynski
2021-06-20- Update redis/memory pubsubsValery Piashchynski
- Rework internal message bus - Add new tests for the broadcast plugin and include them into the GA Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16- Type in the GHAValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-16- Add origin check for the websocketsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Do not run CI on .md files changesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Github CI fixValery 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-07- Remove git checkout HEAD2 from the CodeQL as no longer necessaryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage tests (Linux)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Add Windows github actionsValery Piashchynski
- Update tests, fix Windows issues Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Include ws-storage tests into ciValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Add websockets tests to the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Downgrade golangci-lint versionValery Piashchynski
Signed-off-by: Valery Piashchynski <[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]>