1. 28 Oct, 2022 2 commits
  2. 26 Oct, 2022 1 commit
  3. 25 Oct, 2022 8 commits
  4. 24 Oct, 2022 6 commits
  5. 23 Oct, 2022 1 commit
  6. 22 Oct, 2022 1 commit
    • zhu-mingye's avatar
      [Feature][sql,docs] Optimize SQL files and differentiate versions by directory (#1132) · 023b3065
      zhu-mingye authored
      * Optimize sql files
      
      * Optimize sql files
      
      * Optimize history-sql file
      
      * Optimize history-sql file
      
      * [Feature][sql,docs] Optimize the SQL files and divide them into directories according to the version
      
      * 1.Format SQL
       2.Unified character set encoding and collation
       3.Package the upgrade folder into the release package
      
      * 1.Format SQL
       2.Unified character set encoding and collation
      
      * Unified character set encoding and collation
      
      * Package the upgrade folder into the release package
      023b3065
  7. 21 Oct, 2022 3 commits
  8. 20 Oct, 2022 2 commits
  9. 19 Oct, 2022 2 commits
  10. 18 Oct, 2022 3 commits
  11. 16 Oct, 2022 3 commits
  12. 15 Oct, 2022 1 commit
  13. 14 Oct, 2022 4 commits
  14. 13 Oct, 2022 2 commits
  15. 12 Oct, 2022 1 commit
    • 高岩's avatar
      Feature support custom k8sapp submit at studio (#1076) · 6222f508
      高岩 authored
      * Support custom k8sapp submit interface
      
      * fix JcaPEMKey error for k8s commit tasks
      
      * Auto registers cluster set the id as same as taskid, if not , submit cluster twice will get error on updata this table
      
      * add UI on k8s app
      submit
      
      * fix code style
      
      * Fix the problem of failure of k8s mode online
      
      * 1,upper case some dialect
      2,remove setId in Cluster.java
      3,use jobId instead of clustername
      
      * Optimize k8s tab UI
      6222f508