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

Support for cel.Env conversion to YAML-serializable config #1128

Merged
merged 5 commits into from
Feb 12, 2025

Conversation

TristonianJones
Copy link
Collaborator

@TristonianJones TristonianJones commented Feb 11, 2025

Support for serializing cel.Env to the YAML-serializable env.Config object.

This update introduces mutable setters on the env.Config object, a new method
for marking a library disabled, and a host of YAML serialization tests.

The next piece of this development will be to formalize the extension handlers
as interfaces in the cel package to support the option for configuring a new
CEL environment from the serializable config value and configuring new env options
as appropriate when portions of the config refer to extensions not visible from
the cel package.

@TristonianJones TristonianJones marked this pull request as ready for review February 11, 2025 21:53
@TristonianJones
Copy link
Collaborator Author

@aakash070 FYI

@TristonianJones TristonianJones merged commit af0bf8e into google:master Feb 12, 2025
2 checks passed
@TristonianJones TristonianJones deleted the describe-env-2 branch February 12, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants