This project is mirrored from https://gitee.com/mirrors/KubeCube.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 27 Sep, 2022 1 commit
  2. 06 Sep, 2022 2 commits
  3. 02 Sep, 2022 1 commit
  4. 01 Sep, 2022 2 commits
  5. 31 Aug, 2022 1 commit
  6. 26 Aug, 2022 1 commit
  7. 17 Aug, 2022 1 commit
  8. 12 Aug, 2022 1 commit
    • weilaaa's avatar
      Release v1.2 (#119) · 601146b0
      weilaaa authored
      
      * Optimize version convert (#108)
      
      * support for customize namespace (#105)
      
      * support for customize namespace
      
      * fix warden local manager init
      
      * fix hotplug log level
      
      * add logs for warden reporter (#106)
      
      * version convert support wrap client.Client
      
      * add logs for version convert
      
      * add todo info
      
      * fix interface impl
      
      * add swagger doc (#113)
      
      * support for customize namespace (#105)
      
      * support for customize namespace
      
      * fix warden local manager init
      
      * fix hotplug log level
      
      * add logs for warden reporter (#106)
      
      * support get clusters by related project (#107)
      
      * support get clusters by related project
      
      * fix comment
      
      * add swagger doc
      
      * Move project tenant controller (#116)
      
      * modify svc const (#112)
      
      * move tenant and project controller to warden
      
      * support sync cluster without scout
      
      * fix pkg import
      
      * fix resource quota populate (#117)
      
      * fix resource quota populate
      
      * fix resource quota populate
      
      * support retain resources in member cluster (#118)
      
      * Support rbac for crds (#120)
      
      * temp commit
      
      * add crd rbac rules into rbac
      
      * add license
      
      * modify insert rules
      
      * fix filter body (#121)
      
      * fix filter body (#122)
      
      * move crd controller to warden (#123)
      
      * move crd controller to warden
      * clean up rules of clusterrole
      
      * get user from context for auth (#124)
      
      * Fix audit outbound (#125)
      
      * fix array out of bounds in audit middleware
      
      * delete useless fmt
      
      * add apis for query multi resources access (#127)
      
      * Fix get assigned resource (#128)
      
      * fix get assigned resources
      
      * fix nil point of scout
      
      * get user from context
      
      * add repeat ingress domain suffix identification (#129)
      
      * add multi string identification
      
      * add repeat string identification
      
      * add notes
      
      * update fmt
      
      * use set rathar than map
      
      * Feature service extend (#130)
      
      * change ingress nginx controller param config to cmd
      
      * add options
      
      * update param
      
      * update nginx configmap auto when service is change
      
      * add license
      
      * Add v1.2.1 changelog (#131)
      
      * add v1.2.1 changelog
      
      * add v1.2.1 changelog
      
      * enhance warden sync extend (#132)
      
      * support warden sync extend
      
      * fix cluster nil pointor (#133)
      
      * Feature support pvc mount and fix filter bug (#135)
      
      * add pvc extend func
      
      * add pvc list response filter
      
      * fix filter bug
      
      * add lences
      
      * update test function
      
      * update test case
      
      * fix json bug
      
      * update sort func
      
      * update get user type
      
      * update filter test
      
      * update list pvc func
      
      * add v1.2.2 change log (#136)
      
      * add v1.2.2 change log
      
      * update depency
      
      * get kubeconfig return file (#137)
      
      * add auth access about readable and writable (#139)
      
      * add v1.2.3 changelog (#140)
      
      * Feature support node selector (#141)
      
      * add node extend
      
      * add node extend func
      
      * update extend api route path
      
      * change constant
      
      * add liences
      
      * use constant rather than variable
      
      * Feature sign cluster iswritleable (#142)
      
      * add field in cluster crd
      
      * update field name
      
      * change description
      
      * Add v1.2.4 changelog (#143)
      
      * add v1.2.4 changelog
      
      * user spec add wechat (#146)
      
      * Fix service nil (#147)
      
      * fix node port type service bug
      
      * fix node port type service bug
      
      * add multi filter support (#144)
      
      * add multi filter support
      
      * remove no need file
      
      * support set cluster is writable (#148)
      
      * Add v1.2.5 changelog (#149)
      
      * add v1.2.5 changelog
      
      * add v1.2.5 changelog
      
      * modify helm version
      
      * modify helm version
      
      * optimize multi cluster sync logic (#150)
      
      * optimize multi cluster sync logic
      
      * add logs
      
      * update cluster crd (#151)
      
      * move resourcequota process form webhook to controller (#152)
      Co-authored-by: default avatarJiahuiZhao11 <41603640+JiahuiZhao11@users.noreply.github.com>
      Co-authored-by: default avatartiancan <tangxinxing1994@gmail.com>
      601146b0
  9. 25 May, 2022 1 commit
  10. 09 May, 2022 1 commit
  11. 06 May, 2022 2 commits
  12. 26 Apr, 2022 1 commit
  13. 25 Apr, 2022 4 commits
  14. 24 Apr, 2022 1 commit
    • tiancan's avatar
      move filter to util (#99) · 320d8f44
      tiancan authored
      * move filter to util
      
      * update fmt and add missing license
      
      * update fmt
      
      Co-authored-by: tangxinxing <--global>
      320d8f44
  15. 18 Apr, 2022 3 commits
    • weilaaa's avatar
      Feature version conversion (#97) · 7ba16e1e
      weilaaa authored
      * conversion module at early time
      
      * temp commit
      
      * add multi version converter
      
      * complete version conversion module
      
      * add version convert unit test
      
      * optimize filter
      
      * modify conversion interface
      
      * add missing copyright
      
      * commit vendor
      
      * update filter test
      
      * update filter test
      
      Co-authored-by: tangxinxing <--global>
      7ba16e1e
    • weilaaa's avatar
      cluster info add cpu and mem used quota (#96) · d004049a
      weilaaa authored
      * cluster info add cpu and mem used quota
      
      * fix variable name
      
      * fix func name
      d004049a
    • weilaaa's avatar
      remove not exist subResourceQuota (#94) · 36ce76c5
      weilaaa authored
      * remove not exist subResourceQuota
      
      * ensure used update
      
      * fix nil point
      36ce76c5
  16. 15 Mar, 2022 1 commit
    • tiancan's avatar
      Feature restapi permission check (#92) · 67743d85
      tiancan authored
      * add restapi rbac
      
      * add restapi permisson check
      
      * add restapi permisson check
      
      * add restapi access check
      
      * change get user permission check way
      
      * change go fmt; change http status 401 to 403
      
      * fakeclient has no restmapper error
      
      * fakeclient has no rbac error
      
      * use http.request rather than gin
      
      * use constant rather than string
      
      Co-authored-by: tangxinxing
      67743d85
  17. 14 Mar, 2022 1 commit
  18. 17 Feb, 2022 11 commits
  19. 25 Jan, 2022 4 commits