-
-
Notifications
You must be signed in to change notification settings - Fork 607
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
Report Database Type & Version in Log and UI #2093
Comments
Raised PR to report database name and version via Alpine's Once this change is available, we can update the About dialog of the UI. The change in Alpine provides extensibility, such that we can do the same for other components in the future if needed. |
Blocked until Alpine PR is merged. |
Closes DependencyTrack/dependency-track#2093 Signed-off-by: nscuro <[email protected]>
Closes DependencyTrack/dependency-track#2093 Signed-off-by: nscuro <[email protected]>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Closes DependencyTrack/dependency-track#2093 Signed-off-by: nscuro <[email protected]>
Current Behavior:
Dependency-Track v4.6.1 (and 4.7.0-SNAPSHOT) does not report the database type (eg PostgreSQL) or the database version... either in log or UI.
This information can be crucial when administering the system or reporting problems.
Proposed Behavior:
Note that logs can roll-over or not be accessible to all users. Hence the value in providing the info in two ways.
Implementation of this enhancement might also require touching Alpine,
The text was updated successfully, but these errors were encountered: