Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-28 | Reduce error check operations | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-14 | Update broadcast tests, add redis flusing. Initial impl of the job | Valery Piashchynski | |
drivers state. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-12 | Update JOBS interface, remove List() method, implemented on the root RPC | Valery Piashchynski | |
level. AMQP consumer replace sync.Map with atomic.Value, because we associate only 1 pipeline with a driver. So, we can store pipeline in the atomic.Value. Implement events handler, add job events. Use job events to push information to the logger. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Add PQ (priority_queue) mock | Valery Piashchynski | |
- Add binary heap mock - Connect first sub-plugin (ephemeral) with root jobs plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-23 | - Swithc from value to pointer to the pool configuration. Interface | Valery Piashchynski | |
value changed. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-22 | - Move common interfaces and structures to the 'common' folder | Valery Piashchynski | |
- Update tests 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-03 | - Do not write an error into the responseWriter if this is internal | Valery Piashchynski | |
error - Handle SoftJob error 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-13 | - Update tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-13 | - Remove unsafe casting (replace with a less unsafe) | Valery Piashchynski | |
- Make the static plugin great again (separate plugin) - Revert new behavior Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Add Availabler interface implementaion for all plugins | Valery Piashchynski | |
- Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-04 | - Update CHANGELOG | Valery Piashchynski | |
- Check log event by logger (mocked) - Modify Stderr event to be as INFO Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-04 | 🐛 fix(bug): remove php command path validation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-10 | Rewrite container for the workers | Valery Piashchynski | |
Update tests | |||
2021-02-07 | Update config | Valery Piashchynski | |
Endure updated to beta.23 Tests update | |||
2021-02-03 | Tests update | Valery Piashchynski | |
2021-02-03 | Fix memory leak in the Worker.go | Valery Piashchynski | |
2021-02-02 | Move worker states out of internal | Valery Piashchynski | |
2021-01-29 | Update comment | Valery Piashchynski | |
2021-01-29 | Update plugin.go | Valery Piashchynski | |
2021-01-23 | Fix golangci-lint warnings | Valery Piashchynski | |
2021-01-23 | interfaces folder deprecated | Valery Piashchynski | |
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-19 | Uniform all errors operations | Valery Piashchynski | |
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-13 | Update styly of the .rr.yaml | Valery Piashchynski | |
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process. | |||
2021-01-12 | Few improwements | Valery Piashchynski | |
2021-01-07 | Merge pull request #470 from spiral/bugfix/missed-pool-events | Valery Piashchynski | |
[RR2] Bugfix/missed pool events | |||
2021-01-07 | - fixes listeners merge | Wolfy-J | |
2021-01-07 | - fixes bug when pool does not propagate events to given listeners | Wolfy-J | |
2021-01-05 | Add dput.cf file for the ubuntu launchpad | Valery Piashchynski | |
Add a lot of comments to the exported functions | |||
2020-12-27 | Util -> Utils | Valery Piashchynski | |
2020-12-26 | Reorganize eventsv2.0.0-beta4 | Valery Piashchynski | |
2020-12-26 | Huge tests refactoring. Reduce running time 2-3x times | Valery Piashchynski | |
2020-12-25 | Move root plugins to the pkg | Valery Piashchynski | |
2020-12-25 | goimport-ed plugin.go | Valery Piashchynski | |
2020-12-25 | Initial commit of experiment | Valery Piashchynski | |
2020-12-21 | Move plugins to the roadrunner-plugins repository | Valery Piashchynski | |
2020-12-21 | Remove config2 alias | Valery Piashchynski | |
2020-12-21 | Remove unused contex from interfaces. Update pool allocator. | Valery Piashchynski | |
2020-12-17 | Move config interface to the interfaces folder. Initial redis plugin | Valery Piashchynski | |
structure | |||
2020-12-17 | Now better | Valery Piashchynski | |
2020-12-17 | huge refactor | Valery Piashchynski | |
2020-12-01 | golangci linters fix | Valery Piashchynski | |
2020-11-24 | exclude tests from golangci | Valery Piashchynski | |
2020-11-19 | huge linters fix update | Valery Piashchynski | |