Releases: KB-iGOT/cb-ext-course-service
Releases · KB-iGOT/cb-ext-course-service
cbrelease-4.8.32_RC5
KB-12367 | Email notifications not received by SPV and Content Creato…
cbrelease-4.8.32_RC3: 4.8.32 dev v4 (#204)
* KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement * KB-12296 implement generic methods for copies fields from old course metadata to new course data. (#196) Co-authored-by: pathiknandi <pathik.nandi@tarento.com> * KB-12452| DEV | BE | Notification while retirement (#200) * KB-12452| DEV | BE | Notification while retirement * KB-12452| DEV | BE | Notification while retirement * KB-12295|DEV | BE | Content Retirement API implementation (#206) * KB-12452| DEV | BE | Notification while retirement * KB-12452| DEV | BE | Notification while retirement * KB-12295|DEV | BE | Content Retirement API implementation * KB-12295|DEV | BE | Content Retirement API implementation (#207) * KB-12452| DEV | BE | Notification while retirement * KB-12452| DEV | BE | Notification while retirement * KB-12295|DEV | BE | Content Retirement API implementation * KB-12295|DEV | BE | Content Retirement API implementation * KB-12296 Wrote the testcase for all new code add for notification for retirement. (#208) * KB-12296 Wrote the testcase for all new code add for notification for retirement. * KB-12296 Wrote the testcase for all new code add for notification for retirement. --------- Co-authored-by: pathiknandi <pathik.nandi@tarento.com> * KB-12296 we are changeing RETIREMENT_DATE to RETIRED_DATE as per FE_dev requested. (#209) * KB-12296 Wrote the testcase for all new code add for notification for retirement. * KB-12296 Wrote the testcase for all new code add for notification for retirement. * KB-12296 we are changeing RETIREMENT_DATE to RETIRED_DATE as per FE_dev requested. * KB-12296 we are changeing RETIREMENT_DATE to RETIRED_DATE as per FE_dev requested. --------- Co-authored-by: pathiknandi <pathik.nandi@tarento.com> --------- Co-authored-by: sahilchaudhary <sahil.chaudhary@tarento.com> Co-authored-by: Pathik Nandi <86921116+Pathik-Nandi@users.noreply.github.com> Co-authored-by: pathiknandi <pathik.nandi@tarento.com> Co-authored-by: Ruksana Semeir <111083125+ruksana2808@users.noreply.github.com>
cbrelease-4.8.32_RC2: 4.8.32 dev v3 (#191)
* KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement * KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement * KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement
cbrelease-4.8.32_RC1: 4.8.32 dev v1 (#190)
* KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement * KB-12451 : Q10 | Retirement | DEV | Schedular for checking the retirement and update the retirement
cbrelease-4.8.31_RC11
KB-11901 | Content: Karmayogi Prarambh Module, which should be visib…
cbrelease-4.8.31_RC1: 4.8.31 dev v5 (#161)
* Merging Sonar Fixes to 4.8.31 Dev Branch (#153) * KB-11530 Junit Test cases to improve the unit test cases * KB-11530 Junit Test cases to improve the unit test cases * added test cases for the notification impl * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service (#130) * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service (#132) * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service (#151) * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service (#152) * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service * KB-11530| BE | TECH DEBT | Junit Test cases to improve the unit test cases coverage for cb-ext-course-service --------- Co-authored-by: Rajeev Sathish <rajeevsathish@TI-MAC-104.local> Co-authored-by: Rajeev Sathish <rajeev.sathish@tarento.com> Co-authored-by: shankaragoudab-tarento <shankaragouda.biradar@tarento.com> Co-authored-by: Ruksana Semeir <111083125+ruksana2808@users.noreply.github.com> Co-authored-by: ruksanasemeir <ruksana.semeir@tarento.com> * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#155) * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content 1. New API added to add the rules for promotional content - the table design is same is access access_setting_rules_v2 . 2. Delete API is a soft delete API. 3. Added new promotional API which fetches the data as per the current my assigned courses and returns the response . 4. Added this new cache manager class PromotionalContentRuleCacheMgr to handle the caching for the promotional content. 5. Added new conifg property specific for reading the content for promotional content. * Junit test cases added * Code Review comments fixed 1. Caffeine cache is being used in the promotional content rule cache manager. 2. Pagination implemented for fetching the records from the cassandra tables- so that all the records and not fetched in one go. 3. Imports fixed. 4. Code format done. * Added the hard coded string values to the constants file * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#156) 1. Build was failing due to test cases - fixed it. * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#157) 1. Added enhancement for the caffeine cache - it was returning empty records once ttl is expired. 2. Implemented get,put cache with ttl which is configurable for user level cache. 3. Updated the test cases. * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#158) 1. Build failure fix. * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#159) 1. Caffeine cache was returning empty once cache is expired . 2. Response structure updated for the content read as per the UI requested. * KB-12170 | BE|DEV| Create new API for listing the Microcredentials content (#160) 1. Removed the unused languagemapv1. 2. Added the logic to add the user details to the map only if they are not null and empty. 3. This logic is added since in dev for few users id map service we were passing null values and it was breaking the API. --------- Co-authored-by: Rajeev Sathish <rajeevsathish@TI-MAC-104.local> Co-authored-by: Rajeev Sathish <rajeev.sathish@tarento.com> Co-authored-by: shankaragoudab-tarento <shankaragouda.biradar@tarento.com> Co-authored-by: Ruksana Semeir <111083125+ruksana2808@users.noreply.github.com> Co-authored-by: ruksanasemeir <ruksana.semeir@tarento.com> Co-authored-by: tarentomaheshvakkund <139739142+tarentomaheshvakkund@users.noreply.github.com>
cbrelease-4.8.30_RC5: KB-9789| Q8 | Access Control | My Assigned Content (#154)
* KB-9789| Q8 | Access Control | My Assigned Content * added testCases * KB-9789| Q8 | Access Control | My Assigned Content * KB-9789| Q8 | Access Control | My Assigned Content * KB-9789| Q8 | Access Control | My Assigned Content
cbrelease-4.8.29_RC19: KB-9789| Q8 | Access Control | My Assigned Content (#154)
* KB-9789| Q8 | Access Control | My Assigned Content * added testCases * KB-9789| Q8 | Access Control | My Assigned Content * KB-9789| Q8 | Access Control | My Assigned Content * KB-9789| Q8 | Access Control | My Assigned Content
cbrelease-4.8.30_RC3
Fixed merge issues
cbrelease-4.8.29_RC17: KB-9789| Q8 | Access Control | My Assigned Content (#146)
* KB-9789| Q8 | Access Control | My Assigned Content * added testCases