summaryrefslogtreecommitdiffstats
path: root/ms/command-executor/src/main/python/command_executor_handler.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-26PV/PVC eliminationOleg Mitsura1-44/+114
2020-08-24Add request IDs in command-executor logJulien Fontaine1-24/+29
2020-07-27Fix empty dict in the script arguments when running a script in the cmd-execJulien Fontaine1-1/+6
2020-07-08cmd-exec server-side timeout.Oleg Mitsura1-28/+21
2020-07-02Command Executor : Invalid response_data when executed script failsJulien Fontaine1-15/+9
2020-06-26Explicit error message in command-executor when script is failingJulien Fontaine1-1/+6
2020-05-05Truncate message published on Kafka / Spike: Define solution for logs separationJulien Fontaine1-35/+37
2020-04-15cmd-exec had a merge issue from elalto...Oleg Mitsura1-17/+19
2020-04-08Improving CMD-exec err msgs/handling.Oleg Mitsura1-40/+80
2019-11-28Pass requestID/subreqID to python script.Oleg Mitsura1-2/+10
2019-10-24Improve Remote Python Executor error handling and allow for structured responseSerge Simard1-4/+29
2019-09-06Revert "Use ProcessPool rather than ThreadPool Executor"Alexis de Talhouët1-4/+3
2019-09-03Use ProcessPool rather than ThreadPool ExecutorAlexis de Talhouët1-3/+4
2019-08-09Add dynamic-properties as python script argAlexis de Talhouët1-3/+3
2019-06-25Remote Python executor Handler class process fails with Arguments list too longSerge Simard1-0/+7
2019-06-25python-executor will provide output line-by-lineOleg Mitsura1-5/+12
2019-04-25Finalize ansible usageAlexis de Talhouët1-3/+12
2019-04-22Add support for requirements.txt for pip depsAlexis de Talhouët1-5/+11
2019-04-22Update package type nameAlexis de Talhouët1-9/+11
2019-04-18Add support for Ansible packagesAlexis de Talhouët1-13/+66
2019-04-16Add logger to python codeAlexis de Talhouët1-9/+14
2019-04-16Add CommandExecutor handlerAlexis de Talhouët1-0/+100