1. 26 4月, 2020 1 次提交
  2. 20 4月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add plugin support for jcli commands (#385) · 286bf0a0
      LinuxSuRen 提交于
      * Add plugin support for jcli commands
      
      * Move types of config into a new package
      
      * Commit bindata.go
      
      * Fix the package import errors
      
      * Allow sub-command set their own config loading policy
      
      * Add support calculate download link by runtime
      
      * Add support to download a tar type of plugin file
      
      * Add documentation about jcli plugin
      
      * Fix the wrong imports
      
      * Format the code lines
      
      * Format the output of config plugins list
      
      * Package re-order
      
      * Fix the unit test errors
      286bf0a0
  3. 07 3月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add custom war packager support (#340) · 829ca6e3
      LinuxSuRen 提交于
      * Add custom war packager wrapper support
      
      * Create dir if it does no exists when gen doc
      
      * Keep the same default value of temp dir
      
      * Fix the fake exec command error
      
      * Do not focus one test case
      
      * Fix the cwp test fail
      
      * Give the runner as a specific version
      
      * Format the code
      829ca6e3