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. 30 Jul, 2021 1 commit
  2. 20 Jul, 2021 2 commits
    • wyike's avatar
      support component revision based rollout (#1919) · ff6fcd9f
      wyike authored
      * WIP almost finish main logic
      
      WIP make reviewable
      
      finish manual test
      
      fix rollout plan related test
      
      WIP refactro some logic
      
      WIP finish e2e-test
      
      * fix failed e2e-test
      
      * fix failed interagtion test
      
      * move rollout to trait packege
      
      * modify e2e-test testdata change apiVersion
      
      * add v1alpha1 to scheme in test
      
      * more wait time
      
      * fix comment
      
      * split rollout test
      
      fix makefile
      
      * rename test name
      
      delete equal quata
      
      try to fix
      
      fix
      
      * add more test
      ff6fcd9f
    • wangyuan249's avatar
      Help developer install build-in necessary definitions. (#1907) · d77969b5
      wangyuan249 authored
      * fix
      
      * add install def shell
      
      * change to make command
      
      * fix shell
      
      * fix bak
      d77969b5
  3. 15 Jul, 2021 1 commit
  4. 13 Jul, 2021 1 commit
    • chival's avatar
      Implement addon mechanism (#1867) · 87576cc6
      chival authored
      * - add: list/enable/disable an addon.
      
      - add: test addon
      
      - add: full flux addon
      
      - fix: flaky test
      
      * try again
      
      * 1. add readme
      2. gen demo file
      
      * fix ci
      
      * change name
      
      * try again
      87576cc6
  5. 02 Jul, 2021 1 commit
  6. 01 Jul, 2021 1 commit
    • wyike's avatar
      split out oam-spec v0.2 charts (#1842) · 4eb33e92
      wyike authored
      * WIP disable oam related controller and webhok
      
      change velue
      
      fix spell error
      
      change namespace
      
      add e2e for oam-runtime
      
      fix charts hack
      
      fix e2e definition namespace
      
      fix diasble contains list
      
      fix e2e-test
      
      * disable components handler
      
      * fix flaky ac test
      
      add every definition in oam-runtime-system namespace
      
      * upload ac e2e-test
      
      replace files
      
      fix upload reports
      
      * more wait time
      4eb33e92
  7. 16 Jun, 2021 1 commit
  8. 08 Jun, 2021 1 commit
    • yangsoon's avatar
      add options (#1775) · 2c9cf948
      yangsoon authored
      1. add ConcurrentReconciles for setting the concurrent reconcile number of the controller
      2. add DependCheckWait for setting the time to wait for ApplicationConfiguration's dependent-resource ready
      2c9cf948
  9. 02 Jun, 2021 3 commits
  10. 26 May, 2021 1 commit
  11. 18 May, 2021 1 commit
  12. 17 May, 2021 1 commit
  13. 11 May, 2021 1 commit
  14. 09 May, 2021 1 commit
    • Zheng Xi Zhou's avatar
      Update samples for "vela show xxx --web" (#1616) · f137a9ad
      Zheng Xi Zhou authored
      
      * Update samples for "vela show xxx --web"
      
      Also stop generating components/traits docs under
      docs/en/end-user and remove the command from Makefile
      
      Fix #1602
      
      * fix doc build issue
      
      * Update references/plugins/references.go
      Co-authored-by: default avatarJianbo Sun <wonderflow.sun@gmail.com>
      
      * Enhance --web feature for "vela show"
      
      - Find the capability in "vela-system" if notfound in the current ns
      - Don't depend on local capabilities
      
      * add ut for GetCapabilityByName in references/plugins/cluster.go
      
      * add ut for GetNamespacedCapabilitiesFromCluster in references/plugins/cluster.go
      
      * add ut for GenerateTerraformCapabilityProperties in references/plugins/references.go
      
      * fix import issue
      Co-authored-by: default avatarJianbo Sun <wonderflow.sun@gmail.com>
      f137a9ad
  15. 28 Apr, 2021 1 commit
  16. 16 Apr, 2021 1 commit
    • wyike's avatar
      garbage collection mechanism for AppRevision (#1501) · ebc8476a
      wyike authored
      * WIP refactor gc func
      
      WIP write gc code
      
      WIP update chart,cmd args
      
      add cleanupRevison func into garbageCollection
      
      add more test
      
      finish unit-test
      
      refactor use func implements
      
      Complete e2e test
      
      WIP rewrite some logic
      
      add func test and rewirte context pointing to func
      
      fix cilint
      
      refactor some function
      
      fix typo
      
      fix ci error
      
      change gc logic
      
      after change gc number, fix all test
      
      add check appRevision collection
      
      WIP finish most code
      
      * add rollout batch to fix rollout e2e-tet
      
      * fix component name in rollout
      
      * ignore gc error, just log the error
      ebc8476a
  17. 15 Apr, 2021 2 commits
  18. 14 Apr, 2021 1 commit
  19. 09 Apr, 2021 1 commit
  20. 02 Apr, 2021 1 commit
  21. 01 Apr, 2021 1 commit
  22. 31 Mar, 2021 1 commit
  23. 30 Mar, 2021 1 commit
  24. 28 Mar, 2021 1 commit
    • Jian.Li's avatar
      Import kube package(cue) by GroupVersion (#1309) · cfabcee1
      Jian.Li authored
      * package upgrade
      
      * package import
      
      * Classified by groupversion
      
      * fix test cases
      
      * add test cases
      
      * check diff
      
      * lint code
      
      * fix test
      
      * add pacakge reference
      
      * VersionKind
      
      * package upgrade
      
      package import
      
      Classified by groupversion
      
      fix test cases
      
      add test cases
      
      check diff
      
      lint code
      
      fix test
      
      add pacakge reference
      
      VersionKind
      
      fix ci
      cfabcee1
  25. 26 Mar, 2021 3 commits
  26. 25 Mar, 2021 1 commit
    • Jianbo Sun's avatar
      add webhook convert. (#1282) · 53ae9aaa
      Jianbo Sun authored
      
      fix diff
      
      update example and test data version
      
      fix convert function
      
      fix e2e for helm
      
      clean up creationTimestamp in a hack way
      
      fix ci
      
      pending package suit test
      
      fix group version
      
      fix ci
      
      fix ut
      
      rename type to kind
      
      fix example
      
      fix conflicts
      Co-authored-by: default avataryangsoon <yangsoonlx@gmail.com>
      53ae9aaa
  27. 24 Mar, 2021 1 commit
  28. 23 Mar, 2021 1 commit
  29. 20 Mar, 2021 1 commit
  30. 19 Mar, 2021 1 commit
  31. 18 Mar, 2021 2 commits
  32. 15 Mar, 2021 1 commit
    • Yue Wang's avatar
      init Helm module (#1131) · 1652b4cf
      Yue Wang authored
      
      use settings from App to override Values
      
      add discovery util to get workload created by helm module
      
      add helm typed structs into workloadDef and traitDef
      
      update doc & refine code
      
      add e2e test for helm module application
      
      use oam.dev/catalog as helm repo
      Signed-off-by: default avatarroywang <seiwy2010@gmail.com>
      1652b4cf
  33. 10 Mar, 2021 1 commit