-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compiling External/Remote Validations #367
Labels
Comments
5 tasks
5 tasks
brandtkeller
pushed a commit
that referenced
this issue
Apr 25, 2024
* refactor(common.go): ValidationFromString now uses `validationData.UnmarshalYaml` * refactor(validation-store): extracted constants and helpers from validation-store to common as they are used in wider areas * refactor(validate): replace lula link check with common.IsLulaLink * feat(common): Validation now has ToResource method * tests(common): add tests for Validation.ToResource() * feat(compilation): Added tests and functionality for the validation compilation command TODO: create the actual command * feat(compile): create compile command * docs: create compile command documentation * feat(tools): move the compile command under the tools cmd * feat(compilation): now updates the timestamp for the component definition * chore: renamecompile command and all associations to use the compose verbiage
This was referenced May 20, 2024
This was referenced Jun 29, 2024
This was referenced Jul 12, 2024
This was referenced Aug 5, 2024
This was referenced Oct 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In order to support disconnected environments, the ability to "compile" validations into a component-definition, should be created in order to support the portability of component-definitions that rely on remote/external validations.
Describe the solution you'd like
lula compile
(wip) with a component-definition fileAdditional context
The text was updated successfully, but these errors were encountered: