-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add a config option to enable/disable git, http and stats #594
Labels
Comments
aymanbagabas
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Nov 8, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 14, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 14, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 14, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 14, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 14, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 18, 2024
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 19, 2024
…#594) This also fixes a bug in the git daemon which would listen on TCP as it was created. Now it only listens when Start() has been called. To facilitate testing of this, tests now use the more granular `ensureserverrunning [SERVICE_NAME]` instead of the previous, more crude `waitforserver`.
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 21, 2024
…#594) To test this, tests added: `ensureservernotrunning [SERVICE_NAME]`
jaw
pushed a commit
to jaw/soft-serve
that referenced
this issue
Nov 21, 2024
…#594) To test this, tests added: `ensureservernotrunning [SERVICE_NAME]`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it is a good Idea to add an config option to disable/enable services like git, http and stats if the user doesn't need them. Specially, the Prometheus part has nothing to do with the main functionality.
I discussed this already here:
#590
The text was updated successfully, but these errors were encountered: