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.
  1. 23 May, 2022 1 commit
  2. 22 Apr, 2022 2 commits
  3. 24 Mar, 2022 1 commit
  4. 15 Mar, 2022 1 commit
  5. 28 Feb, 2022 1 commit
  6. 08 Feb, 2022 1 commit
  7. 07 Jan, 2022 1 commit
  8. 28 Dec, 2021 1 commit
  9. 08 Dec, 2021 1 commit
  10. 11 Nov, 2021 1 commit
  11. 28 Oct, 2021 1 commit
  12. 19 Oct, 2021 1 commit
  13. 13 Sep, 2021 1 commit
    • Jian.Li's avatar
      Fix: Bugs (as follows) (#2278) · b66f2995
      Jian.Li authored
      * Fix: suspend step id
      
      * Feat: add test cases
      
      * Fix: reslove conflict
      
      * Fix: reduce reconclie duration for test
      b66f2995
  14. 12 Sep, 2021 1 commit
    • Jian.Li's avatar
      Refactor application code to make it run as Dag workflow (#2236) · 6cbdbe84
      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: default avatar天元 <jianbo.sjb@alibaba-inc.com>
      Co-authored-by: default avatarFogDong <dongtianxin.tx@alibaba-inc.com>
      6cbdbe84
  15. 19 Aug, 2021 1 commit
  16. 27 Jul, 2021 1 commit
  17. 22 Jul, 2021 1 commit
    • Hongchao Deng's avatar
      [Feature] CUE Based Workflow Step (#1935) · ed0039e1
      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: default avatarJian.Li <74582607+leejanee@users.noreply.github.com>
      Co-authored-by: default avatarJian.Li <lj176172@alibaba-inc.com>
      ed0039e1