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

[ISSUE #2986] Support for multiple ACL files in a fixed directory #3761

Merged
merged 13 commits into from
Feb 19, 2022

Commits on Jan 14, 2022

  1. acl temp

    sunxi92 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b8640b9 View commit details
    Browse the repository at this point in the history
  2. acl

    sunxi92 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    645d35a View commit details
    Browse the repository at this point in the history
  3. fix test case

    sunxi92 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b56b237 View commit details
    Browse the repository at this point in the history
  4. fix code style issues

    sunxi92 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2e848e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. add considerations on compatibility to the original one ACL config fi…

    …le and scalability of supporting multiple config files in different directories.
    sunxi92 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    30f7363 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. fix test case testWatch

    sunxi92 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e6e3548 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. 1.fix some issues

    2.add a detailed design document
    sunxi92 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    6248b47 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    d4629ac View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. 1.Change the folder of acl configuration to conf/acl

    2.Add the logic to check if path is a directory in the method of getAllAclFiles(String path)
    sunxi92 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2d877e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b323e8e View commit details
    Browse the repository at this point in the history
  3. Add logic to determine if path exists in the getAllAclFiles(String pa…

    …th) method in PlainPermissionManager.java and AclFileWatchService.java
    sunxi92 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a5691ab View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fix the serialization problem of allAclFileVersion field in clusterAc…

    …lConfigVersion command
    sunxi92 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    05d1207 View commit details
    Browse the repository at this point in the history
  2. 1.Fix the serialization problem of allAclFileVersion field in cluster…

    …AclConfigVersion command
    
    2.Improve the logic of updateAccessConfig method
    sunxi92 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4dae014 View commit details
    Browse the repository at this point in the history