- First stable versions
- Add Test for Python 3.9 and drop 3.7
- Generalize server by removing references to smiles and adding a metadata field (#21)
- Add query resolver to retrieve the available collections
- Add mutation to authenticate user (#2)
- Add token to identify user (#6)
- Docker container recipe (#8)
- use Caddy to generate the certificate and the start the reverse-proxy (#12)
- Use docker-compose to start the app
- Allow to mutate the jobs timestamps and user in the jobstatus resolver
- Request a token to mutate data
- Web service prototype to handle client requests to store/retrieve simulation data (#1)
- Use GraphQL query languages for the API (#1)
- Use Tartiflette Python GraphQL server implementation (#1)
- Use MongoDB as database (#1)