Releases: afet-yonetim-sistemi/ays-be-api-automation
Releases · afet-yonetim-sistemi/ays-be-api-automation
AYS BE API Automation v1.0.0.MVP
What's Changed
- Institution User Management,Institution Auth Management,User Auth Man… by @Nbhtozcn in #16
- Implement extent report by @Nbhtozcn in #19
- Flowcharts image by @Nbhtozcn in #21
- Create README.md by @Nbhtozcn in #22
- Update README.md by @Nbhtozcn in #23
- Update README.md by @Nbhtozcn in #24
- Create CODE_OF_CONDUCT by @Nbhtozcn in #25
- Fix bug by @Nbhtozcn in #26
- Refactor test case for broader response verification by @Nbhtozcn in #27
- Refactor test cases for broader response verification by @Nbhtozcn in #34
- Update CODE_OF_CONDUCT.md by @Nbhtozcn in #35
- Create PULL_REQUEST_TEMPLATE.md by @Nbhtozcn in #36
- Create LICENSE.MD by @Nbhtozcn in #37
- Update LICENSE.MD by @Nbhtozcn in #38
- Create SECURITY.md by @Nbhtozcn in #39
- Update SECURITY.md by @Nbhtozcn in #40
- Create ISSUE_TEMPLATE.md by @Nbhtozcn in #41
- Tested listing assignments feature with various test cases by @Nbhtozcn in #45
- Added test methods for Institution Assignment Management Service. Tes… by @Nbhtozcn in #46
- Update ISSUE_TEMPLATE.md by @Nbhtozcn in #47
- Added test cases for /api/v1/user-self/status/support endpoints and i… by @Nbhtozcn in #49
- Added Test Cases for User Location Management Service and User Assign… by @Nbhtozcn in #53
- Bug-fix by @Nbhtozcn in #54
- Added test case for /api/v1/user/location endpoints by @Nbhtozcn in #55
- Added test cases for /api/v1/assignment endpoint by @Nbhtozcn in #58
- Add test class for Get, Update, and Delete operations on Assignment. … by @Nbhtozcn in #60
- Added a helper class to store frequently used methods and improve cod… by @Nbhtozcn in #62
- Refactor authorization handling for users and institutions by @Nbhtozcn in #64
- Add Log4j2 for Logging by @Nbhtozcn in #65
- Add test cases for User Auth Service by @Nbhtozcn in #67
- Add log details by @Nbhtozcn in #69
- Refactor UserSelfManagementServiceTest class by @Nbhtozcn in #71
- Enhance UserAssignmentManagementServiceTest Class with New Test Cases, Code Optimization, and Test C… by @Nbhtozcn in #75
- -Automation test scripts for test case IDs IMS_02,IMS_03,IMS_04,IMS_0… by @Nbhtozcn in #78
- New automation test cases for /api/v1/users by @Nbhtozcn in #83
- Add automation test case scripts for /api/v1/assignments endpoints by @Nbhtozcn in #84
- New test cases added for /api/v1/user-self,/api/v1/assignment and /ap… by @Nbhtozcn in #86
- Explanation of how to use the configuration file for newcomers' under… by @Nbhtozcn in #91
- Update README.md by @Nbhtozcn in #92
- Update README.md by @Nbhtozcn in #93
- Test scripts added for /api/v1/assignment/cancel endpoint by @Nbhtozcn in #94
- The bug about UserEndpoints class fixed by @Nbhtozcn in #95
- Reorganized the class structure of user-related test classes by @Nbhtozcn in #97
- Test Class Structure Restructured: Reorganization and restructuring o… by @Nbhtozcn in #100
- Project Configurations Have Been Refactored by @agitrubard in #101
- #2 - CODEOWNERS file edited. by @cagla88 in #104
- Java version refactored as 17 by @Nbhtozcn in #105
- -Retriving user and assigment ID methods are updated in Helper class … by @Nbhtozcn in #106
- PostAdminRegistrationApplicationsTest added by @cagla88 in #107
- Refactored structure of RequestBodyInstitution class by @Nbhtozcn in #108
- Updated pom.xml to include configuration for Maven Surefire plugin, e… by @Nbhtozcn in #109
- Updated postUser and postAssignment tests to accommodate new PhoneNum… by @Nbhtozcn in #110
- Negative test scenarios added to the /api/v1/user/location and /api/v… by @Nbhtozcn in #113
- AYS-70 | Positive and Negative test added for GetAdminRegistrationApp… by @cagla88 in #112
- AYS-72 | New test cases added in PostAdminRegistrationApplicationsTest by @cagla88 in #111
- AYS-70 | GetRegistrationApplicationsId updated. by @cagla88 in #114
- Post Assignments Test class updated due to latest Pagination implemen… by @Nbhtozcn in #115
- AYS-89 | The dependency versions have been updated. by @cagla88 in #116
- AYS-72 | PostAdminRegistrationApplication updated by @cagla88 in #117
- Allure dependency added to pom.xml by @Nbhtozcn in #118
- Allure annotations integration for PostAdminsTest.java class by @Nbhtozcn in #119
- AYS-72 | PostAdminRegistrationApplicationsTest.java completed. by @cagla88 in #120
- Test cases added for /api/v1/users endpoints by @Nbhtozcn in #121
- AYS-107 | The adminID field refactored by @cagla88 in #122
- AYS-65 | GetAdminRegistrationApplicationIdSummaryTest.java test cases added. by @cagla88 in #123
- Test cases added for /api/v1/assignments endpoints by @Nbhtozcn in #124
- Test cases refactored for /api/v1/assignment endpoint by @Nbhtozcn in #126
- AYS-108 | Integration Allure annotations into the Admin Registration Management System Test Classes. by @cagla88 in #125
- AYS-89 | The security vulnerabilities in dependencies have been resolved. by @cagla88 in #127
- Test cases added for /api/v1/admin/registration-application/{id}/appr… by @Nbhtozcn in #128
- Test cases added for /api/v1/admin/registration-application/{id}/reje… by @Nbhtozcn in #129
- Test cases added for /api/v1/admin/registration-application by @Nbhtozcn in #130
- Test case log improvemen...