Tianxin Dong
|
20f1d54bf3
|
Fix: add parse comments in lookupScript to make patch work (#3839)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-05-10 13:36:44 +08:00 |
|
Somefive
|
512664b9b3
|
Feat: support dependsOn in deploy workflowstep (#3750)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
|
2022-04-28 16:29:34 +08:00 |
|
Tianxin Dong
|
21216055fb
|
Feat: add vela debug command (#3580)
* Feat: add debug configmap if debug policy is specified
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Feat: add vela debug command
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* make code reviewable
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix sonartype lift
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix cue string
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Feat: display better for debug
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* tidy the go mod
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Feat: add debug test
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* change uitable vendor
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* add more tests
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* pass resource keeper from handler
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix lint
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* fix rebase
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
* Pending test temporary
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2022-04-18 11:06:14 +08:00 |
|
Jian.Li
|
da251f1cb6
|
Fix: lookupByScript don't support import (#2788)
* fix lookupByScript
* fix lint
|
2021-11-24 19:57:54 +08:00 |
|
Jian.Li
|
8935a87c59
|
Fix: Closure Bug In newValue (#2437)
* Fix: new value bug
* Fix: strategyUnify Bug
* Fix: e2e error
|
2021-10-12 19:05:03 +08:00 |
|
Jian.Li
|
ef653ebeb4
|
Feat: add inputs test cases and optimize code (#2388)
* Feat: add test case & optimize code
* Fix: e2e test
|
2021-09-29 15:08:00 +08:00 |
|
Jian.Li
|
22bf2e4c3a
|
Feat: inputs support setting value in array (#2358)
* Feat: input support array
* Feat: add test cases
* Feat: add comment
|
2021-09-28 09:18:07 +08:00 |
|
Jian.Li
|
4ff4afde51
|
Feat: Make applicationComponent can be modified in step (#2304)
* Feat: component properties can be modfiled in step
* Fix: op.#ApplyRemaining
|
2021-09-15 13:25:22 +08:00 |
|
Jian.Li
|
445db3b276
|
Fix: E2E Test (#2274)
* Fix: value.lookUpByScript bug
* Fix: apply-component patch trait resource
|
2021-09-12 22:45:14 +08:00 |
|
Jian.Li
|
6cbdbe84b2
|
Refactor application code to make it run as Dag workflow (#2236)
* Refactor: remove use of AppConfig in AppRevision
* Refactor: remove insert secret and configmap
* Feat(workflow): upgrade
* Fix(conflict): workflow cherry
* Feat(workflow): support DAG mode
* Feat(workflow): prepare steps in step
* Feat(tools): random string
* Fix(rand): gosec weak random
* Fix(ci): test passing
* Feat(workflow): generate steps
* Fix: fix rebase from master
* Fix: fix workflow ut
* Feat(test): add test cases
* Fix: fix lint and rebase from master
* Refactor: application code
* Fix: fix ci lint
* Fix: make code reviewable
* Fix: workflow_test.go
* Feat: collect services
* Fix(ci): unit tests
* Feat: make one
* Test: application with input/output and workflow
* Fix: trace test
* Fix: update step index falied
* Feat: refactor op.#Load
* Fix: delete dead code
* Refactor: op.xxx
* Fix: patch component
* Test: add generator test
* Fix: add license
* Fix: pending e2e plugin test
* Fix: disable test/e2e-test
* Fix: patch by script
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com>
Co-authored-by: FogDong <dongtianxin.tx@alibaba-inc.com>
|
2021-09-12 10:12:46 +08:00 |
|
Jian.Li
|
7a42c743d7
|
Feat(workflow): outputs support script notation (#2218)
* Feat(workflow): output support script notation
* Feat(cue): add test case
|
2021-09-01 19:19:01 +08:00 |
|
Jian.Li
|
96a8b24a64
|
Make the WorkflowStepDefinition to be Universal (#2124)
* support script
* add comment
|
2021-08-19 19:15:41 +08:00 |
|
Jian.Li
|
5f1d07bfc6
|
Order Steps by Field Tag (#2022)
* sort by tag
* add test cases for order tag
* parse comments
* fix atrr conflict
* fix bug
|
2021-08-04 16:30:11 +08:00 |
|
Jian.Li
|
9d6aaa6044
|
Workflow Support op.# ApplyComponent and op.#ApplyRemaining (#1993)
* add cap
* workflow
* add docs
* upgrade op.#ApplyComponent
* lint
* bytes to string
|
2021-07-31 07:14:00 +08:00 |
|
Hongchao Deng
|
ed0039e1ee
|
[Feature] CUE Based Workflow Step (#1935)
* Workflow WIP (#1934)
* interface
* add model value
* walk fields
* provider
* stdlin
* tasks
* add stdlib
* Adjust TaskGenerator
* Unified configmap format
* development completed
* fix import cycle
* demo passing
* upgrade action
* add value test cases
* format
* apis
* add context test cases
* fmt
* fmt
* add context to taskGenerator (#1942)
* fix configmap test
* add workflow integration test
* upgrade code
* initial workflow commit
* interface
* add model value
* walk fields
* provider
* stdlin
* tasks
* add stdlib
* Adjust TaskGenerator
* Unified configmap format
* development completed
* fix import cycle
* demo passing
* upgrade action
* add value test cases
* format
* apis
* add context test cases
* fmt
* fmt
* add context to taskGenerator (#1942)
* fix configmap test
* add workflow integration test
* lint code
* improve pkg[value、context] testing coverage
* Improve testing coverage(#1957)
* add license
* add test cases
Co-authored-by: Jian.Li <74582607+leejanee@users.noreply.github.com>
Co-authored-by: Jian.Li <lj176172@alibaba-inc.com>
|
2021-07-22 18:53:30 +08:00 |
|