1. 12 8月, 2020 1 次提交
  2. 06 8月, 2020 1 次提交
  3. 15 7月, 2020 2 次提交
  4. 14 7月, 2020 1 次提交
  5. 30 6月, 2020 1 次提交
  6. 23 6月, 2020 5 次提交
  7. 24 5月, 2020 1 次提交
  8. 05 5月, 2020 3 次提交
  9. 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
  10. 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
  11. 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
  12. 06 4月, 2020 1 次提交
  13. 28 3月, 2020 1 次提交
  14. 20 3月, 2020 1 次提交
  15. 06 3月, 2020 1 次提交
  16. 26 2月, 2020 1 次提交
  17. 25 2月, 2020 3 次提交
  18. 22 2月, 2020 1 次提交
  19. 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
  20. 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
  21. 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
  22. 22 12月, 2019 1 次提交
  23. 20 12月, 2019 1 次提交
  24. 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
  25. 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
  26. 03 12月, 2019 1 次提交
  27. 26 11月, 2019 1 次提交
  28. 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
  29. 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
  30. 15 11月, 2019 1 次提交
  31. 05 11月, 2019 1 次提交