-
Notifications
You must be signed in to change notification settings - Fork 72
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
Define input variable types #44
Comments
New type: duration Based on discussion here: elastic/integrations#266 (comment) |
It will be great to have it defined in the package spec for validation but also for documentation purpose (single source of truth) |
They are already defined. I linked it above: https://github.com/elastic/package-spec/blob/master/versions/1/data_stream/manifest.spec.yml#L24 |
* Stub out system test command * Add --ignoreMissing flag * Add TODO for composing other test actions later * Adding runner stub * Adding godoc * Adding godoc * Change --ignoreMissing to --failOnMissing * Use kebab case for flag long name * Making sub-command logic more generic * Implement --dataset flag * Use composeCommandActions * Refactoring: moving composeCmdActions to internal * Adding godoc for exported types * Removing internal/cmd
+1 for adding cc @elastic/apm-ui @elastic/apm-server |
A proper |
This issue defines all input variable types and is a meta ticket for potential adjustments.
Right now we have:
For reference:
https://github.com/elastic/package-registry/blob/33c9f9df5881a879ced083cc626ba973f928b32d/testdata/package/reference/1.0.0/dataset/reference/manifest.yml#L47
https://github.com/elastic/package-spec/blob/master/versions/1/dataset/manifest.spec.yml#L24
/cc @ruflin @ycombinator @jen-huang
The text was updated successfully, but these errors were encountered: