Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature limit resources #561

Merged
merged 25 commits into from
Dec 18, 2023
Merged

Feature limit resources #561

merged 25 commits into from
Dec 18, 2023

Conversation

MichaelRoeder
Copy link
Contributor

No description provided.

…o the GUI docker container. Added a small script that exchanges the two xml files in case the UI authentication flag is set to false.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a better name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that file shouldn't have been uploaded 😅

@@ -1,9 +1,6 @@
# Initialization script for the Storage of the HOBBIT Platform.
# Controls access rights for Platform-specific RDF graphs.

echo "Waiting for port to open..."
while ! nc -q 1 localhost 1111 </dev/null; do sleep 5; done
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was waiting for Virtuoso to initialize in case it still didn't, does it cause any problems?

volumes:
- ./config/jetty/web-without-ui-auth.xml:/var/lib/jetty/webapps/ROOT/WEB-INF/web.xml
#volumes:
#- ./config/jetty/web-without-ui-auth.xml:/var/lib/jetty/webapps/ROOT/WEB-INF/web.xml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove this line, as the situation without auth is now handled differently?

DEPLOY_ENV: "testing"
GITLAB_USER: "${GITLAB_USER}"
GITLAB_EMAIL: "${GITLAB_EMAIL}"
GITLAB_TOKEN: "${GITLAB_TOKEN}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this cause any problems? Having variables here by default makes it possible to just add .env file without making any additional changes.

@MichaelRoeder MichaelRoeder merged commit f087c48 into develop Dec 18, 2023
1 check failed
@MichaelRoeder MichaelRoeder deleted the feature-limit-resources branch December 18, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants