aboutsummaryrefslogtreecommitdiffstats
path: root/ms/command-executor/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-02Fix import error in commandexecutorDan Timoney1-1/+1
2021-01-26PV/PVC eliminationOleg Mitsura5-90/+401
2020-12-30[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacePratik raj1-3/+2
2020-09-18Fixing dockerFileSingal, Kapil (ks220y)1-7/+7
2020-09-15Fixing DockerFilesSingal, Kapil (ks220y)1-8/+8
2020-09-15Fixing DockerFilesSingal, Kapil (ks220y)1-6/+7
2020-08-24Add request IDs in command-executor logJulien Fontaine5-78/+123
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 Mitsura2-29/+53
2020-07-02Command Executor : Invalid response_data when executed script failsJulien Fontaine4-49/+36
2020-06-26Explicit error message in command-executor when script is failingJulien Fontaine1-1/+6
2020-06-03Set explicit uid and gid in dockerfilesJozsef Csongvai1-1/+1
2020-05-06Merge "Truncate message published on Kafka / Spike: Define solution for logs ...Dan Timoney4-65/+92
2020-05-05Truncate message published on Kafka / Spike: Define solution for logs separationJulien Fontaine4-65/+92
2020-04-23Making POD run as non-rootjananib1-1/+3
2020-04-20Merge "cmd-exec had a merge issue from elalto..."Dan Timoney1-17/+19
2020-04-15cmd-exec had a merge issue from elalto...Oleg Mitsura1-17/+19
2020-04-16Making POD run as non-rootjananib1-1/+4
2020-04-08Improving CMD-exec err msgs/handling.Oleg Mitsura3-60/+112
2020-02-20virtualenv lib changed. need to pin to older version.Oleg Mitsura1-1/+1
2019-11-28Pass requestID/subreqID to python script.Oleg Mitsura1-2/+10
2019-11-19Changes return value from boolean to typical process return code;Serge Simard1-2/+2
2019-10-30Removed all http_proxy reference from build.Sebastien Premont-Tendland1-4/+1
2019-10-27Merge "Improve Remote Python Executor error handling and allow for structured...Brinda Santh Muthuramalingam6-48/+109
2019-10-24Increase num workers to 15Oleg Mitsura1-1/+1
2019-10-24Improve Remote Python Executor error handling and allow for structured responseSerge Simard6-48/+109
2019-09-26Fixing distribution and propertiesSingal, Kapil (ks220y)1-1/+1
2019-09-18Refactoring Netconf NetconfMessageUtilsSingal, Kapil (ks220y)2-2/+3
2019-09-06Revert "Use ProcessPool rather than ThreadPool Executor"Alexis de Talhouët3-7/+6
2019-09-03Use ProcessPool rather than ThreadPool ExecutorAlexis de Talhouët3-6/+7
2019-08-09Add dynamic-properties as python script argAlexis de Talhouët1-3/+3
2019-07-08Merge "Do not dump a collection of outputs at the end."Dan Timoney1-1/+1
2019-06-28Do not dump a collection of outputs at the end.Oleg Mitsura1-1/+1
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 Mitsura3-11/+17
2019-04-25Finalize ansible usageAlexis de Talhouët1-3/+12
2019-04-23Support for dynamic property in command argsAlexis de Talhouët1-1/+4
2019-04-22Add support for requirements.txt for pip depsAlexis de Talhouët1-5/+11
2019-04-22Update package type nameAlexis de Talhouët3-17/+20
2019-04-18Add support for Ansible packagesAlexis de Talhouët3-75/+160
2019-04-16Add logger to python codeAlexis de Talhouët6-59/+101
2019-04-16Integration Test - Component ExecutorAlexis de Talhouët3-7/+8
2019-04-16Add CommandExecutor handlerAlexis de Talhouët3-2/+163
2019-04-16Add python CommandExecutor gRPC server w/ authAlexis de Talhouët2-0/+107
2019-04-16Add CommandExecutor.proto python bindingsAlexis de Talhouët3-0/+485
2019-04-16Add Command executor maven module and DockerfileAlexis de Talhouët3-0/+82