-
Notifications
You must be signed in to change notification settings - Fork 46
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
add findAll(GET) method in the campaign-application.service(second try) #652
Commits on Jun 25, 2024
-
add create campaign agreements validation
if any of the 3 agreements for creating campaign are not checked -> throw a HttpException with status 405
Configuration menu - View commit details
-
Copy full SHA for 8f0525a - Browse repository at this point
Copy the full SHA 8f0525aView commit details -
fix http error status code in campaign-application.service
http error code is now 400 in validation for all 3 agreements in create method
Configuration menu - View commit details
-
Copy full SHA for 77c9df8 - Browse repository at this point
Copy the full SHA 77c9df8View commit details -
fix throw new BadRequestException
changed the error from HttpException to BadRequestException for the agreements validation in create method in campaign-application.service.ts
Configuration menu - View commit details
-
Copy full SHA for 139a6a9 - Browse repository at this point
Copy the full SHA 139a6a9View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15ddce4 - Browse repository at this point
Copy the full SHA 15ddce4View commit details -
created findAll functionality in campaign-application.service and add testing for the method
Configuration menu - View commit details
-
Copy full SHA for 7d43335 - Browse repository at this point
Copy the full SHA 7d43335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1280e2b - Browse repository at this point
Copy the full SHA 1280e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65dc547 - Browse repository at this point
Copy the full SHA 65dc547View commit details
Commits on Jun 27, 2024
-
fix test for findAll (campaign-applications) method
new the mocked campaign-applications in the tests have the right schema(schema of the campaign-application)
Configuration menu - View commit details
-
Copy full SHA for cb14fdf - Browse repository at this point
Copy the full SHA cb14fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdbb75 - Browse repository at this point
Copy the full SHA 3fdbb75View commit details -
Revert "fix test for findAll (campaign-applications) method"
This reverts commit cb14fdf.
Configuration menu - View commit details
-
Copy full SHA for 6199f1d - Browse repository at this point
Copy the full SHA 6199f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0dd85 - Browse repository at this point
Copy the full SHA bc0dd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d35fb - Browse repository at this point
Copy the full SHA a6d35fbView commit details
Commits on Jun 28, 2024
-
fix campaign-application controller and services
remove unused providers in campaign-application.spec.ts add validation if user is admin in findAll method in campaign-application.controller.ts add tests for findAll method
Configuration menu - View commit details
-
Copy full SHA for 480d492 - Browse repository at this point
Copy the full SHA 480d492View commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5488d3 - Browse repository at this point
Copy the full SHA e5488d3View commit details