This project is mirrored from https://gitee.com/mirrors/kubevela.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 23 May, 2022 1 commit
-
-
zq200618 authored
Signed-off-by:
zhengq2006 <zhengq200618@cmbchina.com> workflow substep develop Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com> Feat: support step group with substep in the workflow Signed-off-by:
Qiang Zheng <zhengq20018@cmbchina.com>
-
- 22 Apr, 2022 2 commits
-
-
Tianxin Dong authored
* Feat: add log provider Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * fix lift Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * fix vet Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * fix rebase vet Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com>
-
Arena.Su authored
* Feat(delay suspend): add delayDuration in suspend step properties to support delay by certain time.Duration Signed-off-by:
suxiang <suxiang@asiainfo.com> Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(delay suspend): add delayDuration parameter to suspend cue Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): optimize wait suspend Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): change e2e test to local cluster env Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): fix WaitSuspend status modify bug Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): suspend cue parameter type error Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): set waitDuration optional param in suspend workflow step Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): add lost suspend.yaml Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): change solution to add suspendState Signed-off-by:
ArenaSu <704427617@qq.com> * Feat(wait suspend): change durationWaiting to duration and add isPatch to gcResourceTrackers Signed-off-by:
ArenaSu <704427617@qq.com>
-
- 24 Mar, 2022 1 commit
-
-
Somefive authored
Signed-off-by:
Somefive <yd219913@alibaba-inc.com>
-
- 15 Mar, 2022 1 commit
-
-
Sunghoon Kang authored
* Refactor: refactor multi cluster round trippers Before adding more RoundTrippers, it would be better to expose common logic in the utility package. This commit exports `tryCancelRequest` at `utils` package, and make `secretMultiClusterRoundTripper` implement `RoundTripperWrapper` interface to allow chaining multiple round trippers. Refs #3432 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com> * Feat: reconcile app with scoped permissions Currently, all Application resources are reconciled by the Roles bound to the controller service account. This behavior gives us the power to manage resources across multiple namespaces. However, this behavior can be problematic in the soft-multitenancy environment. This commit adds `serviceAccountName` to ApplicationSepc to reconcile Application with the given service account for reconciling Application with scoped permissions. Refs #3432 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com> * Refactor: extract context setter as method https://github.com/oam-dev/kubevela/pull/3434#discussion_r825561603 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com> * Feat: use annotation instead of spec https://github.com/oam-dev/kubevela/issues/3432#issuecomment-1066460269 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com> * Refactor: unify service account setter caller https://github.com/oam-dev/kubevela/pull/3434#discussion_r825853612 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com> * Refactor: rename GetServiceAccountName https://github.com/oam-dev/kubevela/pull/3434#discussion_r826514565 Signed-off-by:
Sunghoon Kang <hoon@linecorp.com>
-
- 28 Feb, 2022 1 commit
-
-
Tianxin Dong authored
* Fix: add process context in workflow Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * add context data in process context Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * delete usesless func Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * fix ut Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * use multi cluster ctx in process ctx Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com> * remove debug log Signed-off-by:
FogDong <dongtianxin.tx@alibaba-inc.com>
-
- 08 Feb, 2022 1 commit
-
-
yangs authored
* Feat: dispatch manifests in concurrent Signed-off-by:
yangsoon <songyang.song@alibaba-inc.com> * Fix: merge workflow pkg convert to pkg util Signed-off-by:
yangsoon <songyang.song@alibaba-inc.com> Co-authored-by:
yangsoon <songyang.song@alibaba-inc.com>
-
- 07 Jan, 2022 1 commit
-
-
barnettZQG authored
Signed-off-by:
barnettZQG <barnett.zqg@gmail.com>
-
- 28 Dec, 2021 1 commit
-
-
Somefive authored
* Feat: support logs for velaql Signed-off-by:
Yin Da <yd219913@alibaba-inc.com> * Feat: extend parameter Signed-off-by:
Yin Da <yd219913@alibaba-inc.com>
-
- 08 Dec, 2021 1 commit
-
-
Jian.Li authored
* http support load tls certs * fix: TLS MinVersion too low
-
- 11 Nov, 2021 1 commit
-
-
yangsoon authored
-
- 28 Oct, 2021 1 commit
-
-
Tianxin Dong authored
* Feat: add email support in webhook notification * Fix: change sender and receiver to from and to * fix the variable name * fix wait return
-
- 19 Oct, 2021 1 commit
-
-
Tianxin Dong authored
-
- 13 Sep, 2021 1 commit
-
-
Jian.Li authored
* Fix: suspend step id * Feat: add test cases * Fix: reslove conflict * Fix: reduce reconclie duration for test
-
- 12 Sep, 2021 1 commit
-
-
Jian.Li authored
* 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>
-
- 19 Aug, 2021 1 commit
-
-
Jian.Li authored
* support script * add comment
-
- 27 Jul, 2021 1 commit
-
-
Jian.Li authored
* gc * add test cases * test case
-
- 22 Jul, 2021 1 commit
-
-
Hongchao Deng authored
* 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>
-