1. 06 8月, 2020 1 次提交
  2. 20 7月, 2020 1 次提交
  3. 14 7月, 2020 1 次提交
    • JenkinsInChina's avatar
      Add self upgrade support (#431) · 24235c6c
      JenkinsInChina 提交于
      * Add self upgrade support
      
      * Basic functional tests passed
      
      * Add more describtive words for command
      
      * Unit tests of version commnad
      
      * Fix the uncommented exported functions
      
      * Fix the goreleaser syntax errors
      
      * Fix the issues found by hound
      
      * Enable dev version backup
      
      * Rename type name
      24235c6c
  4. 05 5月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add shutdown Jenkins support (#346) · db37ccee
      LinuxSuRen 提交于
      * Add shutdown Jenkins support
      
      * Fix the packge missing issue
      
      * Using sonarqube to analzy the code lines
      
      * Rename the sonarqube actions
      
      * Remove travis
      
      * Fix the duplicates
      
      * Add unit test cases for shutdown client api
      
      * Add e2e tests for shutdown command
      
      * Log the duration of command executing
      
      * Exclusions setting for bindata.go
      
      * Fix the code lines duplicates
      
      * Add test cases for shutdown cmd
      
      * Adjust the test cases
      db37ccee
  5. 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
  6. 20 4月, 2020 2 次提交
    • LinuxSuRen's avatar
      Fix the nil error from config plugin command · 2b202173
      LinuxSuRen 提交于
      2b202173
    • 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
  7. 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
  8. 12 4月, 2020 1 次提交
  9. 07 3月, 2020 2 次提交
    • LinuxSuRen's avatar
      Ignore load config file with cmd completion (#353) · d307489e
      LinuxSuRen 提交于
      * Ignore load config file with cmd completion
      
      * Upload the artifacts before doing test
      
      * Add debug info when writing generate config file
      
      * Fix the empty config file path when first save generated config file
      
      * Not ignore center start cmd for loading config
      
      * Download the jenkins.war into a unif dir
      
      * Add jenkins.war formula support
      
      * Fix the wrong formula URL
      
      * Fix the formula issues
      
      * Upload artifacts of pr and clean it when pr was closed
      
      * Fix the artifacts file path
      
      * Fix the wrong artifact path
      d307489e
    • 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
  10. 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
  11. 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
  12. 25 12月, 2019 1 次提交
  13. 22 12月, 2019 1 次提交
  14. 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
  15. 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
  16. 26 11月, 2019 1 次提交
  17. 25 11月, 2019 1 次提交
  18. 22 11月, 2019 2 次提交
  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
  20. 04 11月, 2019 1 次提交
  21. 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
  22. 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
  23. 06 10月, 2019 1 次提交
  24. 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
  25. 06 9月, 2019 1 次提交
  26. 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
  27. 27 8月, 2019 1 次提交
  28. 23 8月, 2019 2 次提交
  29. 15 8月, 2019 1 次提交
  30. 27 7月, 2019 2 次提交
  31. 22 7月, 2019 1 次提交
  32. 19 7月, 2019 1 次提交
  33. 27 6月, 2019 1 次提交
  34. 23 6月, 2019 1 次提交
  35. 22 6月, 2019 1 次提交