Tags: conordean/deck
Tags
fix(core): manual cherry-pick of MapEditor fixes (spinnaker#7769) * fix(core/presentation): pass objects through in useValidationData There's a weird case where a FormikFormField may be used for a complex object with multiple fields and/or arrays. In this case, the Field's validator should return a structured error object. This isn't fully accounted for in the FormField API. For now, pass the complex error object through as 'validationMessage'. Tag it as "hidden" so we don't try to render it elsewhere as a ReactNode. * fix(core/presentation): FormikFormField: call revalidate whenever internal validators change * fix(core/presentation): MapEditor: Make errors fill the entire row width. Co-authored-by: Chris Thielen <[email protected]>
fix(projects): Fixing clusters error validation (spinnaker#7701) (spi… …nnaker#7704)
fix(core): fix npe on first project cluster creation (spinnaker#7673) (… …spinnaker#7675)
fix(azure,gce): Fix typo breaking bake stage (spinnaker#7631) (spinna… …ker#7639)
fix(artifacts): enable inline editing of base64 artifacts (spinnaker#… …7612) (spinnaker#7614)
feat(google): add gce scale-down controls (spinnaker#7570) * feat(google): add feature flag for gce scale down controls * feat(google): add gce scale-down controls to autoscaling policy ui * fix(google): add min and max timeWindowSec, sidebar details
fix(runJob): fix artifact output creation (spinnaker#7579) (spinnaker… …#7580) fixes artifact output creation by passing in the `updatePipeline` method
fix(artifact/bitbucket): Bitbucket Use Default Artifact (spinnaker#7523… …) (spinnaker#7535) * fix(artifact/bitbucket): Bitbucket Use Default Artifact edit Object path field * remove regex on event onChange for Object Path field
fix(kubernetes): add missing `app` config param for patch manifest st… …ages (spinnaker#7521) (spinnaker#7522)
fix(bakeManifest): fix bake manifest UI rendering (spinnaker#7463) (s… …pinnaker#7465) rendering was messed up when kustomize was disables via settings. previously it would render both forms when no rendering option was selected.
PreviousNext