Openapi integration#3542
Conversation
…Legal Entity and Individual) (openMF#3231)
…-configuration WEB-711: Working Capital product
… length and regex configuration (openMF#3234) WEB-628: Sanitize minPasswordLength to positive integer
…ckets - Mifos WebApp (openMF#3244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The pathRewrite in the file proxy.conf.js strips /fineract-provider from URL path before forwarding to demo.mifos.community. But since, the demo server expects full path (including /fineract-provider), API requests were returning 404 when running npm start. The pathRewrite is correct for raw Fineract backends (used in proxy.localhost.conf.js) but not for deployed instances like demo.mifos.community which have their own nginx that routes under /fineract-provider. Fixes: WEB-803 Co-authored-by: Ansh Varshney <your-email@example.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pital-product-near-breach-configuration WEB-657: Working Capital product near breach configuration
…pital-loan-near-breach-config WEB-657: Working Capital loan near breach config
…ital-product-gl-account-mappings WEB-657: Working Capital product with GL Account mappings
…MF#3526) Signed-off-by: Aditya Tiwari <adityatiwari342005@gmail.com>
…enMF#3531) Signed-off-by: Aditya Tiwari <adityatiwari342005@gmail.com>
…h up to date This merge brings the openapi-integration branch up to date with the latest dev changes. - Kept OpenAPI integration changes from openapi-integration branch - Updated configuration files and dependencies from dev branch - Resolved 130+ merge conflicts - Branch is now ahead of dev with OpenAPI features intact
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
…the users with the grant APPROVE_LOAN (openMF#3543)
…g-capital-product-currency-issue WEB-657: Working Capital currency fix for multiples of
| @@ -0,0 +1,157 @@ | |||
| <<<<<<< HEAD | |||
There was a problem hiding this comment.
please remove this type of conflicts
| * This is the baseline test generated from codegen. | ||
| */ | ||
| test('codegen baseline: login with mifos credentials', async () => { | ||
| <<<<<<< HEAD |
| @@ -0,0 +1,224 @@ | |||
| <<<<<<< HEAD | |||
There was a problem hiding this comment.
recheck again there are many conflicts within the files
gkbishnoi07
left a comment
There was a problem hiding this comment.
still there are conflicts within the files
Description
Describe the changes made and why they were made instead of how they were made. List any dependencies that are required for this change.