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

Add user roles for organizations/gangs/sections #1257

Merged
merged 40 commits into from
Sep 23, 2024
Merged

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    c40063b View commit details
    Browse the repository at this point in the history
  2. Fix user role admin names

    robines committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    294cc28 View commit details
    Browse the repository at this point in the history
  3. Type annotations

    robines committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8e80830 View commit details
    Browse the repository at this point in the history
  4. Ruff format

    robines committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6c55a79 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    a6537dc View commit details
    Browse the repository at this point in the history
  2. ruff method order

    robines committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d60f7ba View commit details
    Browse the repository at this point in the history
  3. mypy

    robines committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c6889fe View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Remove roles from user model

    robines committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    76a6968 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    a3749f6 View commit details
    Browse the repository at this point in the history
  2. Move to samfundet app

    robines committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    95c915f View commit details
    Browse the repository at this point in the history
  3. ruff

    robines committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b71140a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    9ebfc2a View commit details
    Browse the repository at this point in the history
  2. Add some tests

    robines committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bde4d11 View commit details
    Browse the repository at this point in the history
  3. Remove RoleMixin to avoid unnecessary method calls and exception rais…

    …ing/catching
    
    This means when the obj hasattr check is True, we can assume the method is implemented.
    robines committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e3bf094 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Begin docs

    robines committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5dd260e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ca575 View commit details
    Browse the repository at this point in the history
  3. Update migration

    robines committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d1ebf7f View commit details
    Browse the repository at this point in the history
  4. Add code examples to docs

    robines committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7117698 View commit details
    Browse the repository at this point in the history
  5. Add link to docs

    robines committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    57c21ba View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    69cd012 View commit details
    Browse the repository at this point in the history
  2. Fix import merge

    robines committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fa42582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f186ca View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update migrations

    robines committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ba2ef04 View commit details
    Browse the repository at this point in the history
  2. Create fixture_organization2, update fixture_gang2 to use it

    This lets us more easily test different organizational hierarchies
    robines committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b8a4269 View commit details
    Browse the repository at this point in the history
  3. Add fixture_gang_section2

    robines committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    75675f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b984938 View commit details
    Browse the repository at this point in the history
  5. Revert changes in views

    robines committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3626529 View commit details
    Browse the repository at this point in the history
  6. ruff

    robines committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d9b7657 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf7edda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc3e940 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a456b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6809a78 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6e0f6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc286b View commit details
    Browse the repository at this point in the history
  3. Update migration

    robines committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    064d181 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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