-
Notifications
You must be signed in to change notification settings - Fork 320
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
[Database Template] Enhance Health Function #200
Commits on Apr 10, 2024
-
[Database Template] [MYSQL] Enhance Health Function
- [+] feat(mysql.tmpl): enhance Health function with comprehensive database connection statistics
Configuration menu - View commit details
-
Copy full SHA for a86b8b9 - Browse repository at this point
Copy the full SHA a86b8b9View commit details -
Fix [Database Template] [MYSQL] Error Messages
- [+] fix(mysql.tmpl): update 'message' field in Health() to display actual error message instead of static text
Configuration menu - View commit details
-
Copy full SHA for 877316b - Browse repository at this point
Copy the full SHA 877316bView commit details -
[Database Template] [Postgres] Enhance Health Function
- [+] feat(postgres.tmpl): enhance Health function to return detailed database statistics and health messages
Configuration menu - View commit details
-
Copy full SHA for dda3b11 - Browse repository at this point
Copy the full SHA dda3b11View commit details -
Refactor [Database Template] Health Function
- [+] refactor(dbdriver): remove redundant error message in Health function for both mysql and postgres templates
Configuration menu - View commit details
-
Copy full SHA for 0c132aa - Browse repository at this point
Copy the full SHA 0c132aaView commit details -
- [+] feat(postgres.tmpl): import strconv package - [+] fix(postgres.tmpl): remove unnecessary trailing line at the end of the file
Configuration menu - View commit details
-
Copy full SHA for 487563b - Browse repository at this point
Copy the full SHA 487563bView commit details -
[Database Template] [SQL Lite] Enhance Health Function
- [+] feat(sqlite.tmpl): enhance Health method with detailed database statistics and health messages
Configuration menu - View commit details
-
Copy full SHA for f351492 - Browse repository at this point
Copy the full SHA f351492View commit details -
Fix [Database Template] [MySQL] Line End of File
- [+] style(mysql.tmpl): add newline at end of file
Configuration menu - View commit details
-
Copy full SHA for 5610c64 - Browse repository at this point
Copy the full SHA 5610c64View commit details -
Revert "Fix [Database Template] [MySQL] Line End of File"
This reverts commit f40ad89.
Configuration menu - View commit details
-
Copy full SHA for bbe6081 - Browse repository at this point
Copy the full SHA bbe6081View commit details -
Fix [Database Template] [SQL Lite] Line End of File
- [+] style(sqlite.tmpl): add newline at end of file
Configuration menu - View commit details
-
Copy full SHA for 53b20ad - Browse repository at this point
Copy the full SHA 53b20adView commit details -
Fix [Health Stats] Lower threshold for heavy load message
- [+] fix(dbdriver): lower threshold for heavy load message from 90 to 40 in mysql, postgres and sqlite templates
Configuration menu - View commit details
-
Copy full SHA for 90dc1e9 - Browse repository at this point
Copy the full SHA 90dc1e9View commit details