Conversation
* chore: hide private ssh key when on edit polydock store page * chore: derive public key using ssh-keygen * chore: migrate lagoon_deploy_private_key field into encrypted entry ni polydock_variables table * chore: log errors relating to ssh-keygen, mark getLagoonCodeDataValueForRegion as optional string * chore: use phpseclib to read private ssh key and output public key * chore: adjust labels * chore: add tests * chore: add comment about ssh key in code for tests * fix: ensure null is not passed to markdown call * chore: ensure down method handles decrypting ssh keys and logging errors
* chore: add admin form * chore: add create polydock app instance - filament test * feat: implement dynamic app class discovery and custom configuration schemas - Introduced `PolydockAppClassDiscovery` service to dynamically locate and register `PolydockAppInterface` implementations via Composer classmaps. - Enhanced Filament admin resources (`PolydockStoreApp` and `PolydockAppInstance`) to render dynamic forms and infolists based on class-defined schemas. - Integrated `PolydockVariable` storage for app and instance-specific configurations, including support for field-level encryption. - Updated the trial registration flow in `ProcessUserRemoteRegistration` to capture and store instance configuration fields. - Added validation to `PolydockEngine` to ensure discovered classes correctly implement the required interfaces. - Applied `declare(strict_types=1);` and improved type hinting across modified core files. - Bumped `freedomtech-hosting` and `amazeeio` package dependencies to latest versions. - Added comprehensive unit tests for the new discovery service. * fix: exception logging * chore: fixup env vars * chore: require amazeeio/lagoon-logs * fix: additional null check return string, and ensure polydock_store_id is set for create webhook store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge #62 and #65 into prod