| Age | Commit message (Collapse) | Author |
|
This change updates the API server to run by default using Python 3.9.
|
|
This change switches one of the CI builds to use Java 16 when building
and testing the simulator.
|
|
This change updates the web frontend to use Next.js instead of Create
React App (CRA). Next.js enables the possibility of rendering pages on
the server side (which reduces the time to first frame) and overall
provides a better development experience.
Future commits will try to futher optimize the implementation for
Next.js.
|
|
This change merges the three CI builds for the simulator, frontend and
API into a single workflow that builds the components in separate,
independent jobs.
|