• @guqing guqing pushed to refactor/remember-me in guqing/halo

    Below is the list of commits:

    • chore: bump mariadb driver to 1.2.1 to fix crash issue (#6133) (4f63352)
    • fix: resolve phantom dependency issue for iconify (#6120) (af73a69)
    • Refactor api client using separated OpenAPI groups (ecc0a70)
    • feat: add requests library as a global shared dependency (c74187c)
    • Merge pull request #6132 from halo-dev/refactor/api-client (9b02bc3)
    • fix: incorrect root path in API client requests (#6136) (705bd23)
    • Refactor ExtensionGetter for enabling or disabling extensions (#6134) (e4cce91)
    • feat: add avatar group component (#6128) (8302c21)
    • feat: support batch publish/unpublish posts (#6123) (c0d38a9)
    • chore: upgrade pf4j version to 3.12.0 (#6143) (d6da4c6)
    • refactor: preserve post title when opening settings (#6122) (aee3990)
    • refactor: remove phone field for user form (#6139) (f09b685)
    • refactor: hide move group button when no attachment groups are present (#6138) (88db197)
    • fix: autosave content feature not working (#6147) (c1ba566)
    • feat: range selection feature to default editor (#6117) (ba2987b)
    • refactor: add builder for list options (#6148) (50f751d)
    • refactor: add list options for sync all synchronizer (#6145) (3f94cfc)
    • Merge remote-tracking branch 'upstream/main' into refactor/remember-me (c898363)
    0 0
  • @guqing guqing commented on pull request #6131 in halo-dev/halo

    已在最新的 commit 修改

    0 0
  • @guqing guqing pushed to refactor/remember-me in guqing/halo

    Below is the list of commits:

    • refactor: cleans up expired tokens periodically (ecd9293)
    0 0
  • @guqing guqing commented on issue #6145 in halo-dev/halo

    /unhold

    0 0
  • @guqing guqing pushed to refactor/sync-list-options in guqing/halo

    Below is the list of commits:

    • refactor: add list options for sync all synchronizer (283a686)
    0 0
  • @guqing guqing commented on issue #6145 in halo-dev/halo

    /hold

    0 0
  • @guqing guqing pushed to refactor/sync-list-options in guqing/halo

    Below is the list of commits:

    • refactor: add list options for sync all synchronizer (1d3a415)
    0 0
  • @guqing guqing pushed to refactor/sync-list-options in guqing/halo

    Below is the list of commits:

    • refactor: add list options for sync all synchronizer (f285d6c)
    0 0
  • @guqing guqing opened pull request #6148 in halo-dev/halo

    What type of PR is this?

    /kind improvement
    /area core
    /milestone 2.17.x

    What this PR does / why we need it:

    为 ListOptions 增加 Builder 以方便构建 ListOptions 对象,可以通过以下形式创建

    var listOptions = ListOptions.builder()
                    .labelSelector()// 构建 LabelSelector
                    .eq("key-1", "value-1")
                    .notEq("key-2", "value-1")
                    .exists("key-3")
                    .end()// 结束构建 LabelSelector
                    .fieldQuery(equal("spec.title", "fake-title"))  // 构建 FieldSelector
                    .andQuery(equal("spec.slug", "fake-slug"))
                    .orQuery(equal("spec.slug", "test"))
                    .build();

    Does this PR introduce a user-facing change?

    None
    
    0 0
  • @guqing guqing created branch refactor/list-options in guqing/halo

    guqing/halo

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

    0 0