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

Delete an organisation member #668

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

Commits on Nov 2, 2024

  1. Add /rails/tmp/pids to temporary filesystem

    During development, when I restarted the docker container after the initial start, my rails process was still there and that was causing problems with server startup
    Shivam Singhal committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    e7b851b View commit details
    Browse the repository at this point in the history
  2. Update container names in Justfile

    Shivam Singhal committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f275e05 View commit details
    Browse the repository at this point in the history
  3. Add Discard gem to membership model

    Shivam Singhal committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    1c49dd3 View commit details
    Browse the repository at this point in the history
  4. Fetch only kept memberships

    Shivam Singhal committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    75b6b21 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Check if a user can remove a member

    Shivam Singhal committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    140b174 View commit details
    Browse the repository at this point in the history
  2. Handle deleting a member from an org

    Shivam Singhal committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2c97b5f View commit details
    Browse the repository at this point in the history
  3. Add delete button to delete an org member

    Shivam Singhal committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    50c42de View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Get only kept memberships

    Shivam Singhal committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c429982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb83a9 View commit details
    Browse the repository at this point in the history
  3. Handle empty current_organisation

    Shivam Singhal committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6f6cd1c View commit details
    Browse the repository at this point in the history