Beatrice DellacĂ
9fa1a4bfba
All checks were successful
continuous-integration/drone/push Build is passing
34 lines
2.0 KiB
Markdown
34 lines
2.0 KiB
Markdown
# release-hive back end
|
|
[![Build Status](https://drone.beatrice.wtf/api/badges/bea/release-hive/status.svg)](https://drone.beatrice.wtf/bea/release-hive)
|
|
[![Quality Gate Status](https://sonar.beatrice.wtf/api/project_badges/measure?project=relhive&metric=alert_status&token=sqb_4f7b91f9a42424c2435f3d14de1fe4654a3cab5d)](https://sonar.beatrice.wtf/dashboard?id=relhive)
|
|
[![Reliability Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=relhive&metric=reliability_rating&token=sqb_4f7b91f9a42424c2435f3d14de1fe4654a3cab5d)](https://sonar.beatrice.wtf/dashboard?id=relhive)
|
|
[![Security Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=relhive&metric=security_rating&token=sqb_4f7b91f9a42424c2435f3d14de1fe4654a3cab5d)](https://sonar.beatrice.wtf/dashboard?id=relhive)
|
|
[![Maintainability Rating](https://sonar.beatrice.wtf/api/project_badges/measure?project=relhive&metric=sqale_rating&token=sqb_4f7b91f9a42424c2435f3d14de1fe4654a3cab5d)](https://sonar.beatrice.wtf/dashboard?id=relhive)
|
|
|
|
|
|
*pure java server backend for software release management*
|
|
|
|
## running
|
|
### database requirements
|
|
set up a database server with postgresql.
|
|
this is currently the only supported database backend.
|
|
|
|
## building
|
|
### required tools
|
|
|
|
- java 17+ sdk
|
|
- git
|
|
- maven
|
|
|
|
### build steps
|
|
the build process currently happens with maven.
|
|
specific build and release steps have not been specified yet.
|
|
|
|
## support
|
|
| category | info |
|
|
|---------------------|-------------------------------------------------------------------|
|
|
| official wiki | [release-hive wiki](https://wiki.beatrice.wtf/en/release-hive) |
|
|
| official repository | [release-hive src](https://git.beatrice.wtf/bea/release-hive.git) |
|
|
| build status | [drone-ci](https://drone.beatrice.wtf/bea/release-hive) |
|
|
| dev email | [hello@beatrice.wtf](mailto:hello@beatrice.wtf) |
|