1. 05 5月, 2020 2 次提交
  2. 25 4月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add integration tests (#301) · 8c112e01
      LinuxSuRen 提交于
      * Add a simple test for plugin
      
      * Do int test in ubuntu
      
      * Run the int test when pull-request
      
      * Fix the build error caused by bindata
      
      * Fix the wrong name of int test action
      
      * Fix the path for build
      
      * Add more int test cases
      
      * Add more test cases which needs dependencies
      
      * Add more test cases
      
      * Add more test environments
      
      * Fix the issues come from crumb cmd
      
      * Fix the port conflict problem
      
      * Ignore the result of restart jenkins
      
      * Fix the panic of doc cmd
      
      * Fix the doc cmd
      
      * Given a specific version for gomock
      
      * Add missing import
      
      * Add slow testing
      
      * Remove test package to e2e
      
      * Rename package
      
      * Test fixes
      
      * Auto delete random web dir
      
      * Fix the e2e tests
      8c112e01
  3. 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
  4. 13 4月, 2020 1 次提交
    • LinuxSuRen's avatar
      Fix the wrong tips of job log command (#375) · 6f50c60a
      LinuxSuRen 提交于
      * Fix the wrong tips of job log command
      
      * Fix part of incorrect unit tests
      
      comment some not unit tests that are not easy to be fixed
      
      * Do not use coloring the output feature
      
      * Try to fix the package install issues
      
      * Try to use macos as the build os
      
      * Download the go-bindata of macos version
      
      * Fix the test erros
      
      * Comment the unstable unit tests
      
      * Fix the travis errors
      6f50c60a
  5. 06 4月, 2020 1 次提交
  6. 28 3月, 2020 1 次提交
  7. 20 3月, 2020 1 次提交
  8. 06 3月, 2020 1 次提交
  9. 26 2月, 2020 1 次提交
  10. 25 2月, 2020 3 次提交
  11. 22 2月, 2020 1 次提交
  12. 21 2月, 2020 1 次提交
    • LinuxSuRen's avatar
      Attach the artifacts by GitHub Action (#333) · f579c531
      LinuxSuRen 提交于
      * Attach the artifacts by GitHub Action
      
      * Add action for pull request
      
      * Change the name of pull reuqest build
      
      * Do not need to read config for center-start cmd
      
      * Fix the artifact file name under windows os
      
      * Add coverage monitor
      
      * Add coverage monitor
      
      * Remove coverage monitor
      
      * Fix the wrong sonar scan cmd
      f579c531
  13. 17 2月, 2020 1 次提交
    • LinuxSuRen's avatar
      Show the changelog of jcli (#328) · 9987e409
      LinuxSuRen 提交于
      * Show the changelog of jcli
      
      * Add more test cases for version cmd
      
      * Add comment for exported function
      
      * Comment the useless code lines
      9987e409
  14. 02 1月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add test cases for interactive commands (#297) · 818ba092
      LinuxSuRen 提交于
      * Add test cases for message confirm
      
      * Add more test cases for the confirming case
      
      * Add more test cases
      
      * Add test cases for restart Jenkins command
      
      * Add more test cases
      
      * Add more test cases
      
      * Add more test cases
      
      * Fix the build test error
      
      * Add test cases for user edit
      
      * Add test cases for config edit command
      
      * Add more test cases for config generate and remove cmd
      
      * Remove unused interface
      
      * Do not test copy
      
      * Add test cases for config add command
      
      * Add test cases for config select command
      
      * Add test cases for open jenkins command
      
      * Fix missing of stdio
      
      * Fix the error of config remove test
      818ba092
  15. 22 12月, 2019 1 次提交
  16. 20 12月, 2019 1 次提交
  17. 15 12月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support to search Jenkins job or folder (#281) · 5eea40c4
      LinuxSuRen 提交于
      * Add support to search Jenkins job or folder
      
      * Fix the comments
      
      * Add start and limit support for the list API
      
      * Bump the dep version of pipeline-restful-api
      
      * Enable output jobs without headers
      5eea40c4
  18. 06 12月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add support for color the output (#273) · 0005ff3b
      LinuxSuRen 提交于
      * Add support for color the output
      
      * Remove unused functions
      
      * Add test cases for color result function
      
      * Try to fix the issues cannot install go-bindata
      
      * Remove the debug code lines
      
      * Add test cases for color
      0005ff3b
  19. 03 12月, 2019 1 次提交
  20. 26 11月, 2019 1 次提交
  21. 22 11月, 2019 1 次提交
    • LinuxSuRen's avatar
      Add i18n support for command description (#245) · 16081d8b
      LinuxSuRen 提交于
      * Add more i18n files
      
      * Test pass
      
      * I18n support test pass
      
      * Load language from system env
      
      * Use RunE instead of run
      
      * Fix the package import error
      
      * Delete the changelog
      
      * Add more i18n items
      
      * Fix missing tools
      
      * Add test cases for i18n function
      16081d8b
  22. 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
  23. 15 11月, 2019 1 次提交
  24. 05 11月, 2019 1 次提交
  25. 04 11月, 2019 1 次提交
  26. 01 11月, 2019 2 次提交
  27. 31 10月, 2019 1 次提交
  28. 17 10月, 2019 1 次提交
  29. 15 10月, 2019 2 次提交
    • LinuxSuRen's avatar
      Fix the clean error · 06084061
      LinuxSuRen 提交于
      06084061
    • 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
  30. 04 10月, 2019 1 次提交
  31. 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
  32. 12 9月, 2019 1 次提交
  33. 11 9月, 2019 1 次提交
  34. 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
  35. 28 8月, 2019 1 次提交