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

Add PostgreSQL support and fix some type hints and docBlock types errors #161

Closed
wants to merge 4 commits into from

Commits on Oct 16, 2024

  1. Fix PHPStan errors (#158)

    * Fix PHPStan errors
    
    * Fix blackbox exporter tests
    
    Signed-off-by: Alex <[email protected]>
    LKaemmerling authored and 2646298 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cc309a0 View commit details
    Browse the repository at this point in the history
  2. Add PDO storage adapter. (#157)

    * PDO storage adapter - counter.
    
    Signed-off-by: Janez Urevc <[email protected]>
    Co-authored-by: Lukas Kämmerling <[email protected]>
    Signed-off-by: Alex <[email protected]>
    2 people authored and 2646298 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4f14c3c View commit details
    Browse the repository at this point in the history
  3. Add PostgreSQL support in Storage/PDO.php

    Signed-off-by: Alex <[email protected]>
    2646298 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    050a01d View commit details
    Browse the repository at this point in the history
  4. Fix type hints and types in doc blocks

    Signed-off-by: Alex <[email protected]>
    2646298 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    111dc5f View commit details
    Browse the repository at this point in the history