Compare commits
10 Commits
v2.0.0-RC1
...
v2.0.0-RC6
Author | SHA1 | Date | |
---|---|---|---|
207f8b9118 | |||
73c1e7a17a | |||
e399ee3a34 | |||
190ff0b0a6 | |||
cfb2dcfd31 | |||
d121f3343f | |||
adba3b88ae
|
|||
182f2fa111
|
|||
8a61ff2b7a
|
|||
b6bc9e4a3a
|
@@ -1,6 +1,3 @@
|
||||
## 2.0.0-RC1 - 2024-07-18
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
|
3
.changes/2.0.0-RC2.md
Normal file
3
.changes/2.0.0-RC2.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.0.0-RC2 - 2024-07-18
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
9
.changes/2.0.0-RC3.md
Normal file
9
.changes/2.0.0-RC3.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 2.1.0 - 2024-07-23
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
* Upgrade chill-bundles to v3.0.0-RC6
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
3
.changes/2.0.0-RC4.md
Normal file
3
.changes/2.0.0-RC4.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.2.0 - 2024-07-25
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC7
|
3
.changes/2.0.0-RC5.md
Normal file
3
.changes/2.0.0-RC5.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 2.1.0 - 2024-07-30
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC8
|
@@ -1,3 +1,3 @@
|
||||
## 2.0.0-alpha1 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v2.0.0-RC3
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
|
@@ -1,4 +1,3 @@
|
||||
## 2.0.0-alpha2 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
|
@@ -1,5 +1,3 @@
|
||||
## 2.0.0-alpha3 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
|
@@ -1,5 +1,3 @@
|
||||
## 2.0.0-alpha4 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* fixes
|
||||
|
@@ -1,5 +0,0 @@
|
||||
kind: Release
|
||||
body: Upgrade chill to v3.0.0-RC3
|
||||
time: 2024-07-03T12:46:35.963251524+02:00
|
||||
custom:
|
||||
Issue: ""
|
@@ -1,5 +0,0 @@
|
||||
kind: Release
|
||||
body: upgrade chill-bundle to v3.0.0-RC4
|
||||
time: 2024-07-03T13:38:16.338710196+02:00
|
||||
custom:
|
||||
Issue: ""
|
@@ -1,5 +0,0 @@
|
||||
kind: Release
|
||||
body: Add graylog to image
|
||||
time: 2024-07-03T13:54:12.983732476+02:00
|
||||
custom:
|
||||
Issue: ""
|
@@ -1,5 +0,0 @@
|
||||
kind: Release
|
||||
body: upgrade to chill-bundles/3.0.0-RC5
|
||||
time: 2024-07-18T10:39:18.226486987+02:00
|
||||
custom:
|
||||
Issue: ""
|
1
.env
1
.env
@@ -76,4 +76,5 @@ ADD_ADDRESS_MAP_CENTER_Z=14
|
||||
# Variables for relatorio host, which generates documents
|
||||
RELATORIO_HOST=
|
||||
RELATORIO_PORT=
|
||||
WOPI_SERVER=http://${COLLABORA_HOST}:${COLLABORA_PORT}
|
||||
###< chill-project/chill-bundles ###
|
||||
|
39
CHANGELOG.md
39
CHANGELOG.md
@@ -6,23 +6,48 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## 2.1.0 - 2024-08-08
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC9
|
||||
|
||||
## 2.0.0-alpha4 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* fixes
|
||||
|
||||
## 2.0.0-alpha3 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
|
||||
## 2.0.0-alpha2 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
|
||||
## 2.0.0-alpha1 - 2024-07-03
|
||||
### Release
|
||||
* Upgrade chill to v2.0.0-RC3
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
|
||||
## 2.1.0 - 2024-07-30
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC8
|
||||
|
||||
## 2.2.0 - 2024-07-25
|
||||
### Release
|
||||
* Update chill-bundles to v3.0.0-RC7
|
||||
|
||||
## 2.1.0 - 2024-07-23
|
||||
### Release
|
||||
* Upgrade chill to v3.0.0-RC3
|
||||
* upgrade chill-bundle to v3.0.0-RC4
|
||||
* Add graylog to image
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
* Upgrade chill-bundles to v3.0.0-RC6
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
||||
|
||||
## 2.0.0-RC2 - 2024-07-18
|
||||
### Fixed
|
||||
* Fix definition of workflow
|
||||
|
||||
## 2.0.0-RC1 - 2024-07-18
|
||||
### Release
|
||||
* upgrade to chill-bundles/3.0.0-RC5
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"ext-iconv": "*",
|
||||
"champs-libres/wopi-bundle": "dev-master@dev",
|
||||
"champs-libres/wopi-lib": "dev-master@dev",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC5",
|
||||
"chill-project/chill-bundles": "v3.0.0-RC9",
|
||||
"chill-project/chill-deploy": "^1.0",
|
||||
"graylog2/gelf-php": "^2.0",
|
||||
"symfony/console": "5.4.*",
|
||||
|
358
composer.lock
generated
358
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -11,6 +11,9 @@ framework:
|
||||
fr: 'Suivi'
|
||||
support_strategy: Chill\MainBundle\Workflow\RelatedEntityWorkflowSupportsStrategy
|
||||
initial_marking: 'initial'
|
||||
marking_store:
|
||||
type: method
|
||||
property: step
|
||||
places:
|
||||
initial:
|
||||
metadata:
|
||||
|
16
yarn.lock
16
yarn.lock
@@ -7976,10 +7976,10 @@ sass-graph@^4.0.1:
|
||||
scss-tokenizer "^0.4.3"
|
||||
yargs "^17.2.1"
|
||||
|
||||
sass-loader@^13.0.0:
|
||||
version "13.3.3"
|
||||
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133"
|
||||
integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==
|
||||
sass-loader@^14.0.0:
|
||||
version "14.2.1"
|
||||
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-14.2.1.tgz#db9ad96b56dc1c1ea546101e76375d5b008fec70"
|
||||
integrity sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==
|
||||
dependencies:
|
||||
neo-async "^2.6.2"
|
||||
|
||||
@@ -9075,10 +9075,10 @@ vue-multiselect@3.0.0-alpha.2:
|
||||
resolved "https://registry.yarnpkg.com/vue-multiselect/-/vue-multiselect-3.0.0-alpha.2.tgz#58186f781136e71f1272b98690b569a0c00ed161"
|
||||
integrity sha512-Xp9fGJECns45v+v8jXbCIsAkCybYkEg0lNwr7Z6HDUSMyx2TEIK2giipPE+qXiShEc1Ipn+ZtttH2iq9hwXP4Q==
|
||||
|
||||
vue-toast-notification@^2.0:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/vue-toast-notification/-/vue-toast-notification-2.0.1.tgz#5fe607c493b5dc9b238bf49bc3bcf80366edd4e4"
|
||||
integrity sha512-8GPJq1J6lsTPTCxSgPhnM8d0v+ivwT+u4R/xmtaDXeYNRkaRxqFOn3ewaVqmm+aCT8Y3/PQQS8dFqkMV7JOf/A==
|
||||
vue-toast-notification@^3.1.2:
|
||||
version "3.1.2"
|
||||
resolved "https://registry.yarnpkg.com/vue-toast-notification/-/vue-toast-notification-3.1.2.tgz#55106acc4f2c17ecf84468ee9435b97fc7106748"
|
||||
integrity sha512-oNRL/W9aaHoeScp+iTIW7k09vM16/+8aptp2maa+7qTB43JuxmAgKdXKFYtf+uvSNOYYq2BIWgLCeJ61pwom/A==
|
||||
|
||||
vue@^3.2.37:
|
||||
version "3.4.31"
|
||||
|
Reference in New Issue
Block a user