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 98a1b3d Merge pull request #124 from
paultofunmi/feature/119-institution-config-service
add b51abc8 add rbacEnabled feature flag for gradual RBAC rollout (#113)
add 321115e Merge branch 'main' into feature/113-rbac-feature-flag
add c7e3956 Fix CI format:check failures by running prettier over files
added in the RBAC feature-flag work.
new 55ea9be Merge pull request #125 from
paultofunmi/feature/113-rbac-feature-flag
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:
.gitignore | 1 -
AGENTS.md | 88 ++++++++++
e2e/rbac-feature-flag.spec.ts | 185 +++++++++++++++++++++
security.md | 35 +++-
src/app/layout/main-layout.component.spec.ts | 16 +-
src/app/layout/sidebar.component.spec.ts | 3 +
src/app/layout/sidebar.component.ts | 26 ++-
.../has-institution-feature.directive.spec.ts | 99 +++++++++++
...ive.ts => has-institution-feature.directive.ts} | 49 +++---
.../directives/has-permission.directive.spec.ts | 39 ++++-
.../shared/directives/has-permission.directive.ts | 7 +
src/environments/environment.prod.ts | 7 +
src/environments/environment.sandbox.ts | 7 +
src/environments/environment.ts | 7 +
14 files changed, 520 insertions(+), 49 deletions(-)
create mode 100644 AGENTS.md
create mode 100644 e2e/rbac-feature-flag.spec.ts
create mode 100644
src/app/shared/directives/has-institution-feature.directive.spec.ts
copy src/app/shared/directives/{has-permission.directive.ts =>
has-institution-feature.directive.ts} (60%)