Conversation
👷 Deploy Preview for chef-habitat processing.
|
f6f1391 to
1e29e96
Compare
|
I plan to add a e2e test for the hab plan cmd but I think the code is ready for review. |
5cf52f4 to
9bcab3b
Compare
agadgil-progress
left a comment
There was a problem hiding this comment.
Tested on Linux.
Most changes look alright.
Only one comment - there are no scaffolding packages on windows so not sure supporting --scaffolding makes sense. So on windows the package should always resolve to some/scaffolding
|
So may be we should get rid of |
|
I think this brings us closer to 1.6 parity. Not having support for |
9bcab3b to
62bda9e
Compare
- Removes almost all use of '{{~' and '~}}' to fix lines running
together after handlebars upgrade
- introduces newlines to separate settings that were previously running
together
- Upcases 'Required.' and 'Optional.' and drops the period
- Replaces no longer available doc URLs with current viable doc URLs
- Normalizes whitespace in the handlebars templates as it was
inconsistent
Signed-off-by: Jason Heath <jason.heath@progress.com>
- Removes almost all use of '{{~' and '~}}' to fix lines running
together after handlebars upgrade
- introduces newlines to separate settings that were previously running
together
- Upcases 'Required.' and 'Optional.' and drops the period
- Replaces no longer available doc URLs with current viable doc URLs
- Normalizes whitespace in the handlebars templates as it was
inconsistent
Signed-off-by: Jason Heath <jh@jasonheath.com>
Signed-off-by: Jason Heath <jason.heath@progress.com>
Signed-off-by: Jason Heath <jason.heath@progress.com>
Signed-off-by: Jason Heath <jason.heath@progress.com>
The templates have a switch in them that wasn't being respected. In the
template_plan.sh linux version we find this version of it
| {{ #if scaffolding_ident }}
| pkg_scaffolding="{{ scaffolding_ident }}"
| {{ else }}
| # pkg_scaffolding="some/scaffolding"
| {{ /if }}
In reality 'pkg_scaffolding='core/scaffolding=ruby"' was always being
added to the plan file when 'pkg_scaffolding="some/scaffolding"' should
have been what was added unless the --scaffolding option was used.
Signed-off-by: Jason Heath <jason.heath@progress.com>
7ad1ec7 to
b2f00d0
Compare
Signed-off-by: Jason Heath <jason.heath@progress.com>
b2f00d0 to
dec705c
Compare
|





hab plan renderby fixing the default.toml parsinghab plan init{{~and~}}to stop lines from running together after handlebars upgradehab plan initandhab plan render