Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
e65dd3ee87 | |||
8797e6af7c | |||
cc3731d482 | |||
bb264eeed2 | |||
47faf59ede | |||
441517891c | |||
093c6fc710 | |||
87fcbd5771 | |||
8fc61bfc2d |
3
.changes/2.2.0.md
Normal file
3
.changes/2.2.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.2.0 - 2024-10-01
|
||||||
|
### Release
|
||||||
|
* Bundles version updated to 3.1.1
|
3
.changes/2.3.0.md
Normal file
3
.changes/2.3.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.3.0 - 2024-10-30
|
||||||
|
### Feature
|
||||||
|
* Update bundles to v3.2.0 adding gender entity feature
|
3
.changes/2.4.0.md
Normal file
3
.changes/2.4.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.4.0 - 2024-11-01
|
||||||
|
### Feature
|
||||||
|
* Update chill bundles to v3.2.2: new feature gender entity"
|
3
.changes/2.5.0.md
Normal file
3
.changes/2.5.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.5.0 - 2024-12-09
|
||||||
|
### Release
|
||||||
|
* Update bundles to v3.5.0
|
3
.changes/2.6.0.md
Normal file
3
.changes/2.6.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2.6.0 - 2025-01-08
|
||||||
|
### Release
|
||||||
|
* Update to chill bundles v3.5.3
|
20
CHANGELOG.md
20
CHANGELOG.md
@@ -6,6 +6,26 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## 2.6.0 - 2025-01-08
|
||||||
|
### Release
|
||||||
|
* Update to chill bundles v3.5.3
|
||||||
|
|
||||||
|
## 2.5.0 - 2024-12-09
|
||||||
|
### Release
|
||||||
|
* Update bundles to v3.5.0
|
||||||
|
|
||||||
|
## 2.4.0 - 2024-11-01
|
||||||
|
### Feature
|
||||||
|
* Update chill bundles to v3.2.2: new feature gender entity"
|
||||||
|
|
||||||
|
## 2.3.0 - 2024-10-30
|
||||||
|
### Feature
|
||||||
|
* Update bundles to v3.2.0 adding gender entity feature
|
||||||
|
|
||||||
|
## 2.2.0 - 2024-10-01
|
||||||
|
### Release
|
||||||
|
* Bundles version updated to 3.1.1
|
||||||
|
|
||||||
## 2.1.0 - 2024-09-24
|
## 2.1.0 - 2024-09-24
|
||||||
### Release
|
### Release
|
||||||
* Update bundles version to 3.1.0
|
* Update bundles version to 3.1.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
FROM php:8.3-fpm-alpine AS chill_base_php82
|
FROM php:8.3-fpm-alpine AS chill_base_php82
|
||||||
|
|
||||||
ENV POSTGRES_VERSION=14
|
ENV POSTGRES_VERSION=15
|
||||||
|
|
||||||
# default UID for the PHP user
|
# default UID for the PHP user
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||||
"champs-libres/wopi-lib": "dev-master@dev",
|
"champs-libres/wopi-lib": "dev-master@dev",
|
||||||
"chill-project/chill-bundles": "v3.1.0@dev",
|
"chill-project/chill-bundles": "3.5.3",
|
||||||
"chill-project/chill-deploy": "^1.0",
|
"chill-project/chill-deploy": "^1.0",
|
||||||
"graylog2/gelf-php": "^2.0",
|
"graylog2/gelf-php": "^2.0",
|
||||||
"symfony/console": "5.4.*",
|
"symfony/console": "5.4.*",
|
||||||
|
1676
composer.lock
generated
1676
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -8,12 +8,11 @@ framework:
|
|||||||
- Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork
|
- Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork
|
||||||
- Chill\DocStoreBundle\Entity\AccompanyingCourseDocument
|
- Chill\DocStoreBundle\Entity\AccompanyingCourseDocument
|
||||||
label:
|
label:
|
||||||
fr: 'Suivi'
|
fr: 'Suivi CD85'
|
||||||
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
||||||
initial_marking: 'initial'
|
|
||||||
marking_store:
|
marking_store:
|
||||||
type: method
|
service: Chill\MainBundle\Workflow\EntityWorkflowMarkingStore
|
||||||
property: step
|
initial_marking: 'initial'
|
||||||
places:
|
places:
|
||||||
initial:
|
initial:
|
||||||
metadata:
|
metadata:
|
||||||
@@ -43,14 +42,6 @@ framework:
|
|||||||
forward: {fr: Visa accordé}
|
forward: {fr: Visa accordé}
|
||||||
backward: {fr: Visa refusé}
|
backward: {fr: Visa refusé}
|
||||||
neutral: {fr: Autre}
|
neutral: {fr: Autre}
|
||||||
attenteSignature:
|
|
||||||
metadata:
|
|
||||||
label:
|
|
||||||
fr: En attente de signature
|
|
||||||
validationFilterInputLabels:
|
|
||||||
forward: {fr: Signature accordée}
|
|
||||||
backward: {fr: Signature refusée}
|
|
||||||
neutral: {fr: Autre}
|
|
||||||
attenteTraitement:
|
attenteTraitement:
|
||||||
metadata:
|
metadata:
|
||||||
label:
|
label:
|
||||||
@@ -75,6 +66,16 @@ framework:
|
|||||||
forward: {fr: Validation de la mise en forme}
|
forward: {fr: Validation de la mise en forme}
|
||||||
backward: {fr: Refus de validation de la mise en forme}
|
backward: {fr: Refus de validation de la mise en forme}
|
||||||
neutral: {fr: Autre}
|
neutral: {fr: Autre}
|
||||||
|
attenteReceptionExternal:
|
||||||
|
metadata:
|
||||||
|
isSentExternal: true
|
||||||
|
onExternalView: clotureApresLectureEnvoiExterne
|
||||||
|
label:
|
||||||
|
fr: En attente d'ouverture par un destinataire externe
|
||||||
|
validationFilterInputLabels:
|
||||||
|
forward: {fr: Document reçu par un destinataire externe}
|
||||||
|
backward: {fr: Document non reçu par un destinataire externe}
|
||||||
|
neutral: {fr: Autre}
|
||||||
annule:
|
annule:
|
||||||
metadata:
|
metadata:
|
||||||
isFinal: true
|
isFinal: true
|
||||||
@@ -120,22 +121,12 @@ framework:
|
|||||||
- attenteModification
|
- attenteModification
|
||||||
- attenteMiseEnForme
|
- attenteMiseEnForme
|
||||||
- attenteValidationMiseEnForme
|
- attenteValidationMiseEnForme
|
||||||
|
- attenteTraitement
|
||||||
to: attenteVisa
|
to: attenteVisa
|
||||||
metadata:
|
metadata:
|
||||||
label:
|
label:
|
||||||
fr: Demande de visa
|
fr: Demande de visa
|
||||||
isForward: true
|
isForward: true
|
||||||
demandeSignature:
|
|
||||||
from:
|
|
||||||
- initial
|
|
||||||
- attenteModification
|
|
||||||
- attenteMiseEnForme
|
|
||||||
- attenteValidationMiseEnForme
|
|
||||||
- attenteVisa
|
|
||||||
to: attenteSignature
|
|
||||||
metadata:
|
|
||||||
label: {fr: Demande de signature}
|
|
||||||
isForward: true
|
|
||||||
demandeTraitement:
|
demandeTraitement:
|
||||||
from:
|
from:
|
||||||
- initial
|
- initial
|
||||||
@@ -143,7 +134,6 @@ framework:
|
|||||||
- attenteMiseEnForme
|
- attenteMiseEnForme
|
||||||
- attenteValidationMiseEnForme
|
- attenteValidationMiseEnForme
|
||||||
- attenteVisa
|
- attenteVisa
|
||||||
- attenteSignature
|
|
||||||
to: attenteTraitement
|
to: attenteTraitement
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Demande de traitement}
|
label: {fr: Demande de traitement}
|
||||||
@@ -155,12 +145,32 @@ framework:
|
|||||||
- attenteMiseEnForme
|
- attenteMiseEnForme
|
||||||
- attenteValidationMiseEnForme
|
- attenteValidationMiseEnForme
|
||||||
- attenteVisa
|
- attenteVisa
|
||||||
- attenteSignature
|
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
to: attenteEnvoi
|
to: attenteEnvoi
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Demande d'envoi}
|
label: {fr: Demande d'envoi}
|
||||||
isForward: true
|
isForward: true
|
||||||
|
demandeEnvoiExterne:
|
||||||
|
from:
|
||||||
|
- initial
|
||||||
|
- attenteModification
|
||||||
|
- attenteMiseEnForme
|
||||||
|
- attenteValidationMiseEnForme
|
||||||
|
- attenteVisa
|
||||||
|
- attenteTraitement
|
||||||
|
to: attenteReceptionExternal
|
||||||
|
metadata:
|
||||||
|
label: {fr: Envoi sécurisé par courrier électronique}
|
||||||
|
isForward: true
|
||||||
|
clotureApresLectureEnvoiExterne:
|
||||||
|
from:
|
||||||
|
- attenteReceptionExternal
|
||||||
|
to:
|
||||||
|
- final
|
||||||
|
metadata:
|
||||||
|
transitionGuard: system
|
||||||
|
isForward: true
|
||||||
|
label: {fr: Consultation de l'envoi sécurisé}
|
||||||
annulation:
|
annulation:
|
||||||
from:
|
from:
|
||||||
- initial
|
- initial
|
||||||
@@ -168,13 +178,13 @@ framework:
|
|||||||
- attenteMiseEnForme
|
- attenteMiseEnForme
|
||||||
- attenteValidationMiseEnForme
|
- attenteValidationMiseEnForme
|
||||||
- attenteVisa
|
- attenteVisa
|
||||||
- attenteSignature
|
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
to: annule
|
to: annule
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Annulation}
|
label: {fr: Annulation}
|
||||||
isForward: false
|
isForward: false
|
||||||
|
transitionGuard: 'system+only-dest' # can be 'system+only-dest' or 'only-dest' (only-dest is default)
|
||||||
# transitions qui répètent l'étape
|
# transitions qui répètent l'étape
|
||||||
demandeMiseEnFormeSupplementaire:
|
demandeMiseEnFormeSupplementaire:
|
||||||
from:
|
from:
|
||||||
@@ -190,12 +200,6 @@ framework:
|
|||||||
metadata:
|
metadata:
|
||||||
label: {fr: Demande de visa supplémentaire}
|
label: {fr: Demande de visa supplémentaire}
|
||||||
isForward: true
|
isForward: true
|
||||||
demandeSignatureSupplementaire:
|
|
||||||
from:
|
|
||||||
- attenteSignature
|
|
||||||
to: attenteSignature
|
|
||||||
metadata:
|
|
||||||
label: {fr: Demande de signature supplémentaire}
|
|
||||||
demandeTraitementSupplementaire:
|
demandeTraitementSupplementaire:
|
||||||
from:
|
from:
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
@@ -206,7 +210,6 @@ framework:
|
|||||||
refusEtModificationDocument:
|
refusEtModificationDocument:
|
||||||
from:
|
from:
|
||||||
- attenteVisa
|
- attenteVisa
|
||||||
- attenteSignature
|
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
to: attenteModification
|
to: attenteModification
|
||||||
@@ -217,7 +220,6 @@ framework:
|
|||||||
refusEtDemandeMiseEnForme:
|
refusEtDemandeMiseEnForme:
|
||||||
from:
|
from:
|
||||||
- attenteVisa
|
- attenteVisa
|
||||||
- attenteSignature
|
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
to: attenteMiseEnForme
|
to: attenteMiseEnForme
|
||||||
@@ -226,21 +228,11 @@ framework:
|
|||||||
isForward: false
|
isForward: false
|
||||||
refusEtDemandeVisa:
|
refusEtDemandeVisa:
|
||||||
from:
|
from:
|
||||||
- attenteSignature
|
|
||||||
- attenteTraitement
|
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
to: attenteVisa
|
to: attenteVisa
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Refus et demande de visa}
|
label: {fr: Refus et demande de visa}
|
||||||
isForward: false
|
isForward: false
|
||||||
refusEtDemandeSignature:
|
|
||||||
from:
|
|
||||||
- attenteTraitement
|
|
||||||
- attenteEnvoi
|
|
||||||
to: attenteSignature
|
|
||||||
metadata:
|
|
||||||
label: {fr: Refus et demande de signature}
|
|
||||||
isForward: false
|
|
||||||
refusEtDemandeTraitement:
|
refusEtDemandeTraitement:
|
||||||
from:
|
from:
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
@@ -271,24 +263,17 @@ framework:
|
|||||||
metadata:
|
metadata:
|
||||||
label: {fr: Accorde le visa et cloture positive}
|
label: {fr: Accorde le visa et cloture positive}
|
||||||
isForward: true
|
isForward: true
|
||||||
attenteSignatureToFinal:
|
|
||||||
from:
|
|
||||||
- attenteSignature
|
|
||||||
to: final
|
|
||||||
metadata:
|
|
||||||
label: {fr: Accorde la signature et cloture positive}
|
|
||||||
isForward: true
|
|
||||||
attenteTraitementToFinal:
|
attenteTraitementToFinal:
|
||||||
from:
|
from:
|
||||||
- attenteTraitement
|
- attenteTraitement
|
||||||
to: final
|
to: final
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Traitement terminé et cloture postive}
|
label: {fr: Traitement terminé et cloture positive}
|
||||||
isForward: true
|
isForward: true
|
||||||
attenteEnvoiToFinal:
|
attenteEnvoiToFinal:
|
||||||
from:
|
from:
|
||||||
- attenteEnvoi
|
- attenteEnvoi
|
||||||
to: final
|
to: final
|
||||||
metadata:
|
metadata:
|
||||||
label: {fr: Envoyé et cloture postive}
|
label: {fr: Envoyé et cloture positive}
|
||||||
isForward: true
|
isForward: true
|
||||||
|
@@ -10,5 +10,8 @@
|
|||||||
"specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",
|
"specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",
|
||||||
"specs-validate": "swagger-cli validate templates/api/specs.yaml",
|
"specs-validate": "swagger-cli validate templates/api/specs.yaml",
|
||||||
"specs": "yarn run specs-build && yarn run specs-validate"
|
"specs": "yarn run specs-build && yarn run specs-validate"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap-icons": "^1.11.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user