Skip to content
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

Merged
merged 10 commits into from
Apr 17, 2024

Commits on Apr 10, 2024

  1. [Database Template] [MYSQL] Enhance Health Function

    - [+] feat(mysql.tmpl): enhance Health function with comprehensive database connection statistics
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a86b8b9 View commit details
    Browse the repository at this point in the history
  2. Fix [Database Template] [MYSQL] Error Messages

    - [+] fix(mysql.tmpl): update 'message' field in Health() to display actual error message instead of static text
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    877316b View commit details
    Browse the repository at this point in the history
  3. [Database Template] [Postgres] Enhance Health Function

    - [+] feat(postgres.tmpl): enhance Health function to return detailed database statistics and health messages
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dda3b11 View commit details
    Browse the repository at this point in the history
  4. Refactor [Database Template] Health Function

    - [+] refactor(dbdriver): remove redundant error message in Health function for both mysql and postgres templates
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0c132aa View commit details
    Browse the repository at this point in the history
  5. Fix Package Issue

    - [+] feat(postgres.tmpl): import strconv package
    - [+] fix(postgres.tmpl): remove unnecessary trailing line at the end of the file
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    487563b View commit details
    Browse the repository at this point in the history
  6. [Database Template] [SQL Lite] Enhance Health Function

    - [+] feat(sqlite.tmpl): enhance Health method with detailed database statistics and health messages
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f351492 View commit details
    Browse the repository at this point in the history
  7. Fix [Database Template] [MySQL] Line End of File

    - [+] style(mysql.tmpl): add newline at end of file
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5610c64 View commit details
    Browse the repository at this point in the history
  8. Revert "Fix [Database Template] [MySQL] Line End of File"

    This reverts commit f40ad89.
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bbe6081 View commit details
    Browse the repository at this point in the history
  9. Fix [Database Template] [SQL Lite] Line End of File

    - [+] style(sqlite.tmpl): add newline at end of file
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    53b20ad View commit details
    Browse the repository at this point in the history
  10. 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
    H0llyW00dzZ committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    90dc1e9 View commit details
    Browse the repository at this point in the history