@eeacms/volto-eea-kitkat 22.1.0 → 23.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +57 -0
- package/CHANGELOG.md +57 -0
- package/README.md +2 -0
- package/new.json +10 -4
- package/old.json +12 -6
- package/package.json +10 -4
- package/partfile +0 -4
- package/releasefile +5 -31
- package/src/index.js +0 -49
- package/src/customizations/volto/components/manage/Controlpanels/VersionOverview.jsx +0 -137
- package/src/customizations/volto/components/manage/Controlpanels/VersionOverview.test.jsx +0 -116
- package/src/system.js +0 -49
package/CHANGELOG
CHANGED
|
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [23.0.1](https://github.com/eea/volto-eea-kitkat/compare/23.0.0...23.0.1) - 15 March 2024
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-controlpanel@0.3.0 [EEA Jenkins - [`a7ddfa0`](https://github.com/eea/volto-eea-kitkat/commit/a7ddfa0059dfe7a9e40466de2bef8ae709a45b88)]
|
|
12
|
+
|
|
13
|
+
## [23.0.0](https://github.com/eea/volto-eea-kitkat/compare/22.1.0...23.0.0) - 14 March 2024
|
|
14
|
+
|
|
15
|
+
#### :rocket: New Features
|
|
16
|
+
|
|
17
|
+
- feat: Add dependency on @eeacms/volto-controlpanel [alin - [`e59140c`](https://github.com/eea/volto-eea-kitkat/commit/e59140ce34534e2d85bfb8696d6f8b05b35454fb)]
|
|
18
|
+
|
|
19
|
+
#### :rocket: Dependency updates
|
|
20
|
+
|
|
21
|
+
- Release @eeacms/volto-controlpanel@0.2.0 [EEA Jenkins - [`bec6857`](https://github.com/eea/volto-eea-kitkat/commit/bec6857e036ef784cab109be0774877d42be8f52)]
|
|
22
|
+
- Release @eeacms/volto-widget-geolocation@5.3.0 [EEA Jenkins - [`e12a7ca`](https://github.com/eea/volto-eea-kitkat/commit/e12a7ca20a8f498d3a87eee56d3dff2c635d30d5)]
|
|
23
|
+
|
|
24
|
+
#### :house: Internal changes
|
|
25
|
+
|
|
26
|
+
- chore: Move VersionOverview customization to dedicated Volto add-on volto-controlpanel - refs #264531 [dana-cfc4 - [`117a890`](https://github.com/eea/volto-eea-kitkat/commit/117a8908a59ee46fe1e16a7edf6723785643d175)]
|
|
27
|
+
|
|
28
|
+
#### :hammer_and_wrench: Others
|
|
29
|
+
|
|
30
|
+
- Add volto-toolbar-actions 1.0.3 [alin - [`6ade62b`](https://github.com/eea/volto-eea-kitkat/commit/6ade62bce1df8e46a07d53317bda85b8b82eb814)]
|
|
7
31
|
### [22.1.0](https://github.com/eea/volto-eea-kitkat/compare/22.0.1...22.1.0) - 7 March 2024
|
|
8
32
|
|
|
9
33
|
#### :rocket: Dependency updates
|
|
@@ -39,6 +63,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
39
63
|
#### :hammer_and_wrench: Others
|
|
40
64
|
|
|
41
65
|
- Release 22.0.0 [alin - [`fb085a0`](https://github.com/eea/volto-eea-kitkat/commit/fb085a0e45626cd2f3f34f927e40915a494c77a3)]
|
|
66
|
+
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d90b330`](https://github.com/eea/volto-eea-kitkat/commit/d90b330d3c721586f5f4626862b304c9cd9bf8b1)]
|
|
42
67
|
### [21.2.3](https://github.com/eea/volto-eea-kitkat/compare/21.2.2...21.2.3) - 1 February 2024
|
|
43
68
|
|
|
44
69
|
#### :rocket: Dependency updates
|
|
@@ -125,6 +150,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
125
150
|
|
|
126
151
|
#### :hammer_and_wrench: Others
|
|
127
152
|
|
|
153
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`8e4d866`](https://github.com/eea/volto-eea-kitkat/commit/8e4d86602f5b532da600ab03d77b486690ef112b)]
|
|
154
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`bc2908c`](https://github.com/eea/volto-eea-kitkat/commit/bc2908cf04b6ab596d0ddf091b09e06981c6fc2b)]
|
|
128
155
|
### [20.0.2](https://github.com/eea/volto-eea-kitkat/compare/20.0.1...20.0.2) - 15 November 2023
|
|
129
156
|
|
|
130
157
|
### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 13 November 2023
|
|
@@ -136,6 +163,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
136
163
|
|
|
137
164
|
#### :hammer_and_wrench: Others
|
|
138
165
|
|
|
166
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
167
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
168
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
169
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
170
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
|
139
171
|
## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
|
|
140
172
|
|
|
141
173
|
#### :rocket: Dependency updates
|
|
@@ -172,6 +204,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
172
204
|
|
|
173
205
|
#### :house: Internal changes
|
|
174
206
|
|
|
207
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
|
|
175
208
|
|
|
176
209
|
#### :hammer_and_wrench: Others
|
|
177
210
|
|
|
@@ -510,6 +543,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
510
543
|
#### :house: Internal changes
|
|
511
544
|
|
|
512
545
|
- chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
|
|
546
|
+
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
|
|
513
547
|
|
|
514
548
|
#### :hammer_and_wrench: Others
|
|
515
549
|
|
|
@@ -626,6 +660,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
626
660
|
|
|
627
661
|
#### :hammer_and_wrench: Others
|
|
628
662
|
|
|
663
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
|
|
629
664
|
- refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
|
|
630
665
|
## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
|
|
631
666
|
|
|
@@ -659,6 +694,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
659
694
|
|
|
660
695
|
- Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
|
|
661
696
|
- test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
|
|
697
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
|
|
662
698
|
### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
|
|
663
699
|
|
|
664
700
|
### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
|
|
@@ -753,6 +789,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
753
789
|
|
|
754
790
|
#### :hammer_and_wrench: Others
|
|
755
791
|
|
|
792
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
|
|
756
793
|
### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
|
|
757
794
|
|
|
758
795
|
#### :rocket: Dependency updates
|
|
@@ -765,6 +802,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
765
802
|
#### :hammer_and_wrench: Others
|
|
766
803
|
|
|
767
804
|
- Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
|
|
805
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
|
|
768
806
|
### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
|
|
769
807
|
|
|
770
808
|
#### :rocket: Dependency updates
|
|
@@ -776,6 +814,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
776
814
|
#### :hammer_and_wrench: Others
|
|
777
815
|
|
|
778
816
|
- Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
|
|
817
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
|
|
779
818
|
### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
|
|
780
819
|
|
|
781
820
|
#### :rocket: Dependency updates
|
|
@@ -806,6 +845,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
806
845
|
|
|
807
846
|
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
808
847
|
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
848
|
+
- Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
|
|
809
849
|
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
810
850
|
|
|
811
851
|
#### :rocket: New Features
|
|
@@ -916,6 +956,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
916
956
|
|
|
917
957
|
#### :hammer_and_wrench: Others
|
|
918
958
|
|
|
959
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
919
960
|
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
920
961
|
|
|
921
962
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
@@ -933,6 +974,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
933
974
|
#### :hammer_and_wrench: Others
|
|
934
975
|
|
|
935
976
|
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
977
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
|
|
936
978
|
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
937
979
|
|
|
938
980
|
#### :rocket: Dependency updates
|
|
@@ -964,10 +1006,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
964
1006
|
#### :hammer_and_wrench: Others
|
|
965
1007
|
|
|
966
1008
|
- Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
|
|
1009
|
+
- [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
|
|
967
1010
|
### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
|
|
968
1011
|
|
|
969
1012
|
#### :hammer_and_wrench: Others
|
|
970
1013
|
|
|
1014
|
+
- [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
|
|
971
1015
|
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
|
|
972
1016
|
|
|
973
1017
|
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
|
|
@@ -1040,6 +1084,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1040
1084
|
|
|
1041
1085
|
#### :hammer_and_wrench: Others
|
|
1042
1086
|
|
|
1087
|
+
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
|
|
1043
1088
|
- update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
|
|
1044
1089
|
- Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
|
|
1045
1090
|
- Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
|
|
@@ -1162,6 +1207,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1162
1207
|
|
|
1163
1208
|
#### :hammer_and_wrench: Others
|
|
1164
1209
|
|
|
1210
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
|
|
1165
1211
|
- Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
|
|
1166
1212
|
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
|
|
1167
1213
|
|
|
@@ -1180,6 +1226,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1180
1226
|
|
|
1181
1227
|
#### :hammer_and_wrench: Others
|
|
1182
1228
|
|
|
1229
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
|
|
1183
1230
|
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
|
|
1184
1231
|
|
|
1185
1232
|
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
|
|
@@ -1345,6 +1392,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1345
1392
|
|
|
1346
1393
|
#### :hammer_and_wrench: Others
|
|
1347
1394
|
|
|
1395
|
+
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
|
|
1348
1396
|
- Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
|
|
1349
1397
|
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
|
|
1350
1398
|
|
|
@@ -1398,6 +1446,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1398
1446
|
- Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
|
|
1399
1447
|
- Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
|
|
1400
1448
|
- Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
|
|
1449
|
+
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
|
|
1401
1450
|
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
|
|
1402
1451
|
|
|
1403
1452
|
#### :rocket: Dependency updates
|
|
@@ -1415,6 +1464,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1415
1464
|
- Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
|
|
1416
1465
|
- Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
|
|
1417
1466
|
- Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
|
|
1467
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
|
|
1468
|
+
- Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
|
|
1469
|
+
- Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
|
|
1418
1470
|
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
|
|
1419
1471
|
|
|
1420
1472
|
#### :rocket: Dependency updates
|
|
@@ -1444,6 +1496,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1444
1496
|
|
|
1445
1497
|
#### :hammer_and_wrench: Others
|
|
1446
1498
|
|
|
1499
|
+
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
|
|
1447
1500
|
- Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
|
|
1448
1501
|
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
|
|
1449
1502
|
|
|
@@ -1456,8 +1509,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1456
1509
|
|
|
1457
1510
|
- Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
|
|
1458
1511
|
- Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
|
|
1512
|
+
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
|
|
1459
1513
|
- Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
|
|
1460
1514
|
- Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
|
|
1515
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
|
|
1461
1516
|
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
|
|
1462
1517
|
|
|
1463
1518
|
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
|
|
@@ -1470,6 +1525,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1470
1525
|
#### :hammer_and_wrench: Others
|
|
1471
1526
|
|
|
1472
1527
|
- Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
|
|
1528
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
|
|
1473
1529
|
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
|
|
1474
1530
|
|
|
1475
1531
|
#### :hammer_and_wrench: Others
|
|
@@ -1501,4 +1557,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1501
1557
|
|
|
1502
1558
|
#### :hammer_and_wrench: Others
|
|
1503
1559
|
|
|
1560
|
+
- yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
|
|
1504
1561
|
- Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [23.0.1](https://github.com/eea/volto-eea-kitkat/compare/23.0.0...23.0.1) - 15 March 2024
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-controlpanel@0.3.0 [EEA Jenkins - [`a7ddfa0`](https://github.com/eea/volto-eea-kitkat/commit/a7ddfa0059dfe7a9e40466de2bef8ae709a45b88)]
|
|
12
|
+
|
|
13
|
+
## [23.0.0](https://github.com/eea/volto-eea-kitkat/compare/22.1.0...23.0.0) - 14 March 2024
|
|
14
|
+
|
|
15
|
+
#### :rocket: New Features
|
|
16
|
+
|
|
17
|
+
- feat: Add dependency on @eeacms/volto-controlpanel [alin - [`e59140c`](https://github.com/eea/volto-eea-kitkat/commit/e59140ce34534e2d85bfb8696d6f8b05b35454fb)]
|
|
18
|
+
|
|
19
|
+
#### :rocket: Dependency updates
|
|
20
|
+
|
|
21
|
+
- Release @eeacms/volto-controlpanel@0.2.0 [EEA Jenkins - [`bec6857`](https://github.com/eea/volto-eea-kitkat/commit/bec6857e036ef784cab109be0774877d42be8f52)]
|
|
22
|
+
- Release @eeacms/volto-widget-geolocation@5.3.0 [EEA Jenkins - [`e12a7ca`](https://github.com/eea/volto-eea-kitkat/commit/e12a7ca20a8f498d3a87eee56d3dff2c635d30d5)]
|
|
23
|
+
|
|
24
|
+
#### :house: Internal changes
|
|
25
|
+
|
|
26
|
+
- chore: Move VersionOverview customization to dedicated Volto add-on volto-controlpanel - refs #264531 [dana-cfc4 - [`117a890`](https://github.com/eea/volto-eea-kitkat/commit/117a8908a59ee46fe1e16a7edf6723785643d175)]
|
|
27
|
+
|
|
28
|
+
#### :hammer_and_wrench: Others
|
|
29
|
+
|
|
30
|
+
- Add volto-toolbar-actions 1.0.3 [alin - [`6ade62b`](https://github.com/eea/volto-eea-kitkat/commit/6ade62bce1df8e46a07d53317bda85b8b82eb814)]
|
|
7
31
|
### [22.1.0](https://github.com/eea/volto-eea-kitkat/compare/22.0.1...22.1.0) - 7 March 2024
|
|
8
32
|
|
|
9
33
|
#### :rocket: Dependency updates
|
|
@@ -39,6 +63,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
39
63
|
#### :hammer_and_wrench: Others
|
|
40
64
|
|
|
41
65
|
- Release 22.0.0 [alin - [`fb085a0`](https://github.com/eea/volto-eea-kitkat/commit/fb085a0e45626cd2f3f34f927e40915a494c77a3)]
|
|
66
|
+
- Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d90b330`](https://github.com/eea/volto-eea-kitkat/commit/d90b330d3c721586f5f4626862b304c9cd9bf8b1)]
|
|
42
67
|
### [21.2.3](https://github.com/eea/volto-eea-kitkat/compare/21.2.2...21.2.3) - 1 February 2024
|
|
43
68
|
|
|
44
69
|
#### :rocket: Dependency updates
|
|
@@ -125,6 +150,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
125
150
|
|
|
126
151
|
#### :hammer_and_wrench: Others
|
|
127
152
|
|
|
153
|
+
- test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`8e4d866`](https://github.com/eea/volto-eea-kitkat/commit/8e4d86602f5b532da600ab03d77b486690ef112b)]
|
|
154
|
+
- test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`bc2908c`](https://github.com/eea/volto-eea-kitkat/commit/bc2908cf04b6ab596d0ddf091b09e06981c6fc2b)]
|
|
128
155
|
### [20.0.2](https://github.com/eea/volto-eea-kitkat/compare/20.0.1...20.0.2) - 15 November 2023
|
|
129
156
|
|
|
130
157
|
### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 13 November 2023
|
|
@@ -136,6 +163,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
136
163
|
|
|
137
164
|
#### :hammer_and_wrench: Others
|
|
138
165
|
|
|
166
|
+
- test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
|
|
167
|
+
- test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
|
|
168
|
+
- test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
|
|
169
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
|
|
170
|
+
- test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
|
|
139
171
|
## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
|
|
140
172
|
|
|
141
173
|
#### :rocket: Dependency updates
|
|
@@ -172,6 +204,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
172
204
|
|
|
173
205
|
#### :house: Internal changes
|
|
174
206
|
|
|
207
|
+
- chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
|
|
175
208
|
|
|
176
209
|
#### :hammer_and_wrench: Others
|
|
177
210
|
|
|
@@ -510,6 +543,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
510
543
|
#### :house: Internal changes
|
|
511
544
|
|
|
512
545
|
- chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
|
|
546
|
+
- chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
|
|
513
547
|
|
|
514
548
|
#### :hammer_and_wrench: Others
|
|
515
549
|
|
|
@@ -626,6 +660,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
626
660
|
|
|
627
661
|
#### :hammer_and_wrench: Others
|
|
628
662
|
|
|
663
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
|
|
629
664
|
- refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
|
|
630
665
|
## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
|
|
631
666
|
|
|
@@ -659,6 +694,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
659
694
|
|
|
660
695
|
- Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
|
|
661
696
|
- test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
|
|
697
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
|
|
662
698
|
### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
|
|
663
699
|
|
|
664
700
|
### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
|
|
@@ -753,6 +789,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
753
789
|
|
|
754
790
|
#### :hammer_and_wrench: Others
|
|
755
791
|
|
|
792
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
|
|
756
793
|
### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
|
|
757
794
|
|
|
758
795
|
#### :rocket: Dependency updates
|
|
@@ -765,6 +802,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
765
802
|
#### :hammer_and_wrench: Others
|
|
766
803
|
|
|
767
804
|
- Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
|
|
805
|
+
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
|
|
768
806
|
### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
|
|
769
807
|
|
|
770
808
|
#### :rocket: Dependency updates
|
|
@@ -776,6 +814,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
776
814
|
#### :hammer_and_wrench: Others
|
|
777
815
|
|
|
778
816
|
- Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
|
|
817
|
+
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
|
|
779
818
|
### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
|
|
780
819
|
|
|
781
820
|
#### :rocket: Dependency updates
|
|
@@ -806,6 +845,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
806
845
|
|
|
807
846
|
- Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
|
|
808
847
|
- Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
|
|
848
|
+
- Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
|
|
809
849
|
## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
|
|
810
850
|
|
|
811
851
|
#### :rocket: New Features
|
|
@@ -916,6 +956,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
916
956
|
|
|
917
957
|
#### :hammer_and_wrench: Others
|
|
918
958
|
|
|
959
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
919
960
|
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
920
961
|
|
|
921
962
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
@@ -933,6 +974,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
933
974
|
#### :hammer_and_wrench: Others
|
|
934
975
|
|
|
935
976
|
- Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
|
|
977
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
|
|
936
978
|
### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
|
|
937
979
|
|
|
938
980
|
#### :rocket: Dependency updates
|
|
@@ -964,10 +1006,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
964
1006
|
#### :hammer_and_wrench: Others
|
|
965
1007
|
|
|
966
1008
|
- Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
|
|
1009
|
+
- [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
|
|
967
1010
|
### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
|
|
968
1011
|
|
|
969
1012
|
#### :hammer_and_wrench: Others
|
|
970
1013
|
|
|
1014
|
+
- [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
|
|
971
1015
|
### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
|
|
972
1016
|
|
|
973
1017
|
## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
|
|
@@ -1040,6 +1084,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1040
1084
|
|
|
1041
1085
|
#### :hammer_and_wrench: Others
|
|
1042
1086
|
|
|
1087
|
+
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
|
|
1043
1088
|
- update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
|
|
1044
1089
|
- Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
|
|
1045
1090
|
- Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
|
|
@@ -1162,6 +1207,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1162
1207
|
|
|
1163
1208
|
#### :hammer_and_wrench: Others
|
|
1164
1209
|
|
|
1210
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
|
|
1165
1211
|
- Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
|
|
1166
1212
|
### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
|
|
1167
1213
|
|
|
@@ -1180,6 +1226,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1180
1226
|
|
|
1181
1227
|
#### :hammer_and_wrench: Others
|
|
1182
1228
|
|
|
1229
|
+
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
|
|
1183
1230
|
### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
|
|
1184
1231
|
|
|
1185
1232
|
### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
|
|
@@ -1345,6 +1392,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1345
1392
|
|
|
1346
1393
|
#### :hammer_and_wrench: Others
|
|
1347
1394
|
|
|
1395
|
+
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
|
|
1348
1396
|
- Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
|
|
1349
1397
|
### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
|
|
1350
1398
|
|
|
@@ -1398,6 +1446,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1398
1446
|
- Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
|
|
1399
1447
|
- Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
|
|
1400
1448
|
- Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
|
|
1449
|
+
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
|
|
1401
1450
|
### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
|
|
1402
1451
|
|
|
1403
1452
|
#### :rocket: Dependency updates
|
|
@@ -1415,6 +1464,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1415
1464
|
- Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
|
|
1416
1465
|
- Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
|
|
1417
1466
|
- Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
|
|
1467
|
+
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
|
|
1468
|
+
- Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
|
|
1469
|
+
- Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
|
|
1418
1470
|
### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
|
|
1419
1471
|
|
|
1420
1472
|
#### :rocket: Dependency updates
|
|
@@ -1444,6 +1496,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1444
1496
|
|
|
1445
1497
|
#### :hammer_and_wrench: Others
|
|
1446
1498
|
|
|
1499
|
+
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
|
|
1447
1500
|
- Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
|
|
1448
1501
|
## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
|
|
1449
1502
|
|
|
@@ -1456,8 +1509,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1456
1509
|
|
|
1457
1510
|
- Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
|
|
1458
1511
|
- Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
|
|
1512
|
+
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
|
|
1459
1513
|
- Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
|
|
1460
1514
|
- Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
|
|
1515
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
|
|
1461
1516
|
### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
|
|
1462
1517
|
|
|
1463
1518
|
### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
|
|
@@ -1470,6 +1525,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1470
1525
|
#### :hammer_and_wrench: Others
|
|
1471
1526
|
|
|
1472
1527
|
- Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
|
|
1528
|
+
- Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
|
|
1473
1529
|
### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
|
|
1474
1530
|
|
|
1475
1531
|
#### :hammer_and_wrench: Others
|
|
@@ -1501,4 +1557,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
1501
1557
|
|
|
1502
1558
|
#### :hammer_and_wrench: Others
|
|
1503
1559
|
|
|
1560
|
+
- yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
|
|
1504
1561
|
- Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]
|
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
26
26
|
1. [](https://github.com/kitconcept/volto-blocks-grid/releases) [@kitconcept/volto-blocks-grid](https://github.com/kitconcept/volto-blocks-grid)
|
|
27
27
|
1. [](https://github.com/eea/volto-matomo/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-matomo/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-matomo/job/develop/display/redirect) [@eeacms/volto-matomo](https://github.com/eea/volto-matomo)
|
|
28
28
|
1. [](https://github.com/eea/volto-sentry-rancher-config/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-sentry-rancher-config/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-sentry-rancher-config/job/develop/display/redirect) [@eeacms/volto-sentry-rancher-config](https://github.com/eea/volto-sentry-rancher-config)
|
|
29
|
+
1. [](https://github.com/eea/volto-controlpanel/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-controlpanel/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-controlpanel/job/develop/display/redirect) [@eeacms/volto-controlpanel](https://github.com/eea/volto-controlpanel)
|
|
29
30
|
1. [](https://github.com/eea/volto-corsproxy/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-corsproxy/job/develop/display/redirect) [@eeacms/volto-corsproxy](https://github.com/eea/volto-corsproxy)
|
|
30
31
|
1. [](https://github.com/eea/volto-taxonomy/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-taxonomy/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-taxonomy/job/develop/display/redirect) [@eeacms/volto-taxonomy](https://github.com/eea/volto-taxonomy)
|
|
31
32
|
1. [](https://github.com/eea/volto-object-widget/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-object-widget/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-object-widget/job/develop/display/redirect) [@eeacms/volto-object-widget](https://github.com/eea/volto-object-widget)
|
|
@@ -57,6 +58,7 @@ The [eea.kitkat](https://github.com/eea/eea.kitkat) Plone add-on is the backend
|
|
|
57
58
|
1. [](https://github.com/eea/volto-statistic-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-statistic-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-statistic-block/job/develop/display/redirect) [@eeacms/volto-statistic-block](https://github.com/eea/volto-statistic-block)
|
|
58
59
|
1. [](https://github.com/eea/volto-tags-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-tags-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-tags-block/job/develop/display/redirect) [@eeacms/volto-tags-block](https://github.com/eea/volto-tags-block)
|
|
59
60
|
1. [](https://github.com/eea/volto-timeline-block/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-timeline-block/job/develop/display/redirect) [@eeacms/volto-timeline-block](https://github.com/eea/volto-timeline-block)
|
|
61
|
+
1. [](https://github.com/eea/volto-toolbar-actions/releases) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-toolbar-actions/job/master/display/redirect) [](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-toolbar-actions/job/develop/display/redirect) [@eeacms/volto-toolbar-actions](https://github.com/eea/volto-toolbar-actions)
|
|
60
62
|
|
|
61
63
|
|
|
62
64
|
## Upgrade
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"url": "git@github.com:eea/volto-eea-kitkat.git"
|
|
22
22
|
},
|
|
23
23
|
"addons": [
|
|
24
|
+
"@eeacms/volto-controlpanel",
|
|
24
25
|
"@eeacms/volto-matomo",
|
|
25
26
|
"@plone-collective/volto-sentry",
|
|
26
27
|
"@eeacms/volto-sentry-rancher-config",
|
|
@@ -56,7 +57,8 @@
|
|
|
56
57
|
"@eeacms/volto-block-style",
|
|
57
58
|
"@eeacms/volto-tabs-block",
|
|
58
59
|
"@eeacms/volto-banner",
|
|
59
|
-
"@eeacms/volto-anchors"
|
|
60
|
+
"@eeacms/volto-anchors",
|
|
61
|
+
"@eeacms/volto-toolbar-actions"
|
|
60
62
|
],
|
|
61
63
|
"dependencies": {
|
|
62
64
|
"@eeacms/countup": "2.0.6",
|
|
@@ -68,6 +70,7 @@
|
|
|
68
70
|
"@eeacms/volto-block-style": "6.1.0",
|
|
69
71
|
"@eeacms/volto-call-to-action-block": "4.3.1",
|
|
70
72
|
"@eeacms/volto-columns-block": "7.0.1",
|
|
73
|
+
"@eeacms/volto-controlpanel": "0.3.0",
|
|
71
74
|
"@eeacms/volto-corsproxy": "3.1.5",
|
|
72
75
|
"@eeacms/volto-description-block": "1.2.4",
|
|
73
76
|
"@eeacms/volto-group-block": "6.4.0",
|
|
@@ -89,8 +92,9 @@
|
|
|
89
92
|
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
93
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
94
|
"@eeacms/volto-timeline-block": "1.1.5",
|
|
95
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
92
96
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
93
|
-
"@eeacms/volto-widget-geolocation": "5.
|
|
97
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
94
98
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
95
99
|
"@eeacms/volto-widget-theme-picker": "1.1.5",
|
|
96
100
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
|
@@ -98,6 +102,7 @@
|
|
|
98
102
|
"@plone-collective/volto-sentry": "0.3.1"
|
|
99
103
|
},
|
|
100
104
|
"resolutions": {
|
|
105
|
+
"@eeacms/volto-controlpanel": "0.3.0",
|
|
101
106
|
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
102
107
|
"@eeacms/volto-anchors": "0.6.0",
|
|
103
108
|
"@eeacms/volto-quote-block": "1.2.3",
|
|
@@ -128,7 +133,8 @@
|
|
|
128
133
|
"@eeacms/volto-slate-zotero": "5.2.7",
|
|
129
134
|
"@eeacms/volto-tabs-block": "7.5.0",
|
|
130
135
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
|
-
"@eeacms/volto-
|
|
136
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
137
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
132
138
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
133
139
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
134
140
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"url": "git@github.com:eea/volto-eea-kitkat.git"
|
|
22
22
|
},
|
|
23
23
|
"addons": [
|
|
24
|
+
"@eeacms/volto-controlpanel",
|
|
24
25
|
"@eeacms/volto-matomo",
|
|
25
26
|
"@plone-collective/volto-sentry",
|
|
26
27
|
"@eeacms/volto-sentry-rancher-config",
|
|
@@ -56,7 +57,8 @@
|
|
|
56
57
|
"@eeacms/volto-block-style",
|
|
57
58
|
"@eeacms/volto-tabs-block",
|
|
58
59
|
"@eeacms/volto-banner",
|
|
59
|
-
"@eeacms/volto-anchors"
|
|
60
|
+
"@eeacms/volto-anchors",
|
|
61
|
+
"@eeacms/volto-toolbar-actions"
|
|
60
62
|
],
|
|
61
63
|
"dependencies": {
|
|
62
64
|
"@eeacms/countup": "2.0.6",
|
|
@@ -68,6 +70,7 @@
|
|
|
68
70
|
"@eeacms/volto-block-style": "6.1.0",
|
|
69
71
|
"@eeacms/volto-call-to-action-block": "4.3.1",
|
|
70
72
|
"@eeacms/volto-columns-block": "7.0.1",
|
|
73
|
+
"@eeacms/volto-controlpanel": "0.2.0",
|
|
71
74
|
"@eeacms/volto-corsproxy": "3.1.5",
|
|
72
75
|
"@eeacms/volto-description-block": "1.2.4",
|
|
73
76
|
"@eeacms/volto-group-block": "6.4.0",
|
|
@@ -85,12 +88,13 @@
|
|
|
85
88
|
"@eeacms/volto-slate-metadata-mentions": "7.0.3",
|
|
86
89
|
"@eeacms/volto-slate-zotero": "5.2.7",
|
|
87
90
|
"@eeacms/volto-statistic-block": "4.1.0",
|
|
88
|
-
"@eeacms/volto-tabs-block": "7.0
|
|
91
|
+
"@eeacms/volto-tabs-block": "7.5.0",
|
|
89
92
|
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
93
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
94
|
"@eeacms/volto-timeline-block": "1.1.5",
|
|
95
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
92
96
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
93
|
-
"@eeacms/volto-widget-geolocation": "5.
|
|
97
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
94
98
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
95
99
|
"@eeacms/volto-widget-theme-picker": "1.1.5",
|
|
96
100
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
|
@@ -98,6 +102,7 @@
|
|
|
98
102
|
"@plone-collective/volto-sentry": "0.3.1"
|
|
99
103
|
},
|
|
100
104
|
"resolutions": {
|
|
105
|
+
"@eeacms/volto-controlpanel": "0.2.0",
|
|
101
106
|
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
102
107
|
"@eeacms/volto-anchors": "0.6.0",
|
|
103
108
|
"@eeacms/volto-quote-block": "1.2.3",
|
|
@@ -126,9 +131,10 @@
|
|
|
126
131
|
"@eeacms/volto-slate-footnote": "6.2.3",
|
|
127
132
|
"@eeacms/volto-slate-metadata-mentions": "7.0.3",
|
|
128
133
|
"@eeacms/volto-slate-zotero": "5.2.7",
|
|
129
|
-
"@eeacms/volto-tabs-block": "7.0
|
|
134
|
+
"@eeacms/volto-tabs-block": "7.5.0",
|
|
130
135
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
|
-
"@eeacms/volto-
|
|
136
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
137
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
132
138
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
133
139
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
134
140
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"url": "git@github.com:eea/volto-eea-kitkat.git"
|
|
22
22
|
},
|
|
23
23
|
"addons": [
|
|
24
|
+
"@eeacms/volto-controlpanel",
|
|
24
25
|
"@eeacms/volto-matomo",
|
|
25
26
|
"@plone-collective/volto-sentry",
|
|
26
27
|
"@eeacms/volto-sentry-rancher-config",
|
|
@@ -56,7 +57,8 @@
|
|
|
56
57
|
"@eeacms/volto-block-style",
|
|
57
58
|
"@eeacms/volto-tabs-block",
|
|
58
59
|
"@eeacms/volto-banner",
|
|
59
|
-
"@eeacms/volto-anchors"
|
|
60
|
+
"@eeacms/volto-anchors",
|
|
61
|
+
"@eeacms/volto-toolbar-actions"
|
|
60
62
|
],
|
|
61
63
|
"dependencies": {
|
|
62
64
|
"@eeacms/countup": "2.0.6",
|
|
@@ -68,6 +70,7 @@
|
|
|
68
70
|
"@eeacms/volto-block-style": "6.1.0",
|
|
69
71
|
"@eeacms/volto-call-to-action-block": "4.3.1",
|
|
70
72
|
"@eeacms/volto-columns-block": "7.0.1",
|
|
73
|
+
"@eeacms/volto-controlpanel": "0.3.0",
|
|
71
74
|
"@eeacms/volto-corsproxy": "3.1.5",
|
|
72
75
|
"@eeacms/volto-description-block": "1.2.4",
|
|
73
76
|
"@eeacms/volto-group-block": "6.4.0",
|
|
@@ -89,8 +92,9 @@
|
|
|
89
92
|
"@eeacms/volto-tags-block": "1.2.4",
|
|
90
93
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
91
94
|
"@eeacms/volto-timeline-block": "1.1.5",
|
|
95
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
92
96
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
93
|
-
"@eeacms/volto-widget-geolocation": "5.
|
|
97
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
94
98
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
95
99
|
"@eeacms/volto-widget-theme-picker": "1.1.5",
|
|
96
100
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
|
@@ -98,6 +102,7 @@
|
|
|
98
102
|
"@plone-collective/volto-sentry": "0.3.1"
|
|
99
103
|
},
|
|
100
104
|
"resolutions": {
|
|
105
|
+
"@eeacms/volto-controlpanel": "0.3.0",
|
|
101
106
|
"@eeacms/volto-nextcloud-video-block": "0.4.8",
|
|
102
107
|
"@eeacms/volto-anchors": "0.6.0",
|
|
103
108
|
"@eeacms/volto-quote-block": "1.2.3",
|
|
@@ -128,7 +133,8 @@
|
|
|
128
133
|
"@eeacms/volto-slate-zotero": "5.2.7",
|
|
129
134
|
"@eeacms/volto-tabs-block": "7.5.0",
|
|
130
135
|
"@eeacms/volto-taxonomy": "4.1.1",
|
|
131
|
-
"@eeacms/volto-
|
|
136
|
+
"@eeacms/volto-toolbar-actions": "1.0.3",
|
|
137
|
+
"@eeacms/volto-widget-geolocation": "5.3.0",
|
|
132
138
|
"@eeacms/volto-widget-dataprovenance": "0.4.3",
|
|
133
139
|
"@eeacms/volto-widget-temporal-coverage": "5.2.0",
|
|
134
140
|
"@eeacms/volto-widget-toggle": "3.1.4",
|
package/partfile
CHANGED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
#### :bug: Bug Fixes
|
|
2
|
-
- fix(tests): after change structure for tabs - from p tag to reference the .menu-item-text [Claudia Ifrim - [`4f91f42`](https://github.com/eea/volto-eea-kitkat/commit/4f91f4227b8c4c758d3500b3b39ea2f8455340e1)]
|
|
3
|
-
#### :hammer_and_wrench: Others
|
|
4
|
-
- Bump package version to 22.1.0 from 22.0.2 [Claudia Ifrim - [`86414fe`](https://github.com/eea/volto-eea-kitkat/commit/86414fe4b6089507d84054dcf0c1e23bd66e813d)]
|
package/releasefile
CHANGED
|
@@ -1,37 +1,11 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-
|
|
3
|
+
### [@eeacms/volto-controlpanel: 0.2.0 ~ 0.3.0](https://github.com/eea/volto-controlpanel/releases)
|
|
4
4
|
|
|
5
|
-
###### :
|
|
5
|
+
###### :rocket: New Features
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
###### :bug: Bug Fixes
|
|
7
|
+
- feat: Add support also for eea.api.controlpanel backend add-on [alin - [`3ecc243`](https://github.com/eea/volto-controlpanel/commit/3ecc243382d73d5b41754fe2a3c05c8d44c2e7f9)]
|
|
8
|
+
###### :house: Documentation changes
|
|
10
9
|
|
|
11
|
-
-
|
|
12
|
-
- fix: update 'Add Tabs default template' cypress test - Default tabs text to be inside a span within the tab link instead of a p tag [Claudia Ifrim - [`4209573`](https://github.com/eea/volto-tabs-block/commit/4209573f6ab25019814902ec38685f908958f6a7)]
|
|
13
|
-
- fix: remove AccordionEdit import form index [Claudia Ifrim - [`24323cc`](https://github.com/eea/volto-tabs-block/commit/24323cc0e0c674697fddac62df22c646785ec41b)]
|
|
14
|
-
###### :nail_care: Enhancements
|
|
10
|
+
- docs: Add information about used environment variables [alin - [`1291de5`](https://github.com/eea/volto-controlpanel/commit/1291de508d07418351bd190f543fe04645dd20a0)]
|
|
15
11
|
|
|
16
|
-
- change(tabs): use default edit for accordion tab edit [David Ichim - [`7ed5f4e`](https://github.com/eea/volto-tabs-block/commit/7ed5f4e61ab1747ede5641138119c47d8b3dd6c1)]
|
|
17
|
-
###### :house: Internal changes
|
|
18
|
-
|
|
19
|
-
- style: Automated code fix [eea-jenkins - [`e37f2d4`](https://github.com/eea/volto-tabs-block/commit/e37f2d4c26a9ff72ffb09263caa96c55e3161551)]
|
|
20
|
-
- style: Automated code fix [eea-jenkins - [`0520da7`](https://github.com/eea/volto-tabs-block/commit/0520da7ad50e7be1d62d574308d4acc5a858a401)]
|
|
21
|
-
###### :hammer_and_wrench: Others
|
|
22
|
-
|
|
23
|
-
- Bump package version to 7.5 from 7.0.5 [David Ichim - [`a675429`](https://github.com/eea/volto-tabs-block/commit/a675429308f6d9a2b39e101396e7a5b195982f30)]
|
|
24
|
-
- Prettier and stylelint [David Ichim - [`f6182d1`](https://github.com/eea/volto-tabs-block/commit/f6182d142b790b2256e24ad7ed49e8904ec73aa8)]
|
|
25
|
-
- Fixed call to stylelint within MakeFile [David Ichim - [`dd53ee8`](https://github.com/eea/volto-tabs-block/commit/dd53ee84f4bb97b55d5d26e0447cff2f07268afc)]
|
|
26
|
-
- Revert "update" [David Ichim - [`ceb8ab7`](https://github.com/eea/volto-tabs-block/commit/ceb8ab7fd216d369ed487a7fe63aec876e2c4624)]
|
|
27
|
-
- fix cypress [Razvan - [`6fe2bb4`](https://github.com/eea/volto-tabs-block/commit/6fe2bb46de04c9c2c0115d3fc97caf9ea5952b6e)]
|
|
28
|
-
- Update react-slick version to 0.30.1 [David Ichim - [`3369176`](https://github.com/eea/volto-tabs-block/commit/33691768899e7f91d2cd15319dbe3ebe66cf1513)]
|
|
29
|
-
- update [Razvan - [`61b19e8`](https://github.com/eea/volto-tabs-block/commit/61b19e8584ff6023320b3671414392ea11449ff0)]
|
|
30
|
-
- use DefaultEdit variation for responsive accordion, Refs [#266327](https://taskman.eionet.europa.eu/issues/266327) [Razvan - [`11acf6c`](https://github.com/eea/volto-tabs-block/commit/11acf6ce5afe022ddd30bff42c9a3321d1284da6)]
|
|
31
|
-
|
|
32
|
-
# Internal
|
|
33
|
-
|
|
34
|
-
#### :bug: Bug Fixes
|
|
35
|
-
- fix(tests): after change structure for tabs - from p tag to reference the .menu-item-text [Claudia Ifrim - [`4f91f42`](https://github.com/eea/volto-eea-kitkat/commit/4f91f4227b8c4c758d3500b3b39ea2f8455340e1)]
|
|
36
|
-
#### :hammer_and_wrench: Others
|
|
37
|
-
- Bump package version to 22.1.0 from 22.0.2 [Claudia Ifrim - [`86414fe`](https://github.com/eea/volto-eea-kitkat/commit/86414fe4b6089507d84054dcf0c1e23bd66e813d)]
|
package/src/index.js
CHANGED
|
@@ -1,53 +1,4 @@
|
|
|
1
|
-
import packageJson from '../../../../package.json';
|
|
2
|
-
import { updateSystemInfo } from '@eeacms/volto-eea-kitkat/system';
|
|
3
|
-
|
|
4
1
|
const applyConfig = (config) => {
|
|
5
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
6
|
-
// Enable description block for cypress
|
|
7
|
-
config.blocks.blocksConfig.description.restricted = false;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
// Disable non-GDPR compliant blocks
|
|
11
|
-
config.blocks.blocksConfig.video.restricted = true;
|
|
12
|
-
config.blocks.blocksConfig.maps.restricted = true;
|
|
13
|
-
config.blocks.blocksConfig.html.restricted = true;
|
|
14
|
-
|
|
15
|
-
// Changelogs
|
|
16
|
-
config.settings.changelogUrlPrefix =
|
|
17
|
-
config.settings.changelogPrefix || __SERVER__
|
|
18
|
-
? process.env?.RAZZLE_CHANGELOG_PREFIX
|
|
19
|
-
: window.env?.RAZZLE_CHANGELOG_PREFIX || 'https://github.com/eea';
|
|
20
|
-
|
|
21
|
-
config.settings.changelogUrlSuffix =
|
|
22
|
-
config.settings.changelogSuffix || __SERVER__
|
|
23
|
-
? process.env?.RAZZLE_CHANGELOG_SUFFIX
|
|
24
|
-
: window.env?.RAZZLE_CHANGELOG_SUFFIX || 'releases';
|
|
25
|
-
|
|
26
|
-
config.settings.frontendVersion =
|
|
27
|
-
config.settings.frontendVersion || __SERVER__
|
|
28
|
-
? process.env?.RAZZLE_FRONTEND_VERSION
|
|
29
|
-
: window.env?.RAZZLE_FRONTEND_VERSION || packageJson.version;
|
|
30
|
-
|
|
31
|
-
config.settings.frontendName =
|
|
32
|
-
config.settings.frontendName || __SERVER__
|
|
33
|
-
? process.env?.RAZZLE_FRONTEND_NAME
|
|
34
|
-
: window.env?.RAZZLE_FRONTEND_NAME || packageJson.name;
|
|
35
|
-
|
|
36
|
-
config.settings.backendVersion =
|
|
37
|
-
config.settings.backendVersion || __SERVER__
|
|
38
|
-
? process.env?.RAZZLE_BACKEND_VERSION
|
|
39
|
-
: window.env?.RAZZLE_BACKEND_VERSION || '';
|
|
40
|
-
|
|
41
|
-
config.settings.backendName =
|
|
42
|
-
config.settings.backendName || __SERVER__
|
|
43
|
-
? process.env?.RAZZLE_BACKEND_NAME
|
|
44
|
-
: window.env?.RAZZLE_BACKEND_NAME || 'plone-backend';
|
|
45
|
-
|
|
46
|
-
// Persist FRONTEND_VERSION on backend registry
|
|
47
|
-
if (__SERVER__) {
|
|
48
|
-
updateSystemInfo(config);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
2
|
return config;
|
|
52
3
|
};
|
|
53
4
|
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Version Overview component.
|
|
3
|
-
* @module components/manage/Controlpanels/VersionOverview
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { FormattedMessage } from 'react-intl';
|
|
8
|
-
import { Grid, Label, Header } from 'semantic-ui-react';
|
|
9
|
-
import { formatDate } from '@plone/volto/helpers/Utils/Date';
|
|
10
|
-
import packageJson from '@plone/volto/../package.json';
|
|
11
|
-
|
|
12
|
-
import config from '@plone/volto/registry';
|
|
13
|
-
|
|
14
|
-
const VersionOverview = ({
|
|
15
|
-
cmf_version,
|
|
16
|
-
debug_mode,
|
|
17
|
-
pil_version,
|
|
18
|
-
plone_version,
|
|
19
|
-
plone_restapi_version,
|
|
20
|
-
python_version,
|
|
21
|
-
zope_version,
|
|
22
|
-
eggs = {},
|
|
23
|
-
frontend = {},
|
|
24
|
-
backend = {},
|
|
25
|
-
}) => {
|
|
26
|
-
const { addonsInfo } = config.settings;
|
|
27
|
-
const locale = config.settings.dateLocale || 'en-gb';
|
|
28
|
-
const frontendVersion = frontend.version || config.settings.frontendVersion;
|
|
29
|
-
const backendVersion = backend.version || config.settings.backendVersion;
|
|
30
|
-
const voltoVersion = packageJson.version;
|
|
31
|
-
|
|
32
|
-
return (
|
|
33
|
-
<Grid columns={2} stackable>
|
|
34
|
-
<Grid.Row>
|
|
35
|
-
<Grid.Column>
|
|
36
|
-
{frontend.date && (
|
|
37
|
-
<Label className="highlight" ribbon>
|
|
38
|
-
Updated:{' '}
|
|
39
|
-
{formatDate({
|
|
40
|
-
date: frontend.date,
|
|
41
|
-
format: {
|
|
42
|
-
dateStyle: 'medium',
|
|
43
|
-
timeStyle: 'short',
|
|
44
|
-
},
|
|
45
|
-
locale: locale,
|
|
46
|
-
})}{' '}
|
|
47
|
-
</Label>
|
|
48
|
-
)}
|
|
49
|
-
<Header as="h3">
|
|
50
|
-
<span>Frontend {frontendVersion ? frontendVersion : ''}</span>
|
|
51
|
-
</Header>
|
|
52
|
-
{frontendVersion && (
|
|
53
|
-
<a
|
|
54
|
-
href={[
|
|
55
|
-
config.settings.changelogUrlPrefix,
|
|
56
|
-
config.settings.frontendName,
|
|
57
|
-
config.settings.changelogUrlSuffix,
|
|
58
|
-
].join('/')}
|
|
59
|
-
target="_blank"
|
|
60
|
-
rel="noreferrer"
|
|
61
|
-
>
|
|
62
|
-
History: {frontend.old_version} ⇢ {frontendVersion}
|
|
63
|
-
</a>
|
|
64
|
-
)}
|
|
65
|
-
<ul style={{ fontSize: '16px', fontFamily: 'Monospace' }}>
|
|
66
|
-
{voltoVersion && <li>Volto {voltoVersion}</li>}
|
|
67
|
-
{addonsInfo.map((addon) => (
|
|
68
|
-
<li key={addon.name}>{`${addon.name} ${addon.version || ''}`}</li>
|
|
69
|
-
))}
|
|
70
|
-
</ul>
|
|
71
|
-
</Grid.Column>
|
|
72
|
-
<Grid.Column>
|
|
73
|
-
{backend.date && (
|
|
74
|
-
<Label className="high" ribbon="right">
|
|
75
|
-
Updated:{' '}
|
|
76
|
-
{formatDate({
|
|
77
|
-
date: backend.date,
|
|
78
|
-
format: {
|
|
79
|
-
dateStyle: 'medium',
|
|
80
|
-
timeStyle: 'short',
|
|
81
|
-
},
|
|
82
|
-
locale: locale,
|
|
83
|
-
})}
|
|
84
|
-
</Label>
|
|
85
|
-
)}
|
|
86
|
-
<Header as="h3" textAlign="right">
|
|
87
|
-
Backend {backendVersion ? backendVersion : ''}
|
|
88
|
-
</Header>
|
|
89
|
-
<a
|
|
90
|
-
className="ui right aligned container"
|
|
91
|
-
href={[
|
|
92
|
-
config.settings.changelogUrlPrefix,
|
|
93
|
-
config.settings.backendName,
|
|
94
|
-
config.settings.changelogUrlSuffix,
|
|
95
|
-
].join('/')}
|
|
96
|
-
target="_blank"
|
|
97
|
-
rel="noreferrer"
|
|
98
|
-
>
|
|
99
|
-
History: {backend.old_version} ⇢ {backendVersion}
|
|
100
|
-
</a>
|
|
101
|
-
<ul
|
|
102
|
-
style={{
|
|
103
|
-
fontSize: '16px',
|
|
104
|
-
fontFamily: 'Monospace',
|
|
105
|
-
}}
|
|
106
|
-
>
|
|
107
|
-
<li>Plone {plone_version}</li>
|
|
108
|
-
<li>plone.restapi {plone_restapi_version}</li>
|
|
109
|
-
<li>CMF {cmf_version}</li>
|
|
110
|
-
<li>Zope {zope_version}</li>
|
|
111
|
-
<li>Python {python_version}</li>
|
|
112
|
-
<li>PIL {pil_version}</li>
|
|
113
|
-
{Object.keys(eggs).map((k) => (
|
|
114
|
-
<li>
|
|
115
|
-
{k} {eggs[k]}
|
|
116
|
-
</li>
|
|
117
|
-
))}
|
|
118
|
-
</ul>
|
|
119
|
-
</Grid.Column>
|
|
120
|
-
</Grid.Row>
|
|
121
|
-
<Grid.Row columns={1}>
|
|
122
|
-
<Grid.Column>
|
|
123
|
-
{debug_mode !== 'No' && (
|
|
124
|
-
<p>
|
|
125
|
-
<FormattedMessage
|
|
126
|
-
id="Warning Regarding debug mode"
|
|
127
|
-
defaultMessage="You are running in 'debug mode'. This mode is intended for sites that are under development. This allows many configuration changes to be immediately visible, but will make your site run more slowly. To turn off debug mode, stop the server, set 'debug-mode=off' in your buildout.cfg, re-run bin/buildout and then restart the server process."
|
|
128
|
-
/>
|
|
129
|
-
</p>
|
|
130
|
-
)}
|
|
131
|
-
</Grid.Column>
|
|
132
|
-
</Grid.Row>
|
|
133
|
-
</Grid>
|
|
134
|
-
);
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
export default VersionOverview;
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { render } from '@testing-library/react';
|
|
3
|
-
import VersionOverview from './VersionOverview';
|
|
4
|
-
import config from '@plone/volto/registry';
|
|
5
|
-
import '@testing-library/jest-dom/extend-expect';
|
|
6
|
-
|
|
7
|
-
jest.mock('@plone/volto/helpers/Utils/Date', () => ({
|
|
8
|
-
formatDate: jest.fn(() => 'formatted date'),
|
|
9
|
-
}));
|
|
10
|
-
|
|
11
|
-
config.settings.addonsInfo = [
|
|
12
|
-
{ name: 'addon1', version: '1.0.0' },
|
|
13
|
-
{ name: 'addon2', version: '2.0.0' },
|
|
14
|
-
{ test: 'test' },
|
|
15
|
-
];
|
|
16
|
-
|
|
17
|
-
describe('VersionOverview', () => {
|
|
18
|
-
it('renders correctly', () => {
|
|
19
|
-
const frontend = {
|
|
20
|
-
version: '1.0.0',
|
|
21
|
-
old_version: '0.9.0',
|
|
22
|
-
date: new Date(),
|
|
23
|
-
};
|
|
24
|
-
const backend = {
|
|
25
|
-
version: '1.0.0',
|
|
26
|
-
old_version: '0.9.0',
|
|
27
|
-
date: new Date(),
|
|
28
|
-
};
|
|
29
|
-
const eggs = { egg1: '1.0.0', egg2: '2.0.0' };
|
|
30
|
-
|
|
31
|
-
const { queryAllByText } = render(
|
|
32
|
-
<VersionOverview
|
|
33
|
-
cmf_version="1.0.0"
|
|
34
|
-
debug_mode="No"
|
|
35
|
-
pil_version="1.0.0"
|
|
36
|
-
plone_version="1.0.0"
|
|
37
|
-
plone_restapi_version="1.0.0"
|
|
38
|
-
python_version="1.0.0"
|
|
39
|
-
zope_version="1.0.0"
|
|
40
|
-
eggs={eggs}
|
|
41
|
-
frontend={frontend}
|
|
42
|
-
backend={backend}
|
|
43
|
-
/>,
|
|
44
|
-
);
|
|
45
|
-
|
|
46
|
-
expect(queryAllByText(/Frontend 1.0.0/)).not.toBeNull();
|
|
47
|
-
expect(queryAllByText(/Backend 1.0.0/)).not.toBeNull();
|
|
48
|
-
|
|
49
|
-
expect(queryAllByText(/Plone 1.0.0/)).not.toBeNull();
|
|
50
|
-
expect(queryAllByText(/plone.restapi 1.0.0/)).not.toBeNull();
|
|
51
|
-
expect(queryAllByText(/CMF 1.0.0/)).not.toBeNull();
|
|
52
|
-
expect(queryAllByText(/Zope 1.0.0/)).not.toBeNull();
|
|
53
|
-
expect(queryAllByText(/Python 1.0.0/)).not.toBeNull();
|
|
54
|
-
expect(queryAllByText(/PIL 1.0.0/)).not.toBeNull();
|
|
55
|
-
expect(queryAllByText(/egg1 1.0.0/)).not.toBeNull();
|
|
56
|
-
expect(queryAllByText(/egg2 2.0.0/)).not.toBeNull();
|
|
57
|
-
});
|
|
58
|
-
|
|
59
|
-
it('renders correctly', () => {
|
|
60
|
-
config.settings.frontendVersion = '1.0.0';
|
|
61
|
-
config.settings.BackendVersion = '1.0.0';
|
|
62
|
-
|
|
63
|
-
const { queryAllByText } = render(
|
|
64
|
-
<VersionOverview
|
|
65
|
-
cmf_version="1.0.0"
|
|
66
|
-
debug_mode="Yes"
|
|
67
|
-
pil_version="1.0.0"
|
|
68
|
-
plone_version="1.0.0"
|
|
69
|
-
plone_restapi_version="1.0.0"
|
|
70
|
-
python_version="1.0.0"
|
|
71
|
-
zope_version="1.0.0"
|
|
72
|
-
/>,
|
|
73
|
-
);
|
|
74
|
-
|
|
75
|
-
expect(queryAllByText(/Frontend 1.0.0/)).not.toBeNull();
|
|
76
|
-
expect(queryAllByText(/Backend 1.0.0/)).not.toBeNull();
|
|
77
|
-
|
|
78
|
-
expect(queryAllByText(/Plone 1.0.0/)).not.toBeNull();
|
|
79
|
-
expect(queryAllByText(/plone.restapi 1.0.0/)).not.toBeNull();
|
|
80
|
-
expect(queryAllByText(/CMF 1.0.0/)).not.toBeNull();
|
|
81
|
-
expect(queryAllByText(/Zope 1.0.0/)).not.toBeNull();
|
|
82
|
-
expect(queryAllByText(/Python 1.0.0/)).not.toBeNull();
|
|
83
|
-
expect(queryAllByText(/PIL 1.0.0/)).not.toBeNull();
|
|
84
|
-
expect(queryAllByText(/egg1 1.0.0/)).not.toBeNull();
|
|
85
|
-
expect(queryAllByText(/egg2 2.0.0/)).not.toBeNull();
|
|
86
|
-
});
|
|
87
|
-
|
|
88
|
-
it('renders correctly', () => {
|
|
89
|
-
config.settings.frontendVersion = undefined;
|
|
90
|
-
config.settings.BackendVersion = undefined;
|
|
91
|
-
|
|
92
|
-
const { queryAllByText } = render(
|
|
93
|
-
<VersionOverview
|
|
94
|
-
cmf_version="1.0.0"
|
|
95
|
-
debug_mode="Yes"
|
|
96
|
-
pil_version="1.0.0"
|
|
97
|
-
plone_version="1.0.0"
|
|
98
|
-
plone_restapi_version="1.0.0"
|
|
99
|
-
python_version="1.0.0"
|
|
100
|
-
zope_version="1.0.0"
|
|
101
|
-
/>,
|
|
102
|
-
);
|
|
103
|
-
|
|
104
|
-
expect(queryAllByText(/Frontend 1.0.0/)).not.toBeNull();
|
|
105
|
-
expect(queryAllByText(/Backend 1.0.0/)).not.toBeNull();
|
|
106
|
-
|
|
107
|
-
expect(queryAllByText(/Plone 1.0.0/)).not.toBeNull();
|
|
108
|
-
expect(queryAllByText(/plone.restapi 1.0.0/)).not.toBeNull();
|
|
109
|
-
expect(queryAllByText(/CMF 1.0.0/)).not.toBeNull();
|
|
110
|
-
expect(queryAllByText(/Zope 1.0.0/)).not.toBeNull();
|
|
111
|
-
expect(queryAllByText(/Python 1.0.0/)).not.toBeNull();
|
|
112
|
-
expect(queryAllByText(/PIL 1.0.0/)).not.toBeNull();
|
|
113
|
-
expect(queryAllByText(/egg1 1.0.0/)).not.toBeNull();
|
|
114
|
-
expect(queryAllByText(/egg2 2.0.0/)).not.toBeNull();
|
|
115
|
-
});
|
|
116
|
-
});
|
package/src/system.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/* eslint no-console: ["error", { allow: ["warn", "log"] }] */
|
|
2
|
-
export const updateSystemInfo = (config) => {
|
|
3
|
-
let fetch = require('node-fetch');
|
|
4
|
-
const internalApi =
|
|
5
|
-
config.settings.internalApiPath || config.settings.devProxyToApiPath;
|
|
6
|
-
const version = config.settings.frontendVersion;
|
|
7
|
-
|
|
8
|
-
// Nothing to do
|
|
9
|
-
if (!version || !internalApi) {
|
|
10
|
-
return config;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// Backend @system update via PATCH is allowed only via internal API
|
|
14
|
-
if (
|
|
15
|
-
!(
|
|
16
|
-
internalApi.startsWith('http://localhost') ||
|
|
17
|
-
internalApi.startsWith('http://backend')
|
|
18
|
-
)
|
|
19
|
-
) {
|
|
20
|
-
return config;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Persist FRONTEND_VERSION on backend registry
|
|
24
|
-
const url = `${internalApi}/@system`;
|
|
25
|
-
fetch(url, {
|
|
26
|
-
method: 'PATCH',
|
|
27
|
-
body: JSON.stringify({
|
|
28
|
-
'eea.kitkat.interfaces.IEEAVersionsFrontend.version': version,
|
|
29
|
-
}),
|
|
30
|
-
headers: {
|
|
31
|
-
Accept: 'application/json',
|
|
32
|
-
},
|
|
33
|
-
})
|
|
34
|
-
.then((response) => response.text())
|
|
35
|
-
.then((text) => {
|
|
36
|
-
if (text) {
|
|
37
|
-
console.log(`Updating FRONTEND_VERSION on backend registry: ${text}`);
|
|
38
|
-
} else {
|
|
39
|
-
console.log(
|
|
40
|
-
`FRONTEND_VERSION already up-to-date on backend registry: ${version}`,
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
})
|
|
44
|
-
.catch((err) =>
|
|
45
|
-
console.warn(`Could NOT update FRONTEND_VERSION on backend: ${err}`),
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
return config;
|
|
49
|
-
};
|