-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update dependency vimeo/psalm to v5 - abandoned #62
base: 1.24.x
Are you sure you want to change the base?
Commits on Nov 11, 2022
-
Check for cluster connection Check for cluster health Returns responsetime along with success/warning/failure. Uses elasticsearch-php package - Supports both v7 and v8 as both ES versions are still supported by Elastic Signed-off-by: Bram Leeda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa8c97e - Browse repository at this point
Copy the full SHA fa8c97eView commit details -
Use Guzzle instead of elasticsearch-php to fetch the elasticsearch cl…
…uster health status Signed-off-by: Bram Leeda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d5d5c2 - Browse repository at this point
Copy the full SHA 2d5d5c2View commit details
Commits on Dec 13, 2022
-
Signed-off-by: Bram Leeda <[email protected]>
Add extra assertions for the ElasticSearch check result data
Configuration menu - View commit details
-
Copy full SHA for 3debfac - Browse repository at this point
Copy the full SHA 3debfacView commit details -
Merge pull request #58 from bram123/add-elasticsearch-check
Add new ElasticSearch check
Configuration menu - View commit details
-
Copy full SHA for a397280 - Browse repository at this point
Copy the full SHA a397280View commit details -
Signed-off-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b866286 - Browse repository at this point
Copy the full SHA b866286View commit details -
Update dependency vimeo/psalm to v5
| datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | vimeo/psalm | 4.30.0 | 5.1.0 | Signed-off-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d96362d - Browse repository at this point
Copy the full SHA d96362dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a99791e - Browse repository at this point
Copy the full SHA a99791eView commit details -
Simplified and documented data structures of all checks and their con…
…structors This mostly replaces many docblock-only union types with PHP 8 union types (now usable), and removes many `Traversable` inputs where unusable. Specifically, in order to operate properly, many of these checks do things like `$this->settings[0]` or `count($this->settings)`, even in happy path scenarios, leading to invalid execution. This means that the accepted input type is not `array|Traversable` for many of our checks, but rather `non-empty-list` or stricter. While this could potentially mean that this is a BC break, these checks did **NOT** work, when a `Traversable` was given as input, and the errors change from being an `Exception` to being a more specific `TypeError`. Tests verifying impossible types/scenarios have been removed.
Configuration menu - View commit details
-
Copy full SHA for 86e2436 - Browse repository at this point
Copy the full SHA 86e2436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ce68a - Browse repository at this point
Copy the full SHA 48ce68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e57799 - Browse repository at this point
Copy the full SHA 5e57799View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53fc6c - Browse repository at this point
Copy the full SHA d53fc6cView commit details