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

Handle complex metadata permission storage #58

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2023

  1. initial perms commit for main pull

    Daniel Johnson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a1ed543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae620d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. added permission tracking, not used yet

    Daniel Johnson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    48d5fd6 View commit details
    Browse the repository at this point in the history
  2. update plugin tests to use perms_manager

    Daniel Johnson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6d9ccf3 View commit details
    Browse the repository at this point in the history
  3. use get_git_root instead of cwd

    Daniel Johnson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    aa809c3 View commit details
    Browse the repository at this point in the history
  4. pass perms_manager into drivers, still need to use it

    Daniel Johnson committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e4c1ae View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. change fileless perms to uid, egid, 660

    Daniel Johnson committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8be2327 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. add driver file writing per permissions

    Daniel Johnson committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4d96c37 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. rename for clarity

    DanielRJohnson committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4b83cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e05b60f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3055a54 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    e0d8285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e69bfc View commit details
    Browse the repository at this point in the history
  3. remaining merge cleanups

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    eb49e75 View commit details
    Browse the repository at this point in the history
  4. update documentation for permissions manager

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fb1e02c View commit details
    Browse the repository at this point in the history
  5. typos

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2da5804 View commit details
    Browse the repository at this point in the history
  6. editign for clarity

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a5dd7a3 View commit details
    Browse the repository at this point in the history
  7. editing for clarity and typos

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    09fdeda View commit details
    Browse the repository at this point in the history
  8. typo

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3fcfcc7 View commit details
    Browse the repository at this point in the history
  9. make users possessive

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c76c45d View commit details
    Browse the repository at this point in the history
  10. change author from Terry to Triad

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a5cfabb View commit details
    Browse the repository at this point in the history
  11. fix indentation for sphinx docs

    qwofford committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f2eca7b View commit details
    Browse the repository at this point in the history