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

Developed version 2.0.17 #562

Merged
merged 58 commits into from
Jan 22, 2024
Merged

Developed version 2.0.17 #562

merged 58 commits into from
Jan 22, 2024

Conversation

MichaelRoeder
Copy link
Contributor

@MichaelRoeder MichaelRoeder commented Dec 18, 2023

MichaelRoeder and others added 30 commits August 16, 2023 12:39
…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.
MichaelRoeder and others added 25 commits December 8, 2023 18:33
…bControllerTest on the assumption that the Hobbit gitlab instance is available.
if (cpuCount != null) {
// We need the CPU count in nano CPU seconds (i.e., we have to multiply the
// count with 10^9)
constraints.put(ContainerManager.NANO_CPU_LIMIT_CONSTRAINT, cpuCount * 1000000000L);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe here it would be good to have a web.archive.org link to the corresponding documentation in the comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I cannot find it in the documentation of the Docker API 😬

Copy link
Collaborator

Choose a reason for hiding this comment

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

I cannot find it in the documentation of the Docker API 😬

That's why we need a web archive link, since Docker documentation is reliably unreliable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I cannot even find it in the web archive 😕

Copy link
Collaborator

Choose a reason for hiding this comment

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

We submit it to the archive the next time we find it.

@MichaelRoeder MichaelRoeder merged commit 14cd63a into master Jan 22, 2024
1 check failed
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.

Add an option to use HOBBIT without access control
2 participants