sergehuber opened a new pull request, #784:
URL: https://github.com/apache/unomi/pull/784

   ## Summary
   
   - Backport Phase 2 **dev tooling bundle** from `unomi-3-dev` to `master` 
using a master-first approach (no blind checkout of existing shell/CI files).
   - Add setup/clear scripts, Postman collection, coding guidelines, 
snapshot-analysis IT tooling, `build.ps1` (Windows parity with `build.sh`), 
surgical `build.sh`/`pom.xml` updates, and additive docker/shell changes only.
   - Add agent backport guidance: generic `branch-backport.mdc` + Unomi 
overlay, and `AGENTS.md` sections so future mega-PRs avoid regressing master 
review fixes.
   
   ## What was ported (additive / surgical)
   
   | Area | Changes |
   |------|---------|
   | Build | `build.sh` flags (`--skip-unit-tests`, `--distribution`, 
`--resolver-debug`); `build.ps1` aligned with `build.sh`; `skip-unit-tests` 
Maven profile |
   | Setup | `setup-*.sh`, `setup-utils.sh`, `clear-*.sh`, tenant cfg |
   | Docs / API | `CODING_GUIDELINES.md`, 
`INMEMORY_PERSISTENCE_REQUIREMENTS.md`, Postman JSON + readme |
   | Shell | `DistributionCompleter`, `Setup --show` + completion (on master 
defaults) |
   | IT tooling | Snapshot-analysis compose + setup script |
   | Docker ES compose | `container_name`, debug port only (master image pins 
kept) |
   
   ## Intentionally not ported
   
   - Wholesale `tools/shell-dev-commands/**` (master ahead: #755, #763)
   - 3-dev `.github/workflows`, migration scripts (UNOMI-943), wholesale 
`AGENTS.md` overwrite
   
   ## Test plan
   
   - [x] `./build.sh --help`
   - [x] `pwsh -File build.ps1 -Help` (syntax + comment-based help)
   - [x] `mvn -pl tools/shell-commands,tools/shell-dev-commands -am compile 
-DskipTests`
   - [x] Regression scan: no substantive removals vs `origin/master` on 
modified existing files
   - [ ] CI green on PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to