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

Feature/permissions #1176

Merged
merged 103 commits into from
Oct 31, 2022
Merged

Feature/permissions #1176

merged 103 commits into from
Oct 31, 2022

Commits on Sep 23, 2022

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

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    57208f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f792f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. update seed file

    bryan-robitaille committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    338c960 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    7e1847b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6784556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a601a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be2800f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. create a privelage

    bryan-robitaille committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    43b37ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3dbd1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a99236 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. merge from develop

    bryan-robitaille committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4c8aaa5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    c797cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae3832 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7eb2bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a0998b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7608d5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    356921d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f6b0ab View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    2968fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70e3a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa66b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb34186 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c33d80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe8fa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03df634 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix: default privileges definition clashes with the interpolation fun…

    …ction (#1137)
    
    * fix: default privileges definition clashes with the interpolation function
    
    * moved interpolation function inside getPrivilegeRulesForUser
    
    * Use FormRecord instead of FormConfiguration in permissions
    
    * change names to plurial in migration
    
    Co-authored-by: Bryan Robitaille <bryan.robitaille.work@gmail.com>
    craigzour and bryan-robitaille committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b00fe0f View commit details
    Browse the repository at this point in the history
  2. merge in develop

    bryan-robitaille committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d246959 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. merge in develop

    bryan-robitaille committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    de9a060 View commit details
    Browse the repository at this point in the history
  2. fix yarn.lock

    bryan-robitaille committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d514368 View commit details
    Browse the repository at this point in the history
  3. merge in base branch

    bryan-robitaille committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    69e7efe View commit details
    Browse the repository at this point in the history
  4. recreate yarn.lock

    bryan-robitaille committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    68aec41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a722f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe8815d View commit details
    Browse the repository at this point in the history
  7. wip

    bryan-robitaille committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    03cf764 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. wip

    bryan-robitaille committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c394e74 View commit details
    Browse the repository at this point in the history
  2. tests for apiUsers

    bryan-robitaille committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    67a6b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3998b90 View commit details
    Browse the repository at this point in the history
  4. auth tests

    bryan-robitaille committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5b16537 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1150 from cds-snc/feature/permission_api_user

    Permissions for API User
    bryan-robitaille committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fdafda8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f1d296 View commit details
    Browse the repository at this point in the history
  7. wip

    bryan-robitaille committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8826ddc View commit details
    Browse the repository at this point in the history
  8. Feature/protect crud functions with permissions (#1151)

    * feat: protect template CRUD functions using permission system
    
    * feat: protect users CRUD functions using permission system
    
    * post PR review tweaks
    craigzour committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    34684f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bde41de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d89dd85 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a705297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3109fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c938dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b18caa View commit details
    Browse the repository at this point in the history
  5. small cleanup

    bryan-robitaille committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5632634 View commit details
    Browse the repository at this point in the history
  6. fix casing error

    bryan-robitaille committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f9ffb2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25ee815 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    48743bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808dce1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1154 from cds-snc/feature/permissions_auth_and_flags

    Permissions Feature ... One more time.... 🎧  Daft Punk
    bryan-robitaille committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0b1bf1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cd1dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dac3ef1 View commit details
    Browse the repository at this point in the history
  6. Feature/add permission tests (#1155)

    * feat: added unit tests for users CRUD and API functions
    
    * feat: added unit tests for templates CRUD and API functions
    
    * feat: refactored unit tests for bearer token API
    
    Co-authored-by: Bryan Robitaille <bryan.robitaille.work@gmail.com>
    craigzour and bryan-robitaille committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cd57b07 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 24, 2022

  1. feat: enhance getAllTemplates API function to return either all or so…

    …me templates depending on user privileges (#1161)
    craigzour committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7a84f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5fb81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    430167d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    892ff41 View commit details
    Browse the repository at this point in the history
  5. disable Vault page

    bryan-robitaille committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0708f54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0aaa278 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c1d610 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0ed075 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8eacac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9d20c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c1055a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e416454 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    09846b9 View commit details
    Browse the repository at this point in the history
  14. quick changes

    bryan-robitaille committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f319c9c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request #1175 from cds-snc/feature/permissions_page_access

    Page access restrictions
    bryan-robitaille committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7965716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c93ed View commit details
    Browse the repository at this point in the history
  3. small tweaks

    bryan-robitaille committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3ed00e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5901fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eea438f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a38c20b View commit details
    Browse the repository at this point in the history
  7. eslint unused vars

    bryan-robitaille committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b8204ed View commit details
    Browse the repository at this point in the history
  8. pinning aws types

    bryan-robitaille committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f5ac972 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04727e5 View commit details
    Browse the repository at this point in the history
  10. update change log

    bryan-robitaille committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5ada5d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    7ed9eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03f2c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    8251496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1994d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7281054 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70fd260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9019f9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cc2f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    c468bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f8f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db8bf2 View commit details
    Browse the repository at this point in the history
  4. remove vault page

    bryan-robitaille committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    977414a View commit details
    Browse the repository at this point in the history
  5. users small refactor

    bryan-robitaille committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7c75b29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c74ac1 View commit details
    Browse the repository at this point in the history
  7. cache refactoring

    bryan-robitaille committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5f56db9 View commit details
    Browse the repository at this point in the history
  8. unused param

    bryan-robitaille committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ea48d22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cd962a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d5a4e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    924e497 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c23482 View commit details
    Browse the repository at this point in the history