This is an automated email from the ASF dual-hosted git repository.

Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git


    from edeb5b4  Merge pull request #310 from 
Aman-Mittal/feat/share-account-view
     add f256c78  fix(reporting): discover report parameters dynamically
     add ffa1267  fix(reporting): isolate parameter lookup failures
     add 937af9d  test: expand report rows before assertion
     new ad18b5b  Merge pull request #308 from 
iamhaseebn/fix-report-parameter-discovery

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 e2e/functional-coverage.spec.ts                    |  32 +-
 e2e/report-enhancements.spec.ts                    | 107 ++++-
 e2e/report-parameter-backend.spec.ts               | 113 +++++
 e2e/reporting.spec.ts                              |   8 +
 playwright.config.ts                               |   1 +
 .../reporting/report-execution.service.spec.ts     | 274 +++++++++++++
 .../features/reporting/report-execution.service.ts | 191 +++++++++
 .../reporting/run-report.component.spec.ts         | 146 +++++--
 src/app/features/reporting/run-report.component.ts | 454 ++++++++++++++-------
 src/assets/i18n/en.json                            |   6 +-
 10 files changed, 1156 insertions(+), 176 deletions(-)
 create mode 100644 e2e/report-parameter-backend.spec.ts
 create mode 100644 src/app/features/reporting/report-execution.service.spec.ts
 create mode 100644 src/app/features/reporting/report-execution.service.ts

Reply via email to