You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support installing mongodb in the helm chart (#352)
* feat: support installing mongodb in the helm chart
Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
* update helm dep before package
Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
---------
Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
feat: add a service commnd (#39)
* feat: add a service commnd
The following command will install atest as a Linux service. `atest service --action install`.
Set the default service port to be 7070 to avoid confliction
* add unit tests
* add more unit tests