• @guqing guqing pushed to chore/6219 in guqing/halo

    Below is the list of commits:

    • chore: compatibility support for null for sort parameter of listAll (a2782ab)
    0 0
  • @guqing guqing pushed to chore/6219 in guqing/halo

    Below is the list of commits:

    • chore: compatibility support for null for sort parameter of listAll (058e9c9)
    0 0
  • @guqing guqing opened pull request #6230 in halo-dev/halo

    What type of PR is this?

    /area core
    /milestone 2.17.x

    What this PR does / why we need it:

    由于2.17.0 修改了 listAll 的实现导致出现了不兼容 Sort 参数为 null 的情况,考虑到给开发者适应的时间因此先兼容并给出警告日志

    see also #6219

    Which issue(s) this PR fixes:

    Fixes #6219

    Does this PR introduce a user-facing change?

    None
    
    0 0
  • @guqing guqing created branch chore/6219 in guqing/halo

    guqing/halo

    ✍ 一款优秀的开源博客发布应用。

    0 0
  • @guqing guqing commented on issue #6219 in halo-dev/halo

    以前传null时可以运行的,要评估这个改动对所有插件的影响,s3我就先改成unsorted吧
    抱歉,我知道是哪里的原因了,以前 listAll 方法是复用的 listBy 的逻辑因此 listAll 方法恰巧因为 withSort 的默认值可以传 null,我将先兼容这种情况以给开发者适应的时间

    0 0
  • @guqing guqing created a review on pull request #6228 in halo-dev/halo

    /approve

    0 0
  • @guqing guqing pushed to chore/regenerate-api-client in ruibaby/halo

    Below is the list of commits:

    • Upgrade SpringDoc to 2.6.0 (#6227) (6440ad5)
    • feat: add disabled state styling to checkboxes (#6220) (2c454cc)
    • Merge branch 'main' into chore/regenerate-api-client (2859a42)
    0 0
  • @guqing guqing pushed to chore/shared-objects in guqing/halo

    Below is the list of commits:

    • fix: spelling errors in sorting criteria for query categories (#6173) (4d6450d)
    • Fix the problem of enabling 2FA unexpectedly (#6174) (556e65a)
    • pref: add folding function to code blocks (#6177) (ab14157)
    • refactor: improve the content area width of the editor for low-resolution screens (#6175) (4d22bc3)
    • fix: text style in extension point definition page (#6179) (fc57978)
    • pref: add the option to open a new window to the picture jump link (#6170) (0f6722a)
    • feat: add secret select input (#6140) (9d478ee)
    • feat: add support for setting an owner for posts (#6178) (bb0a3bc)
    • feat: add method to find path of a specified node in a category tree (#6135) (0cdd043)
    • chore: add types path to ui-plugin-bunlder-kit package.json (#6169) (fc35e69)
    • refactor: optimize the extension watch parameters to always be of real type (#6180) (68d94f6)
    • Fix the unstable integration test of Lucene search engine (#6187) (c524ee4)
    • Upgrade Lucene to 9.11.1 (#6188) (0ddc4f8)
    • Remove deprecated ExtensionComponentsFinder (#6185) (f936e13)
    • refactor: translate extension point descriptions to simplified chinese (#6190) (2ed1170)
    • Rectify role templates about PAT and 2FA endpoints (#6201) (c7bf87b)
    • feat: restrict deletion of the primary menu (#6203) (80e1110)
    • fix: breadcrumbs for hidden category can not be displayed (#6200) (4cafdb5)
    • refactor: remove page cache feature (#6108) (f0445f4)
    • Make front-end scripts compatible with Windows environment (#6202) (2fe1b54)
    0 0
  • @guqing guqing pushed to chore/shared-objects in guqing/halo

    Below is the list of commits:

    • feat: add LoginHandlerEnhancer for enhanced login processing (ff305ad)
    0 0
  • @guqing guqing commented on issue #6219 in halo-dev/halo

    这个client这里的sort参数应该是一直不支持null的,使用 Sort.unsort方法代替,只有以前的Comparator可以为null

    0 0