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
Is your feature request related to a problem? Please describe.
Get build information from HTTP API such as :
curl localhost:13000/info
# Nebula-meta# GIT-SHA: xxxxx# BUILT DATE: xxxx# BUILT TYPE: Release
...
Describe the solution you'd like
Generate the info when building and compile into object.(such as generate sources file)
Or refactor the versionString(). Describe alternatives you've considered
Assets installed.
Additional context
The text was updated successfully, but these errors were encountered:
* remove rebuild index guard when job finished
* fix reenter problem
Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
Co-authored-by: Alex Xing <90179377+SuperYoko@users.noreply.github.com>
Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
Get build information from HTTP API such as :
Describe the solution you'd like
Generate the info when building and compile into object.(such as generate sources file)
Or refactor the versionString().
Describe alternatives you've considered
Assets installed.
Additional context
The text was updated successfully, but these errors were encountered: