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

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


    from 759231c  Initial commit: README and Apache 2.0 LICENSE
     add 433dd00  FINERACT-2440: Initial Front-end MVP baseline for GSOC 2026
     new 9c9fc65  Merge pull request #1 from 
Aman-Mittal/FINERACT-2440/Base-Project-Setup

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:
 .dockerignore                        |    33 +
 .editorconfig                        |    34 +
 .github/dependabot.yml               |    27 +
 .github/workflows/ci.yml             |   143 +
 .gitignore                           |    62 +
 .prettierignore                      |    21 +
 .prettierrc                          |    18 +
 .rat-excludes                        |    57 +
 CONTRIBUTING.md                      |    42 +
 README.md                            |    80 +-
 SETUP.md                             |    78 +
 STYLE.md                             |    56 +
 angular.json                         |   102 +
 deploy/Dockerfile                    |    50 +
 deploy/docker-compose.yml            |    34 +
 deploy/nginx.conf                    |    51 +
 eslint.config.js                     |    62 +
 package-lock.json                    | 12003 +++++++++++++++++++++++++++++++++
 package.json                         |    60 +
 public/favicon.png                   |   Bin 0 -> 3679 bytes
 scripts/check-license.sh             |    58 +
 sonar-project.properties             |    28 +
 src/app/app.component.html           |    43 +
 src/app/app.component.scss           |    18 +
 src/app/app.component.spec.ts        |    45 +
 src/app/app.component.ts             |    45 +
 src/app/app.config.ts                |    49 +
 src/app/app.routes.ts                |    22 +
 src/assets/i18n/en.json              |    13 +
 src/assets/i18n/hi.json              |    13 +
 src/assets/i18n/ko.json              |    13 +
 src/environments/environment.prod.ts |    23 +
 src/environments/environment.ts      |    23 +
 src/index.html                       |    31 +
 src/main.ts                          |    24 +
 src/styles.scss                      |    20 +
 tsconfig.app.json                    |    10 +
 tsconfig.json                        |    28 +
 tsconfig.spec.json                   |     9 +
 39 files changed, 13502 insertions(+), 26 deletions(-)
 create mode 100644 .dockerignore
 create mode 100644 .editorconfig
 create mode 100644 .github/dependabot.yml
 create mode 100644 .github/workflows/ci.yml
 create mode 100644 .gitignore
 create mode 100644 .prettierignore
 create mode 100644 .prettierrc
 create mode 100644 .rat-excludes
 create mode 100644 CONTRIBUTING.md
 create mode 100644 SETUP.md
 create mode 100644 STYLE.md
 create mode 100644 angular.json
 create mode 100644 deploy/Dockerfile
 create mode 100644 deploy/docker-compose.yml
 create mode 100644 deploy/nginx.conf
 create mode 100644 eslint.config.js
 create mode 100644 package-lock.json
 create mode 100644 package.json
 create mode 100644 public/favicon.png
 create mode 100755 scripts/check-license.sh
 create mode 100644 sonar-project.properties
 create mode 100644 src/app/app.component.html
 create mode 100644 src/app/app.component.scss
 create mode 100644 src/app/app.component.spec.ts
 create mode 100644 src/app/app.component.ts
 create mode 100644 src/app/app.config.ts
 create mode 100644 src/app/app.routes.ts
 create mode 100644 src/assets/i18n/en.json
 create mode 100644 src/assets/i18n/hi.json
 create mode 100644 src/assets/i18n/ko.json
 create mode 100644 src/environments/environment.prod.ts
 create mode 100644 src/environments/environment.ts
 create mode 100644 src/index.html
 create mode 100644 src/main.ts
 create mode 100644 src/styles.scss
 create mode 100644 tsconfig.app.json
 create mode 100644 tsconfig.json
 create mode 100644 tsconfig.spec.json

Reply via email to