Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): watch file user provider #3566

Merged
merged 24 commits into from
Mar 27, 2024

Commits on Mar 22, 2024

  1. feat(auth): watch file user provider

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    02a2cf9 View commit details
    Browse the repository at this point in the history
  2. impl

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1e83ab8 View commit details
    Browse the repository at this point in the history
  3. use debouncer

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4f71cd1 View commit details
    Browse the repository at this point in the history
  4. add test

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cffffe9 View commit details
    Browse the repository at this point in the history
  5. clippy

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b551556 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    31b0516 View commit details
    Browse the repository at this point in the history
  2. add path for FileWatch snafu

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4399a77 View commit details
    Browse the repository at this point in the history
  3. Apply comments

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    704ac44 View commit details
    Browse the repository at this point in the history
  4. fix compile

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e6ed9ca View commit details
    Browse the repository at this point in the history
  5. drop notify-debouncer-full dep

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    de108e5 View commit details
    Browse the repository at this point in the history
  6. empty to allow all

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    26f4555 View commit details
    Browse the repository at this point in the history
  7. more test and log

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9c9bc82 View commit details
    Browse the repository at this point in the history
  8. relax the wait period

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    46752b5 View commit details
    Browse the repository at this point in the history
  9. avoid sleep

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d7a0be1 View commit details
    Browse the repository at this point in the history
  10. Revert "avoid sleep"

    This reverts commit d7a0be1.
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b7f5336 View commit details
    Browse the repository at this point in the history
  11. avoid sleep

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6a5d833 View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    073b5ee View commit details
    Browse the repository at this point in the history
  13. tidy dep

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bafad5c View commit details
    Browse the repository at this point in the history
  14. adjust

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e35a0ef View commit details
    Browse the repository at this point in the history
  15. try be stable on CI

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4e6249e View commit details
    Browse the repository at this point in the history
  16. deugging

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cc48871 View commit details
    Browse the repository at this point in the history
  17. debugging

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7870e58 View commit details
    Browse the repository at this point in the history
  18. watch on the dir

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    408f8df View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    67219e6 View commit details
    Browse the repository at this point in the history