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 c12090a Merge pull request #170 from
Aman-Mittal/fix/e2e-flake-and-workflow-split
add f8ff861 docs: document the CI checks, and correct what had gone stale
add 7682196 ci(api): open a PR when the Fineract OpenAPI spec changes
add 22b94dd docs: track UI issues on GitHub, and allow CI to be run by
hand
new 3770d07 Merge pull request #171 from
Aman-Mittal/chore/docs-and-spec-sync
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/ISSUE_TEMPLATE/bug_report.yml | 99 ++++++++
.../ISSUE_TEMPLATE/config.yml | 29 +--
.github/ISSUE_TEMPLATE/feature_request.yml | 57 +++++
.github/scripts/spec-sync-pr-body.js | 106 +++++++++
.github/workflows/api-spec-sync.yml | 261 +++++++++++++++++++++
.github/workflows/ci.yml | 3 +
AGENTS.md | 2 +-
CONTRIBUTING.md | 25 +-
DOCS/CI_CHECKS.md | 247 +++++++++++++++++++
DOCS/E2E_TESTING.md | 88 ++++---
DOCS/OPENAPI_GENERATOR.md | 35 ++-
DOCS/adr/0002-automated-fineract-spec-sync.md | 115 +++++++++
public/api/fineract.provenance.json | 37 +++
scripts/spec-diff-summary.mjs | 154 ++++++++++++
scripts/write-provenance.mjs | 102 ++++++++
15 files changed, 1294 insertions(+), 66 deletions(-)
create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml
copy deploy/docker-compose.yml => .github/ISSUE_TEMPLATE/config.yml (58%)
create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml
create mode 100644 .github/scripts/spec-sync-pr-body.js
create mode 100644 .github/workflows/api-spec-sync.yml
create mode 100644 DOCS/CI_CHECKS.md
create mode 100644 DOCS/adr/0002-automated-fineract-spec-sync.md
create mode 100644 public/api/fineract.provenance.json
create mode 100644 scripts/spec-diff-summary.mjs
create mode 100644 scripts/write-provenance.mjs