1. 18 12月, 2019 1 次提交
    • LinuxSuRen's avatar
      Enhance the searching Jenkins job (#284) · 1cc95bfa
      LinuxSuRen 提交于
      * Add field filter for job search
      
      * Add support to output a common table by reflect way
      
      * Add output and filter as generic method
      
      * Fix the test error of casc cmd
      
      * Keep job path is compitable
      1cc95bfa
  2. 15 12月, 2019 2 次提交
  3. 13 12月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add diagnose for casc cmd (#280) · b82c9862
      LinuxSuRen 提交于
      * Add diagnose for casc cmd
      
      * Complete the test for casc cmd health check
      
      * Fix the test error
      
      * Add test cases for invalid loggger level
      b82c9862
  4. 12 12月, 2019 2 次提交
    • LinuxSuRen's avatar
      Fix the panic when no config file (#269) · 1dedfdac
      LinuxSuRen 提交于
      * Fix the panic when no config file
      
      * Add tests for open cmd
      
      * Remove unused functions
      1dedfdac
    • LinuxSuRen's avatar
      Add more cmds for agent (#278) · 6878eb8e
      LinuxSuRen 提交于
      * Add more cmds for agent
      
      * Add more tests
      
      * Add tests for computer launch
      
      * Add test cases for computer log cmd
      
      * Add comments for the export function
      
      * Drop a unnecessary else statement
      6878eb8e
  5. 11 12月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to manage credentials (#266) · 36a7e531
      LinuxSuRen 提交于
      * Test pass with listing credentials and delete one
      
      * Add support to create and list credentials
      
      * Add more tests
      
      * Add test cases for credential client
      
      * Add test cases for credential cmds
      36a7e531
  6. 06 12月, 2019 4 次提交
  7. 05 12月, 2019 4 次提交
  8. 03 12月, 2019 1 次提交
  9. 02 12月, 2019 1 次提交
  10. 01 12月, 2019 4 次提交
  11. 30 11月, 2019 3 次提交
  12. 29 11月, 2019 4 次提交
  13. 28 11月, 2019 1 次提交
  14. 27 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to create a plugin (#255) · f925117a
      LinuxSuRen 提交于
      * Add support to create a plugin
      
      * Use syscal instead of execute
      
      * Add i18n entry
      
      * Fix the mvn execution
      
      * Add comment for PluginCreateOptions
      f925117a
  15. 26 11月, 2019 3 次提交
  16. 25 11月, 2019 1 次提交
  17. 23 11月, 2019 1 次提交
  18. 22 11月, 2019 4 次提交
  19. 21 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add bash completion support to plugin, config and job cmd (#242) · e293120e
      LinuxSuRen 提交于
      * Add bash completion support to plugin upgrade
      
      * Change the function name
      
      * Add support to completion to open jenkins
      
      * Add comment on exported struct
      
      * Add support to completion for job name
      
      * Allow job name support URL path
      
      * Fix cannot deletee a job which located a folder
      
      * Fix the unit test error
      e293120e