Commit Graph

14 Commits

Author SHA1 Message Date
Emanuel Schütze e343bb7e6b
Updated services + Add OpenTelemetry (#6434)
OpenTelemetry now available in dev mode.
 -> run `make run-dev-otel`
As of now backend and datastore report spans.
2022-06-08 16:46:14 +00:00
GabrielInTheWorld 473c742681
Speed up the 'make run-dev' command (#6362) 2022-02-16 16:19:58 +01:00
Sean 88dad9fc3e
Set various information to "main" (#6325)
Changes various usages from master to main
2022-01-10 17:46:40 +01:00
GabrielInTheWorld 9809eb029c Automatically checkout the latest commit for every submodule
Adds a new script "services-to-master.sh" and updates the Makefile
2021-12-02 15:17:14 +01:00
Sean Engelhardt 6846b2ab91 Add vote service to OS4 setup
Integrate vote service, makes according changes to configuration
Updates the client to integrate the vote service
Updates the backend to integrate the vote service
2021-11-17 23:32:40 +01:00
Sean 85c0e50c21 Integration tests using cypress
Test client integration (client loads)
Test auth integration (client logs in)
Test backend integration (accept request)
  - broken
Test autoupdate integration (sends au to client)

Add manual cypress tests
Add dockered cypress tests

Add Readme
Add test execution to makefile
Add test execution to github-actions

TODO:
- Create user for tests
- flush db after every test
2021-09-16 17:16:51 +02:00
Finn Stutzenstein c93fb68a4f
Update Backend 2021-08-06 11:14:30 +02:00
Finn Stutzenstein 2b34a3ffc2
Update submodules and use Caddy 2021-03-18 13:25:12 +01:00
Finn Stutzenstein 9372386979
Prod setup 2020-10-28 08:46:03 +01:00
FinnStutzenstein 79ddac9da8
Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
FinnStutzenstein 8b537d32c0
Fixed client startup 2020-07-06 09:14:03 +02:00
FinnStutzenstein fe8a74ddf4
Integrate the autoupdate and backend service 2020-06-18 12:43:06 +02:00
FinnStutzenstein 741a13eeb7 Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
FinnStutzenstein 4484d1e4ef Integrating the client and datastore into the main repo:
- Added each service as a submodule for development
- Added conventions for naming environment variables
- Added required targets in makefiles of services
2020-02-26 14:47:13 +01:00