Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Add the DynamicPayloadModal to post the dyanmic_payload #393

Merged
merged 4 commits into from
Apr 2, 2022

Conversation

noahingh
Copy link
Member

@noahingh noahingh commented Apr 2, 2022

The UI allows you to dynamically insert a payload value if the dynamic_payload field is enabled. The UI for the example YAML is as below:

예제
envs:
  - name: dev
    auto_merge: false
    required_contexts: []
    dynamic_payload:
      enabled: true
      inputs:
        foo:
          type: select
          options:
            - one
            - two
          description: 'foo'     
          required: true
          default: 'one' 
        bar:
          type: string
          required: true
          default: 'baz'
        qux:
          type: number
          default: 0

스크린샷 2022-04-02 오후 5 17 31

@noahingh noahingh added component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request labels Apr 2, 2022
@noahingh noahingh linked an issue Apr 2, 2022 that may be closed by this pull request
@noahingh noahingh linked an issue Apr 2, 2022 that may be closed by this pull request
@noahingh noahingh added this to the v0.7 milestone Apr 2, 2022
@noahingh noahingh marked this pull request as ready for review April 2, 2022 08:29
@noahingh noahingh merged commit e0c78b1 into main Apr 2, 2022
@noahingh noahingh deleted the dynamic-payload-ui branch April 2, 2022 08:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide the form for dynamic_payload in UI
1 participant