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 d621265 Merge pull request #378 from
Aman-Mittal/chore/license-policy-and-lint-plugins
add a685474 fix(deploy): make the container able to reach Fineract
add 5367c4e release: give the project a version, and check it against the
tag
add e4e8f30 ci: build the container and assert it actually proxies the API
add 08036ef docs: write down how a release is actually made
add 847dac0 docs: correct what the threat model and README say about this
application
add 55ca772 ci: move the tag check off the caching workflow
new fefb626 Merge pull request #379 from
Aman-Mittal/chore/release-blockers
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 | 116 ++++++++++++++++
.github/workflows/release-tag.yml | 64 +++++++++
AGENTS.md | 2 +-
CHANGELOG.md | 118 ++++++++++++++++
DOCS/CI_CHECKS.md | 22 +--
DOCS/FONTS.md | 2 +-
NOTICE | 2 +-
README.md | 61 ++++++---
RELEASING.md | 276 ++++++++++++++++++++++++++++++++++++++
deploy/Dockerfile | 46 ++++---
deploy/docker-compose.yml | 66 ++++++++-
deploy/entrypoint.sh | 96 +++++++++++--
deploy/nginx.conf | 71 ----------
deploy/nginx.conf.template | 144 ++++++++++++++++++++
package.json | 3 +-
scripts/check-license.sh | 2 +-
scripts/check-version.mjs | 91 +++++++++++++
scripts/ga-check.mjs | 24 ++--
security.md | 28 ++--
19 files changed, 1081 insertions(+), 153 deletions(-)
create mode 100644 .github/workflows/release-tag.yml
create mode 100644 CHANGELOG.md
create mode 100644 RELEASING.md
delete mode 100644 deploy/nginx.conf
create mode 100644 deploy/nginx.conf.template
create mode 100644 scripts/check-version.mjs