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

Memberships for Work Packages, first tries #13386

Closed
wants to merge 22 commits into from

Commits on Aug 10, 2023

  1. Add link to WorkPackage in members table

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    577cc74 View commit details
    Browse the repository at this point in the history
  2. Simplify Member model

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e08c2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c9e23b View commit details
    Browse the repository at this point in the history
  4. Leave a TODO to add tests

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3310c57 View commit details
    Browse the repository at this point in the history
  5. Layout file

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    704e2b9 View commit details
    Browse the repository at this point in the history
  6. Add validation for belongs to

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bf01683 View commit details
    Browse the repository at this point in the history
  7. Rubocop

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    486dc00 View commit details
    Browse the repository at this point in the history
  8. Fix specs for member

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9d63d3f View commit details
    Browse the repository at this point in the history
  9. Fix specs for Membership form

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    20c53af View commit details
    Browse the repository at this point in the history
  10. Correct error message

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6d1a4c View commit details
    Browse the repository at this point in the history
  11. Use polymorphic assocation

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1210902 View commit details
    Browse the repository at this point in the history
  12. Membership Project -> Entity

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8437b3c View commit details
    Browse the repository at this point in the history
  13. Try fixing some things

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b077158 View commit details
    Browse the repository at this point in the history
  14. Change usage of project_id -> entity in member queries

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cef8b28 View commit details
    Browse the repository at this point in the history
  15. Add some TODOs for the future

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    84dc60d View commit details
    Browse the repository at this point in the history
  16. Explicitly add dependent option

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7d72976 View commit details
    Browse the repository at this point in the history
  17. Fix query for Possible Assignees

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6b25cc View commit details
    Browse the repository at this point in the history
  18. Fix tests for members

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f182dce View commit details
    Browse the repository at this point in the history
  19. Fix create member calls to use user and entity

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    93796ff View commit details
    Browse the repository at this point in the history
  20. More changes project -> entity and user -> principal

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    874945b View commit details
    Browse the repository at this point in the history
  21. Another round of user -> principal and project -> entity

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    12a525e View commit details
    Browse the repository at this point in the history
  22. Next round of moving all factories from project -> entity

    Klaus Zanders committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    39fc24c View commit details
    Browse the repository at this point in the history