Skip to content

Releases: NordSecurity/status-checker

Fix issue with ignoring port defined in the database

27 Jun 07:33
28b5348
Compare
Choose a tag to compare

Do not ignore port defined in the database

Add check if redis commands work

22 Mar 08:21
0a49561
Compare
Choose a tag to compare

Add check if redis commands work
Fix deprecations

Fix return type on Command

20 Oct 04:25
ba807b4
Compare
Choose a tag to compare
Merge pull request #9 from judmir/fix-return-type

Fix return type on Command.

Add return type

15 Mar 09:13
857312b
Compare
Choose a tag to compare

Add return type to prevent "return type might change" warnings within PHP 8.1

Fix database checker PDO execute statement

23 Nov 14:09
3fc8efb
Compare
Choose a tag to compare
Merge pull request #7 from emptyhand/fix-database-checker

Fix tests

Fix pdo connection not being closed

13 Aug 09:35
c69da17
Compare
Choose a tag to compare
Merge pull request #5 from asilgalis/close-pdo-connection

Explicitly close PDO connection.

Add command exit codes for older symfony/command versions

10 May 11:48
41be891
Compare
Choose a tag to compare
1.4.1

Merge pull request #4 from andriuspetrauskis/status-check-command-ret…

StatusCheckCommand: return the exit code accordingly to global status

07 May 09:05
43f2090
Compare
Choose a tag to compare

StatusCheckCommand: return the exit code accordingly to global status

Add database check support for doctrine, propel in addition to eloquent.

05 May 06:40
32b8fc7
Compare
Choose a tag to compare

Add database check support for doctrine, propel in addition to eloquent.

Add PHP8 support

03 May 10:33
b11d5a5
Compare
Choose a tag to compare

This release adds PHP8 support