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

Schema generation #9

Closed
penberg opened this issue Feb 12, 2019 · 0 comments
Closed

Schema generation #9

penberg opened this issue Feb 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@penberg
Copy link
Contributor

penberg commented Feb 12, 2019

Users can already specify the schema via a configuration while, but let's add schema generation as part of the tool to increase test coverage.

@penberg penberg added the enhancement New feature or request label Feb 12, 2019
penberg added a commit that referenced this issue Feb 12, 2019
The schema is currently configured via an external file "schema.json".
This commit adds support for generating the schema with the tool. Users
can still define the schema themselves via a JSON file with the
"--schema" command line option.

Fixes #9
penberg added a commit that referenced this issue Feb 12, 2019
The schema is currently configured via an external file "schema.json".
This commit adds support for generating the schema with the tool. Users
can still define the schema themselves via a JSON file with the
"--schema" command line option.

Fixes #9
penberg added a commit that referenced this issue Mar 6, 2019
"This pull request implement schema generation in the Gemini tool. Previously,
schema was configured via an external file, schema.json. This adds a --schema
command line option, which users can use for the old behavior. If no schema
file is configured, the tool generates one.

Fixes #9."

Reviewed-by: Henrik Johansson <[email protected]>

* origin/schema-gen:
  schema: Separate value range generation to genValueRange
  schema: Rename generateValue to genValue
  schema: Schema generation
  schema: Fix error handling in generateValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant