Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Nicolas Oliver 5f2d73ca4c
Fix Dockerfile (#813)
* The logging.conf file is not there
  by default
2023-09-26 17:49:04 -07:00
marina-p 9caa8b7eb2
Re-implement demo_server using FastAPI (#554)
This migration is being done in order to avoid recurring 
flask-restplus related dependency breaks
and to resolve a recent vulnerability alert in a dependent component.

Note: coverage collection that was done on the flask-based
demo_server was not re-tested on the FastAPI-based one, and hence may not work.
This was only used for initial fuzzing experiments
(from which the graphs were generated for the first research paper),
hence it should not impact anyone actively using demo_server.

Testing: end to end tests that use demo_server passing in CI pipeline.
2022-06-24 16:38:46 -07:00
rhtenhove 7be4700402
Dockerfile for demo server (#423)
* test: dockerfile

* keep default localhost only
2021-12-06 16:12:03 -08:00