chore: initial bundle of selected Azure repos as submodules

83 submodules from Azure DevOps (Isypol + BeTransformation orgs):
- Security, Payment, Events, Document, Comunication, Common, Campain (all)
- ProcessoVendita, Anagrafe, Batch, CreditAgricole (all)
- FabricaProdotto/FabricaProdotto, Polizze/Polizze, Pricing/PricingManager

Each submodule pinned to current local branch HEAD (release/2.11, release/2.10,
release/2.12, develop, master) reflecting Azure origin/<branch>.
This commit is contained in:
l.matrone
2026-05-20 10:14:51 +02:00
commit dfa85ed08a
87 changed files with 596 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# isypol2-projects
Bundle delle repo Azure Isypol2 selezionate per condivisione.
## Cosa contiene
Submodule Git che puntano direttamente alle repo Azure DevOps (`ssh.dev.azure.com`).
Per clonare tutto:
```bash
git clone --recursive <gitlab-url>
```
Oppure dopo un clone normale:
```bash
git submodule update --init --recursive
```
## Requisiti
- Accesso SSH a Azure DevOps organization **Isypol** e **BeTransformation**.
- Chiave SSH configurata in `~/.ssh/`.
## Struttura
Le repo sono raggruppate per area (mirror della struttura Azure):
- `Anagrafe/`, `Batch/`, `CreditAgricole/`, `FabricaProdotto/`, `Polizze/`, `Pricing/`, `ProcessoVendita/` — area business (org Azure: `Isypol`)
- `Campain/`, `Common/`, `Comunication/`, `Document/`, `Events/`, `Payment/`, `Security/` — area infrastruttura (org Azure: `BeTransformation`)