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

feat: add environment file encryption and decryption commands #896

Merged
merged 21 commits into from
Feb 20, 2025

feat: Use environment variable `GORAVEL_ENV_ENCRYPTION_KEY` as defaul…

495cf7a
Select commit
Loading
Failed to load commit list.
Merged

feat: add environment file encryption and decryption commands #896

feat: Use environment variable `GORAVEL_ENV_ENCRYPTION_KEY` as defaul…
495cf7a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 18, 2025 in 1s

0.00% of diff hit (target 67.65%)

View this Pull Request on Codecov

0.00% of diff hit (target 67.65%)

Annotations

Check warning on line 60 in foundation/application.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/application.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 18 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 23 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 28 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 43 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L32-L43

Added lines #L32 - L43 were not covered by tests

Check warning on line 65 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L47-L65

Added lines #L47 - L65 were not covered by tests

Check warning on line 69 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 73 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 76 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 99 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L79-L99

Added lines #L79 - L99 were not covered by tests

Check warning on line 114 in foundation/console/env_decrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_decrypt_command.go#L102-L114

Added lines #L102 - L114 were not covered by tests

Check warning on line 20 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 25 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 30 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 45 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L34-L45

Added lines #L34 - L45 were not covered by tests

Check warning on line 67 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L49-L67

Added lines #L49 - L67 were not covered by tests

Check warning on line 71 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 76 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L73-L76

Added lines #L73 - L76 were not covered by tests

Check warning on line 82 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L78-L82

Added lines #L78 - L82 were not covered by tests

Check warning on line 98 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L85-L98

Added lines #L85 - L98 were not covered by tests

Check warning on line 104 in foundation/console/env_encrypt_command.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

foundation/console/env_encrypt_command.go#L101-L104

Added lines #L101 - L104 were not covered by tests