Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Feature/parties #185

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Feature/parties #185

wants to merge 20 commits into from

Commits on Feb 22, 2021

  1. Add Friendship model

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2dd598f View commit details
    Browse the repository at this point in the history
  2. Add Friendships Controller

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4c3791c View commit details
    Browse the repository at this point in the history
  3. Add unit tests

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    78a7842 View commit details
    Browse the repository at this point in the history
  4. Add more unit tests

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    596de41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8133510 View commit details
    Browse the repository at this point in the history
  6. Fixup merge conflicts 2

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9333798 View commit details
    Browse the repository at this point in the history
  7. Single record friendships

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    671d629 View commit details
    Browse the repository at this point in the history
  8. Resolve feature/friends

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    adef12b View commit details
    Browse the repository at this point in the history
  9. Remove friendships primary key

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6f21ff2 View commit details
    Browse the repository at this point in the history
  10. Dropped friendships id false pege

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    626b038 View commit details
    Browse the repository at this point in the history
  11. Update schema.rb

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e84514b View commit details
    Browse the repository at this point in the history
  12. Fixup DB PK

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    49b9dc8 View commit details
    Browse the repository at this point in the history
  13. GET friendship#show tests

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0654523 View commit details
    Browse the repository at this point in the history
  14. Refactoring

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    f51e96d View commit details
    Browse the repository at this point in the history
  15. Add group creation feature

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b950378 View commit details
    Browse the repository at this point in the history
  16. Add invite, accept_invite, kick, disband

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    b0e4f56 View commit details
    Browse the repository at this point in the history
  17. Update routes.rb

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    7da20a6 View commit details
    Browse the repository at this point in the history
  18. Add block user feature

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    37835f6 View commit details
    Browse the repository at this point in the history
  19. Refactoring

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    ac4fbc8 View commit details
    Browse the repository at this point in the history
  20. Add unit tests

    torresed committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    14f8e1c View commit details
    Browse the repository at this point in the history