8000 Tags · pdk27/deck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pdk27/deck

Tags

version-2.15.0

Toggle version-2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ecs): add memory and cpu to container inputs (spinnaker#7869) (sp…

…innaker#7913)

Co-authored-by: Matt Duftler <duftler@google.com>

version-2.14.0

Toggle version-2.14.0's commit message
fix(core): do not render the server group warning message in <pre> (s…

…pinnaker#7774) (spinnaker#7777)

* fix(core): do not render the server group warning message in <pre>

* fix(core/appengine): trim confirmation modal body messages

Co-authored-by: Chris Berry <73450+anotherchrisberry@users.noreply.github.com>

version-2.13.5

Toggle version-2.13.5's commit message
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 <christopherthielen@users.noreply.github.com>

version-2.13.4

Toggle version-2.13.4's commit message
fix(projects): Fixing clusters error validation (spinnaker#7701) (spi…

…nnaker#7704)

version-2.13.3

Toggle version-2.13.3's commit message
fix(core): fix npe on first project cluster creation (spinnaker#7673) (

…spinnaker#7675)
A93D

version-2.13.2

Toggle version-2.13.2's commit message
fix(azure,gce): Fix typo breaking bake stage (spinnaker#7631) (spinna…

…ker#7639)

version-2.13.1

Toggle version-2.13.1's commit message
fix(artifacts): enable inline editing of base64 artifacts (spinnaker#…

…7612) (spinnaker#7614)

version-2.13.0

Toggle version-2.13.0's commit message
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

version-2.12.4

Toggle version-2.12.4's commit message
fix(runJob): fix artifact output creation (spinnaker#7579) (spinnaker…

…#7580)

fixes artifact output creation by passing in the `updatePipeline` method

version-2.12.3

Toggle version-2.12.3's commit message
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
0