-
Notifications
You must be signed in to change notification settings - Fork 4
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
Authentication favorites #253
Open
ayrtoncravero
wants to merge
75
commits into
authorization
Choose a base branch
from
authentication-favorites
base: authorization
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
904cca2
the 'guards' were added to each path correspondingly, the swagger doc…
ayrtoncravero dc152d2
changed the name of the relation of 'user' and its typing in the enti…
ayrtoncravero 7c4dae4
adding permissions of 'Favorite'
ayrtoncravero 89240f3
changes in the controller
ayrtoncravero b1c4060
adding methods for testing
ayrtoncravero 6b4ced3
add to spaces for more prolixity
ayrtoncravero 07fb28f
changes test
ayrtoncravero e10e9a3
changes in the controller, and test
ayrtoncravero 3f638a6
Merge branch 'authorization' of github.com:RooftopAcademy/rooftend in…
ayrtoncravero 302a48f
Merge branch 'authorization' of github.com:RooftopAcademy/rooftend in…
ayrtoncravero 9fb3579
deleted import police
ayrtoncravero 53a3335
add logic for exception forbidden
ayrtoncravero ef705de
adding all test
ayrtoncravero 32ab772
add new method 'findFavorite'
ayrtoncravero 4a6ae0a
addign all test for the service
ayrtoncravero 7409ac1
add documentation for unautorized
ayrtoncravero 1430bd8
add more documentation for nauthorized
ayrtoncravero ac32919
change decorators and change logic
ayrtoncravero adc36c9
change in test of create
ayrtoncravero 4536ce0
changes in the controller
ayrtoncravero e367de5
changes in the test of create
ayrtoncravero feb8e4c
changes
ayrtoncravero d80b259
add auth in the routes
ayrtoncravero b07f7bd
changes in the test
ayrtoncravero edecb43
deleted 'ApiForbiddenResponse'
ayrtoncravero c4ca7bd
add 'ApiQuery'
ayrtoncravero 3f98c68
adding example of 'ApiUnauthorizedResponse' and 'ApiForbiddenResponse'
ayrtoncravero 3b590ee
code was orded, added decorators for 'ApiUnauthorizedResponse' and 'A…
ayrtoncravero 3304869
code was orded, added decorators for 'ApiUnauthorizedResponse' and 'A…
ayrtoncravero 4fff32d
change in the method
ayrtoncravero cae905c
add scheme for documentation for 'ApiUnauthorizedResponse' and 'ApiFo…
ayrtoncravero 9220e48
change response and documentation for delete
ayrtoncravero b41082c
comment line with return
ayrtoncravero ab8e485
change test
ayrtoncravero 8799a2d
deleted dile unnecesary
ayrtoncravero 3f13463
change dto with date necessary
ayrtoncravero a4080a6
changes
ayrtoncravero 1e2804c
deleted import unesesary
ayrtoncravero 8b8c623
changes in the test of created
ayrtoncravero 5bcd1ae
deleted decorator for documentation for forbidden
ayrtoncravero 557d0f1
deleted decorator for forbidden and unautorize
ayrtoncravero f08eb7e
add to correct structure
ayrtoncravero fb08635
add import of caslModule
ayrtoncravero 0d5a9b8
completed tests
ayrtoncravero 7136951
changes in the service
ayrtoncravero 4b23407
completed test
ayrtoncravero 64824f7
change decorator and deleted decorator repeated
ayrtoncravero 2d74628
resolved conflict
ayrtoncravero 4c11ca1
add documentation for 'ApiNotFoundResponse' and 'ApiBearerAuth'
ayrtoncravero f347980
change in 'joinColums', change name of attributes
ayrtoncravero 1ad45bf
deleted ';' and add one ';'
ayrtoncravero c743f04
change method 'delete' for 'softDeleted'
ayrtoncravero b06535d
deleted returns unnesessary
ayrtoncravero 3ac7490
change method 'findFavorite'
ayrtoncravero 4f5157e
deleted 'query' for token documentation, add decorators of documentat…
ayrtoncravero f6ed594
change test of created
ayrtoncravero edad85f
change in typed and documentation of typed
ayrtoncravero 352f53b
change in the method 'findFavorite'
ayrtoncravero e2273be
changes in the logic, and add of comment
ayrtoncravero ba5ed70
completed tests and code order
ayrtoncravero 06e481d
import 'Item' module
ayrtoncravero 82b8131
change in the method create
ayrtoncravero f5f6215
deleted method unnecessary
ayrtoncravero 2a31eb4
add mock of 'Item', deleted comment
ayrtoncravero 1dbd541
deleted query unnesessary
ayrtoncravero 8edf3b7
spacing in the code
ayrtoncravero 20140de
deleted import unnecessary and run prettier
ayrtoncravero 159e687
deleted test repeated
ayrtoncravero a034e3c
deleted variable not used and test unnecessary
ayrtoncravero c3e03df
add test for notFoundException in method delete
ayrtoncravero d84c9f8
add to documentation for unauthorizedResponse
ayrtoncravero 2dec2e2
add documentation for 400s
ayrtoncravero 9cc0a83
add documentation for UnprocessableEntity
ayrtoncravero ac027be
add documentation 404 in the method 'getById'
ayrtoncravero ab9caa3
deleted documentation '@ApiQuery' for token
ayrtoncravero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
falta testear el findById