From: Eduardo Ramos Testillano (eramedu) Date: Sun, 10 May 2020 02:46:17 +0000 (+0200) Subject: Add first work package for REST API implementation X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=c881c12ed7e116f1d43760a0d9873f860c10a357;hp=c881c12ed7e116f1d43760a0d9873f860c10a357;p=anna.git Add first work package for REST API implementation INSTALL_ADML_HTTP.md documentation about: * New tools to generate ADML-HTTP deployment, which is an ADML with HTTP endpoint configured. * Docker image generation for ADML HTTP deployment together with an nginx configured as reverse proxy in order to offer an HTTP2 server. The HTTP2 requests will be proxied to native HTTP11 http server provided by ADML. * Instructions to start the docker container and execute the pytest component test EventOperation classes which will centralize event operation from Launcher.cpp and also from HTTP handler. New XML dump operations from string (not only from file) at Launcher.cpp. Modify all deployment to remove legacy operation script for curl. All of them will be based (specially "burst" dedicated deployment) on signal USR2 management. HELP.md for complete REST API documentation Pytest component test structure, pending FSM testing and flow operations New library (json to xml converter) is used to transform REST operations into native xml language. ---