Skip to content

Releases: nlesc-nano/ceiba

Version 1.0.0

22 Mar 14:55
6e7c433
Compare
Choose a tag to compare

1.0.0 [22/03/2021]


New

  • First stable version
  • Make the web service generic for different kind of scientific simulations

version 0.3.0

22 Feb 15:34
Compare
Choose a tag to compare

0.3.0 [22/02/2021]

CHANGED

  • Generalize server by removing references to smiles and adding a metadata field (#21)

version 0.2.0

10 Feb 12:18
Compare
Choose a tag to compare

0.2.0 [10/02/2021]

New

  • 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 (#13)

CHANGED

  • Allow to mutate the jobs timestamps and user in the jobstatus resolver
  • Request a token to mutate data

version 0.1.0

03 Nov 16:04
Compare
Choose a tag to compare

0.1.0 [03/11/2020]

Added

  • 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 implementatio
    n (#1)
  • Use MongoDB as database (#1)