summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
2022-07-18debug server: add readheadertimeoutValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-07-15cli: serve, unify errors and plugins register stylingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-07-15- move container from the internal folderValery Piashchynski
- channel with the proper size Signed-off-by: Valery Piashchynski <[email protected]>
2022-07-15- revert command changesSeb
- fix error style - create module with own go.mod / go.sum
2022-07-15Make RR embeddable in other programsSeb
2022-06-28feat: add more info to the `./rr --version`Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-06-01chore: add .pid to .gitignoreValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-31chore: remove debug artifactsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-31add force stopValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-31feat: `rr stop` commandValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-30correct formatting for the secondsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-30properly finish process on errorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-21fix: don't stop stopped container twiceValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-12chore: update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-05-12deps: update dependenciesValery Piashchynski
2022-04-29fix terminal output redirectValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-04-28fix chdir routineValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-04-27plugin: add otel pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-04-10trusted_proxies: add proxy_ip_parser middlewareValery Piashchynski
2022-03-25[#1075]: chore(work_dir): change wd before searching for the configValery Piashchynski
2022-03-23Update deps, ciValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-03-09deps: update dependenciesValery Piashchynski
2022-03-09viper auto envs and ${} syntax support for the internal RPC clientValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-03-06remove config plugin usage from the rootValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-02-15update plugins to v2.9Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-02-14update pluginsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-02-01Update plugins.goValery Piashchynski
2022-01-20fix golangci linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-20error on missing env if usedValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-19Update Dockerfile, add plugins_testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-17- release 2.7.2Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15Repository content updateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-12update protocol structure, use encoderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-12-15Update static_pool and worker to wait response from the workerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-11-25update goridgeValery Piashchynski
print bad header in the error message Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-18Update error handling in the pipe/socket worker allocate methodsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-10-06Allow to run scripts in the server's commandValery Piashchynski
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-06-13- Use pool for the FetchPID operationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-11Remove redundant frame to byte castingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-02âš¡v2.0.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-07Update configValery Piashchynski
Endure updated to beta.23 Tests update
2021-02-04pre-rc stabilization of the interfaces and internal codeValery Piashchynski
2021-02-02Move worker states out of internalValery Piashchynski
2021-01-25Add new Supervisor test in the http pluginValery Piashchynski
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10)
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2020-12-20Latest goridge version supportValery Piashchynski
2020-12-18Move roadrunner payload out of internal to pkgv2.0.0-alpha25Valery Piashchynski
2020-12-17huge refactorValery Piashchynski