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 98770c4 Merge pull request #353 from Aman-Mittal/chore/demo-pacing
add 0028b9e feat: gate the screens that drive Fineract's test-only
endpoints
new 82e9a20 Merge pull request #356 from
Aman-Mittal/feat/gate-internal-endpoint-screens
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:
.github/workflows/ci.yml | 6 +
package.json | 1 +
public/config.json | 3 +-
scripts/check-internal-endpoints.mjs | 164 +++++++++++++++++++++
src/app/core/guards/developer-tools.guard.ts | 38 +++++
src/app/core/services/config.service.ts | 20 +++
.../services/navigation-config.service.spec.ts | 46 +++++-
src/app/core/services/navigation-config.service.ts | 38 ++++-
src/app/features/admin/admin.routes.ts | 5 +
.../loan-account-lock.component.ts | 55 ++++---
.../working-capital/working-capital.routes.ts | 2 +
src/app/testing/config.ts | 4 +
12 files changed, 355 insertions(+), 27 deletions(-)
create mode 100644 scripts/check-internal-endpoints.mjs
create mode 100644 src/app/core/guards/developer-tools.guard.ts