webcron/src/Repository
Jeroen De Meerleer 9977a93874
Refactor JobRepository to decrypt secret values in commands
This commit modifies the JobRepository class to decrypt secret values in commands. It replaces placeholders with decrypted values using the Secret::decrypt() function. This change ensures that sensitive information is not exposed in plain text within the commands.
2023-07-09 00:44:21 +02:00
..
.gitignore ENHANCEMENT: using symfony framework 2022-04-27 17:19:54 +02:00
JobRepository.php Refactor JobRepository to decrypt secret values in commands 2023-07-09 00:44:21 +02:00
RunRepository.php ENHANCEMENT: added visualisation of triggered run 2023-01-17 14:10:17 +01:00
UserRepository.php NEW FEATURE: settings page 2022-09-08 12:28:38 +02:00