Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-05 | - Update PQ | Valery 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 CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-24 | - Update GA tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | Update bug_report.md | Valery Piashchynski | |
2021-06-20 | - Update redis/memory pubsubs | Valery 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 GHA | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-16 | - Add origin check for the websockets | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Do not run CI on .md files changes | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-09 | - Github CI fix | Valery 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 necessary | Valery 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 tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-05 | - Add Windows github actions | Valery Piashchynski | |
- Update tests, fix Windows issues Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - Include ws-storage tests into ci | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Add websockets tests to the CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Downgrade golangci-lint version | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-20 | - Update linters | Valery Piashchynski | |
- Implement base interfaces - Implement BST search algo for the in-memory storage Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-12 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-06 | - Remove codecov token | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Bump golang version in the go.mod | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Totally rework static plugin | Valery 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.0 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - Rework storage drivers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - Implement tests for the KV | Valery 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 methods | Valery Piashchynski | |
2021-04-19 | - Add tests, update Informer implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-20 | - Update CHANGELOG | Valery Piashchynski | |
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-20 | - Fix CI in the PR | Valery Piashchynski | |
- Fix type in the metrics plugin Register method | |||
2021-03-16 | 🐛 fix issue with strange messages in the http body when max request | Valery Piashchynski | |
reached Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-09 | Downgrade golangci version to 1.37 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-09 | Update golang version in CI to 1.16 | Valery 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-05 | Update CI | Valery Piashchynski | |
2021-02-05 | Correct windows workflo | Valery Piashchynski | |
2021-02-05 | Attempt to configure windows CI | Valery Piashchynski | |
2021-02-04 | Update branches for the codeql | Valery Piashchynski | |
2021-01-27 | Move temporal plugin to the temporal repository | Valery Piashchynski | |
2021-01-25 | Initial commit of the Temporal plugins set | Valery Piashchynski | |
2021-01-25 | Remove windows workflows as not responding to the fails | Valery Piashchynski | |
Update dependabot.yml | |||
2021-01-25 | Split windows,macOS and linux CI in the GHA | Valery Piashchynski | |
2021-01-23 | Use ubuntu-20.04 in the CI | Valery Piashchynski | |
2021-01-23 | CI typo fix | Valery Piashchynski | |
2021-01-23 | Remove redundand utils test | Valery Piashchynski | |
2021-01-21 | Allow https to listen on unix sockets | Valery Piashchynski | |
2021-01-18 | Update CI, fix typo | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update CI (remove memcached from macOS tests) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Add PR template | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Return macOS tests to the CI (without docker) | Valery Piashchynski | |