Formula config in Go port needs validation support
Bug #843299 reported by
Gustavo Niemeyer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Gustavo Niemeyer |
Bug Description
It currently implements parsing of the file, but misses
support for validating values.
Related branches
lp://qastaging/~niemeyer/pyjuju/go-formula-config-validation
- Kapil Thangavelu (community): Approve
-
Diff: 1654 lines (+1511/-0)25 files modifiedformula/Makefile (+25/-0)
formula/config.go (+126/-0)
formula/config_test.go (+153/-0)
formula/export_test.go (+11/-0)
formula/formula.go (+33/-0)
formula/formula_test.go (+59/-0)
formula/meta.go (+170/-0)
formula/meta_test.go (+135/-0)
formula/testrepo/dummy/.ignored (+1/-0)
formula/testrepo/dummy/config.yaml (+5/-0)
formula/testrepo/dummy/metadata.yaml (+7/-0)
formula/testrepo/dummy/src/hello.c (+7/-0)
formula/testrepo/mysql/metadata.yaml (+7/-0)
formula/testrepo/mysql2/metadata.yaml (+11/-0)
formula/testrepo/new/metadata.yaml (+7/-0)
formula/testrepo/old/metadata.yaml (+7/-0)
formula/testrepo/riak/metadata.yaml (+13/-0)
formula/testrepo/varnish/metadata.yaml (+7/-0)
formula/testrepo/varnish2/hooks/install (+3/-0)
formula/testrepo/varnish2/metadata.yaml (+7/-0)
formula/testrepo/wordpress/config.yaml (+3/-0)
formula/testrepo/wordpress/metadata.yaml (+21/-0)
schema/Makefile (+23/-0)
schema/schema.go (+377/-0)
schema/schema_test.go (+293/-0)
Changed in ensemble: | |
assignee: | nobody → Gustavo Niemeyer (niemeyer) |
milestone: | none → eureka |
status: | New → In Progress |
Changed in juju: | |
status: | In Progress → Fix Released |
To post a comment you must log in.