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

refactor: change votes module types for constants #1426

Merged
merged 20 commits into from
Apr 24, 2023

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    d220545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53af6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0690329 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge branch 'main'

    Conflicts:
    	backend/src/modules/boards/services/create.board.service.spec.ts
    	backend/src/modules/boards/services/create.board.service.ts
    	backend/src/modules/teams/services/create.team.service.spec.ts
    	backend/src/modules/teams/services/delete.team.service.spec.ts
    	backend/src/modules/teams/services/delete.team.service.ts
    	backend/src/modules/teams/services/get.team.service.spec.ts
    	backend/src/modules/teams/services/get.team.service.ts
    CatiaAntunes96 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0dc8771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fdb349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff9a81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d65910f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d47a65f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75e061e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f83c0bc View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main'

    Conflicts:
    	backend/src/libs/guards/boardRoles.guard.ts
    	backend/src/libs/guards/teamRoles.guard.ts
    	backend/src/modules/auth/applications/statistics.auth.use-case.ts
    	backend/src/modules/boards/services/create.board.service.spec.ts
    	backend/src/modules/boards/services/create.board.service.ts
    	backend/src/modules/teams/services/delete.team.service.spec.ts
    	backend/src/modules/teams/services/delete.team.service.ts
    	backend/src/modules/teams/services/get.team.service.spec.ts
    	backend/src/modules/teams/services/get.team.service.ts
    CatiaAntunes96 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a64f381 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9906b04 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    e9ba35b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main'

    Conflicts:
    	backend/src/libs/guards/boardRoles.guard.ts
    	backend/src/libs/guards/getBoardPermissions.guard.ts
    	backend/src/modules/boards/applications/duplicate-board.use-case.spec.ts
    	backend/src/modules/boards/applications/get-board.use-case.spec.ts
    	backend/src/modules/boards/applications/get-board.use-case.ts
    	backend/src/modules/boards/applications/update-board-participants.spec.ts
    	backend/src/modules/boards/applications/update-board.use-case.spec.ts
    	backend/src/modules/boards/services/create.board.service.spec.ts
    	backend/src/modules/boards/services/create.board.service.ts
    	backend/src/modules/boards/services/delete.board.service.spec.ts
    	backend/src/modules/boards/services/delete.board.service.ts
    	backend/src/modules/boards/services/get.board.service.spec.ts
    	backend/src/modules/boards/services/get.board.service.ts
    	backend/src/modules/votes/services/create.vote.service.spec.ts
    	backend/src/modules/votes/services/create.vote.service.ts
    	backend/src/modules/votes/services/delete.vote.service.spec.ts
    	backend/src/modules/votes/services/delete.vote.service.ts
    CatiaAntunes96 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cadbfa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a98951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d4046 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main'

    Conflicts:
    	backend/src/modules/cards/applications/delete-card.use-case.spec.ts
    	backend/src/modules/cards/applications/delete-from-card-group.use-case.spec.ts
    	backend/src/modules/votes/services/delete.vote.service.spec.ts
    	backend/src/modules/votes/services/delete.vote.service.ts
    CatiaAntunes96 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c8bab15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9bc588 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61f8d76 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge branch 'main'

    Conflicts:
    	backend/src/modules/cards/constants.ts
    	backend/src/modules/votes/services/delete.vote.service.spec.ts
    CatiaAntunes96 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9dbbc7b View commit details
    Browse the repository at this point in the history