Gitlab Community Edition Instance
This MR adds the variants to the AnnotationAPI.
It also introduces a fix of a bug that lead to different ID assigning during the HTML and the JSON creation as well es some minor refactoring.
Are we able to test this new feature?
#!/bin/bash
sudo rm -rf exist-app/test
sudo rm exist-app/build/ahikar*
sudo rm -rf docker/exist*/*
docker volume rm ahikar-existdb_Data-testing
docker volume create ahikar-existdb_Data-testing
mkdir -p docker/exist/logs
ant -f exist-app/build.xml dependencies xar
docker-compose --env-file docker/.env --file docker/docker-compose.yml build
docker-compose --env-file docker/.env --file docker/docker-compose.yml up --detach
cd docker || exit
PORT=$(docker-compose ps | grep -E -o "0\.0\.0\.0:[0-9]{5}\->8080" | grep -E -o "0\.0\.0\.0:[0-9]{5}")
sleep 5
firefox $PORT
You will have to wait a few seconds until the db is up and running before you can see the eXist-db dashboard.
/db/apps/ahikar/tests/test-runner.xq
and execute the testsbuild.properties
.Closes #149.