Ablageort im Repository (GitLab): Projekt3576-tool-service
Diskussionsforum (Discourse): Projekt3576-tool-service
Readme: Projekt3576-tool-service
Beschreibung des Projektes: ...
PublicCode.YML: anzeigen
OSS Compliance: anzeigen
The tool service receives registry events from Open CoDE's GitLab and puts them on a RabbitMQ based queue.
The Pod Manager processes the events and sends the original event and the corresponding tool result back to the Tool
Service.
The tool service is a spring boot server with multiple run profiles defined in the server's `application.properties`.
To get started all environment variables for the desired profile must be set.
The server can be build using `./gradlew assemble`. The tests should run without the need for any configuration with
`./gradlew test`.
For local execution a cockroach database is needed.