1. 14 3月, 2021 1 次提交
  2. 07 3月, 2021 2 次提交
  3. 06 3月, 2021 1 次提交
    • J
      Upgrade spring boot version (#1289) · c22348e0
      John Niang 提交于
      * Update gradle wrapper version
      
      * Update spring boot version to 2.5.0-M2
      
      * Fix wrong const of temp_dir
      
      * Refactor error controller
      
      * Fix startup error due to theme not found
      
      * Refine error controller handler
      
      * Refine multipart resolver config
      
      * Fix ThemeRepositoryImplTest error
      
      * Fix freemarker not found error
      
      * chore: change jetty to undertow.
      
      * Remove useless throws
      Co-authored-by: RYAN0UP's avatarRyan Wang <i@ryanc.cc>
      c22348e0
  4. 05 3月, 2021 1 次提交
    • L
      feat: 扩展 freemarker 实现 block (#1295) · 696a9ad2
      Li 提交于
      * fix #950 附件不存在时删除报错的问题
      
      * pref: 扩展 freemarker 增加 block 功能
      
      close #1292
      
      * checkStyle
      
      * add unit test
      
      * update test
      696a9ad2
  5. 08 2月, 2021 1 次提交
  6. 07 2月, 2021 1 次提交
  7. 28 1月, 2021 2 次提交
  8. 27 1月, 2021 2 次提交
    • J
      Refactor Dockerfile with layered jar (#1248) · bcf26fdc
      John Niang 提交于
      * Refactor Dockerfile with layered jar
      
      * Add projectVersion print task
      
      * Refactor docker build process
      
      * Remove aliyun maven mirror
      
      * Correct multi platforms list
      
      * Correct multi platforms list again
      
      * Make docker platforms configurable
      bcf26fdc
    • J
      Fix theme updation error (#1217) · 30c9baf9
      John Niang 提交于
      * Make rest controller loggable
      
      * Refactor pull from git process
      
      * Replace Callback interface with Consumer
      
      * Tag theme fetch apis and services deprecated
      
      * Add getAllBranchesTest
      
      * Refactor theme fetcher partially
      
      * Refactor theme property scanner
      
      * Add ThemeFetcherComposite
      
      * Add InputStreamThemeFetcher
      
      * Accomplish multipart zip file theme fetcher
      
      * Reformat ThemeServiceImpl
      
      * Reformat codes
      
      * Provide ThemeRepository
      
      * Complete MultipartFileThemeUpdater
      
      * Make CommonsMultipartResolver support put request method
      
      * Replace some methods with ThemeRepository
      
      * Add GitThemeUpdater
      
      * Add merge two local repo test
      
      * Refine merge process with two repos
      
      * Add more test entry point in GitTest
      
      * Add shutdown hook after creating temporary directory
      
      * Add test: find commit by tag
      
      * Refactor git clone process in GitThemeFetcher
      
      * Refine merge process of two repo
      
      * Make sure that RevWalk closed
      
      * Fix FileUtils#findRootPath bug
      
      * Add clean task before gradle check
      
      * Add fallback theme fetcher
      
      * Disable logback-test.xml
      
      * Set testLogging.showStandardStreams with true
      
      * Fix test error while missing halo-test folder
      
      * Enhance git theme fetcher
      
      * Add copy hidden folder test
      
      * Refine GitThemeFetcherTest
      
      * Accomplish GitThemeUpdater
      
      * Accomplish theme update
      
      * Fix checkstyle error
      
      * Add more deprecated details
      30c9baf9
  9. 25 1月, 2021 2 次提交
  10. 24 1月, 2021 2 次提交
    • RYAN0UP's avatar
      fix: #1214. (#1242) · afe501f2
      RYAN0UP 提交于
      afe501f2
    • J
      Refactor checkstyle (#1241) · feab7c4b
      John Niang 提交于
      * Refactor checkstyle.xml and add .editorconfig
      
      * Optimized imports
      
      * Rearrange codes
      
      * Fix check sytle error in source codes
      
      * Reformat test codes
      
      * Fix check style error in test codes
      
      * Config checkstyle plugin
      
      * Fix merge conflicts
      feab7c4b
  11. 03 1月, 2021 1 次提交
    • J
      Replace travis ci with github action (#1212) · 7cb4f346
      John Niang 提交于
      * 1196 refactor/ci (#3)
      
      * Remove .travis.yml
      
      * Refactor github action partially
      
      * Fix yaml syntax error
      
      * Add run command for every step
      
      * Set current branch name into halo.yml temporarily
      
      * Test validation.yml
      
      * Add upload-release-asset step into release.yml
      
      * Perfect release.yml
      
      * Fix indent error
      
      * Refactor on condition in release.yml
      
      * Refactor on condition in validation.yml
      
      * Fix release.yml
      
      * Fix upload_url value set
      
      * Fix environment set error
      
      * Change artifact variable from output into global environment
      
      * Fix deprecated environment set method
      
      * Fix environment variable set error
      
      * Change assert_content_type with application/zip
      
      * Refactor upload release step
      
      * Fix release id set
      
      * Fix release id set again
      
      * Fix syntax error
      
      * Refactor upload process
      
      * Refactor halo ci
      
      * Make build step rely on check step
      
      * Inspect docker action
      
      * Inspect docker action again
      
      * Refine bootBuildImage config
      
      * Refactor bootBuildImage config and halo ci
      
      * Fix download artifact path error
      
      * Fix docker image name concat error
      
      * Remove downloaded files inspect tips
      7cb4f346
  12. 12 12月, 2020 1 次提交
    • J
      Make more friendly error track (#1191) · 6fb65d01
      John Niang 提交于
      * Update gradle wrapper version to 6.6.1
      
      * Upgrade h2 version to 1.4.197
      
      * Make controller log more details
      
      * Refactor FileHandler
      
      * Fix image reader error
      6fb65d01
  13. 09 12月, 2020 1 次提交
  14. 08 12月, 2020 1 次提交
    • J
      Upgrade dependencies (#1184) · 30e28b52
      John Niang 提交于
      * Update spring boot version and source compatibility version
      
      * Rearrange some configs
      
      * Upgrade swagger to 3.0.0
      
      * Make swagger configurable
      
      * Make swagger-ui.html path backward compatible
      
      * Change jdk version into 11 in ci/cd scripts and Dockerfile
      30e28b52
  15. 02 11月, 2020 2 次提交
  16. 25 10月, 2020 1 次提交
    • J
      fix bug #1085 (#1122) · b5f74258
      johnwonder 提交于
      * fix bug #1085
      
      * move exclude to Application class
      
      * enable multipart configuration
      
      * fixt multipart config error and catch MaxUploadSizeExceededException
      
      * fix checkstyle error
      
      * fix if not followed by whitespace
      
      * fix checkstyle error
      
      * modify multipart exception handling to  global exception handling
      
      * remove unnecessary catch
      
      * remove unnecessary catch
      b5f74258
  17. 07 10月, 2020 1 次提交
  18. 29 9月, 2020 1 次提交
  19. 24 9月, 2020 2 次提交
  20. 22 9月, 2020 1 次提交
  21. 06 9月, 2020 1 次提交
  22. 29 8月, 2020 1 次提交
  23. 04 8月, 2020 1 次提交
  24. 19 7月, 2020 2 次提交
  25. 11 7月, 2020 1 次提交
  26. 10 7月, 2020 1 次提交
    • S
      pref: 如果系统设置了http代理则创建httpClient时设置代理 (#956) · d4b23afb
      sheiy 提交于
      * 修改缓存时长
      
      * 如果系统设置了http代理则创建httpClient时设置代理
      
      * 如果系统设置了http代理则创建httpClient时设置代理
      
      * 如果系统设置了http代理则创建httpClient时设置代理
      
      * 如果系统设置了http代理则创建httpClient时设置代理
      
      * 如果系统设置了http代理则创建httpClient时设置代理
      添加注释
      
      * 添加单元测试
      没有useJUnitPlatform()单元测试跑不起来
      
      * 修改单元测试,删除zxing的依赖
      
      * 修正错误的http配置格式
      Co-authored-by: NSheiy <35429674@qq.com>
      d4b23afb
  27. 05 7月, 2020 1 次提交
  28. 03 7月, 2020 4 次提交
  29. 02 7月, 2020 1 次提交
    • B
      Fix issue #515 & #592 (#835) · 2b99bd59
      BigBang019 提交于
      * add release access and branch access(#515)
      
      * add release and branch access(#515)
      
      * always update to latest release(#515)
      
      * #515
      
      * #515
      
      * add testcases(#515)
      
      * fix 515
      
      * fix 515
      
      * deal with connection refused
      
      * disable disk operation related test
      
      * fix #592
      
      * fix #515 & #592
      
      * mockito test
      
      * ignored network related test
      
      * resolve conflict
      2b99bd59