summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
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]>
2021-05-12- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-06- Remove codecov tokenValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-26- Bump golang version in the go.modValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-26- Totally rework static pluginValery Piashchynski
- Remove old one, now it is part of the HTTP plugin Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-23- Update github actions golangci version to 1.39v2.1.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Rework storage driversValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Implement tests for the KVValery Piashchynski
- Implement Storage interface for the boltdb,memory,memcached drivers Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- General interface, update RPC and Has/Set methodsValery Piashchynski
2021-04-19- Add tests, update Informer implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-20- Update CHANGELOGValery Piashchynski
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-20- Fix CI in the PRValery Piashchynski
- Fix type in the metrics plugin Register method
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
reached Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Downgrade golangci version to 1.37Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Update golang version in CI to 1.16Valery Piashchynski
Update CodeQL branches Bump Endure version to 1.0.0 Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-05Update CIValery Piashchynski