1. 25 11月, 2019 1 次提交
  2. 22 11月, 2019 3 次提交
  3. 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
  4. 19 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to download a specific Jenkins war (#240) · f80ce5db
      LinuxSuRen 提交于
      * Add support to download a specific version of Jenkins
      
      * Fix the comment format
      
      * Fix the bug with error handler
      
      * Add test cases for config generate
      
      * Add test case for GetConfigFromHome
      
      * Add more tests for error check
      f80ce5db
  5. 15 11月, 2019 1 次提交
    • Y
      Add support to diagnose configurations (#169) · b5a44c8d
      Yanjun Shi 提交于
      * add config_doctor
      
      * add doctor command
      
      * remove useless files
      
      * update split some methods
      
      * sync for base/master and fix some questions
      
      * remove some remark
      
      * update output methods
      
      * add some unit test
      
      * update some grammar and unit test question
      
      * update some unit-test and some methods results
      
      * Reduce method complexity
      
      * fix some question for plugin-version has minus
      
      * update unit-test lines to cover
      b5a44c8d
  6. 08 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add test cases for job param (#232) · 3e3bddd2
      LinuxSuRen 提交于
      * Add test cases for job param
      
      * Improve test for job create
      
      * Add test cases for job log
      
      * Add test cases for job log command
      
      * Add more test cases
      
      * Add more test cases for crumbissuer
      3e3bddd2
  7. 05 11月, 2019 1 次提交
  8. 04 11月, 2019 3 次提交
  9. 02 11月, 2019 2 次提交
  10. 01 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to edit a pipeline from multi-methods (#206) · 03f2f1e4
      LinuxSuRen 提交于
      * Add support to create a job by copy mode
      
      * Add more test cases
      
      * Add args valid method
      
      * Fix the test failed
      
      * Cleanup the unnecessary code lines
      
      * Add two more ways to edit a pipeline
      
      * Execute go fmt
      
      * Delete the wrong files
      
      * Add go vet in the test phase
      
      * Part work commit
      
      * Fix canno edit pipeline job script
      
      * Add test cases for job edit command
      
      * Add test case for jcli job edit --filename
      03f2f1e4
  11. 24 10月, 2019 1 次提交
    • Y
      Add language setting with the api request (#183) · eade6aaf
      Yanjun Shi 提交于
      * Add language setting with the api request
      
      * Delete extra files
      
      * became a global flag to the configuration file
      
      * update when default language question
      
      * update some questions
      
      * Use a better way to set language
      
      * update build failed question
      
      * One method instead of content And remove extra template content
      
      * update a question
      eade6aaf
  12. 19 10月, 2019 1 次提交
  13. 15 10月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add test cases for job client (#190) · 79fd8760
      LinuxSuRen 提交于
      * Add test cases for job client
      
      * Fix the test errors
      
      * Fix issues found by sonar
      
      * Fix the cognitive complexity
      
      * Debug the tests
      
      * Fix the download error
      
      * Fix the error of request matcher
      
      * Fix the test errors
      
      * uncomment the test code lines
      
      * Add test cases for requestmatcher
      
      * Add test cases for restart jenkins
      
      * Build always failed due to sonar gate
      79fd8760
  14. 08 10月, 2019 2 次提交
  15. 07 10月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to download artifacts (#185) · 071ba092
      LinuxSuRen 提交于
      * Add artifact client
      
      * Add the cmd of job artifact list
      
      * Add test cases for job artifact cmd
      
      * Allow http downloader can set the proxy
      
      * Add artifact download cmd
      
      * Try to fix the quality gate error
      
      * Add test cases for artifact download
      
      * Add test cases for http proxy
      071ba092
  16. 06 10月, 2019 1 次提交
  17. 05 10月, 2019 1 次提交
  18. 04 10月, 2019 2 次提交
  19. 02 10月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to input pipeline job (#164) · 9ec50e80
      LinuxSuRen 提交于
      * Add support to input pipeline job
      
      * Try to fix the 400 error
      
      * Add support get input actions
      
      * Add test cases
      
      * Remove the new badges
      
      put them instead of another pr
      
      * Add the action as a argument
      9ec50e80
  20. 23 9月, 2019 1 次提交
    • Y
      Show the version of plugins when searching (#156) · 88f2284a
      Yanjun Shi 提交于
      * Add plugin search show plugin version And Update go-sum file
      
      * Update Query plugins method And Add Unit Test
      
      * Update Get data from PluginApi modified to get from UpdateCenter
      
      * Add Unit Testing
      
      * Add unit testing
      
      * remove annotation
      
      * update test
      
      * fix unit test coverage
      
      * fix some questions
      
      * update one result name
      
      * update some questions
      
      * update unit test and fix some question
      
      * fix search plugin question
      
      * remove some comment
      
      * update test method name
      
      * split the method
      
      * update some code
      88f2284a
  21. 18 9月, 2019 1 次提交
  22. 17 9月, 2019 1 次提交
  23. 13 9月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add go vet and golint (#152) · fc5fb8a8
      LinuxSuRen 提交于
      * Add go vet and golint
      
      * Fix all problems found by golint
      
      * Install golint in traivs
      
      * Fix the test fail
      
      * Add test cases for job create
      
      * Add test cases for edit user desc
      
      * Add test cases for user delete
      fc5fb8a8
  24. 12 9月, 2019 1 次提交
  25. 11 9月, 2019 1 次提交
  26. 07 9月, 2019 1 次提交
  27. 06 9月, 2019 2 次提交
  28. 04 9月, 2019 2 次提交
  29. 03 9月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add test cases for part of main logics (#133) · dae8ec17
      LinuxSuRen 提交于
      * Add test cases for getCrumb
      
      * Add branch name
      
      * Add branch name
      
      * Add branch name
      
      * Add test cases for job client
      
      * Add more tests
      
      * Refactor delete job function
      
      * Add test for job type cmd
      
      * Add test for job stop cmd
      
      * Add test for job search cmd
      
      * Add test for job delete cmd
      
      * Add test case for plugin manager client
      
      * Add test cases for plugin search cmd
      dae8ec17
  30. 29 8月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to download Jenkins (#129) · 8c3052f2
      LinuxSuRen 提交于
      * Add support to download Jenkins
      
      * Add test cases for http downloader
      
      * Exclued mock files
      
      * Exclued mock files
      
      * Add test cases for center download
      
      * Remove mock files
      
      * Fix gen-mock
      
      * Add init stage for building
      
      * Add test case for jenkins upgrade cmd
      
      * Add test casee for center watch cmd
      
      * Add test case for center cmd
      8c3052f2
  31. 28 8月, 2019 1 次提交