Skip to content

Commit 05d379e

Browse files
committed
Merge branch 'main' into handoff-merge
2 parents 08dd827 + 1e0157d commit 05d379e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+7429
-2595
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PUBLISH_IMAGE: ${{ (github.ref_name == 'main' || github.ref_type == 'tag') && 'TRUE' || 'FALSE'}}
1010
IMAGE_TAG: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}
11-
IMAGE_NAME: ghcr.io/${{ github.repository }}/arpav-ppcv
11+
IMAGE_NAME: ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}
1212

1313
jobs:
1414
run-dagger-ci:

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2025-06-26
11+
12+
### Added
13+
- Historical section
14+
1015

1116
## [2.0.0-rc1] - 2024-12-17
1217

@@ -15,11 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
- Initial project restructuring and features
1621

1722

18-
## [1.0.0] - ?
23+
## 1.0.0 - ?
1924

2025
### Added
2126

2227
- Previous version, developed by a different team
2328

2429

25-
[2.0.0-rc1]: https://github.com/geobeyond/arpav-ppcv/compare/v1.0.0-rc1...main
30+
[Unreleased]: https://github.com/geobeyond/arpav-cline-frontend/compare/v2.0.0...main
31+
[2.0.0]: https://github.com/geobeyond/arpav-cline-frontend/compare/v2.0.0-rc1...v2.0.0
32+
[2.0.0-rc1]: https://github.com/geobeyond/arpav-cline-frontend/tree/v2.0.0-rc1

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Piattaforma Proiezioni Climatiche per il Nord-Est
22

3-
This is the frontend component of the ARPAV-PPCV system.
3+
This is the frontend component of the ARPAV cline system.
44

55
#### Climate Projections Platform for North-Eastern Italy
66

@@ -79,7 +79,10 @@ http://localhost:3000
7979
Build the docker image:
8080

8181
```shell
82-
docker build -t ppcv_frontend -f Dockerfile .
82+
docker build \
83+
--tag ghcr.io/geobeyond/arpav-cline-frontend/arpav-cline-frontend \
84+
--label https://github.com/geobeyond/arpav-cline-frontend \
85+
--file Dockerfile .
8386
```
8487

8588
Run the built container with:

continuous-integration/dagger/src/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ class ContinuousIntegration {
3535
dockerfile: 'Dockerfile'
3636
}
3737
)
38-
.withLabel(
38+
if (publishDockerImage) {
39+
const [, orgName, repoName] = publishDockerImage.split('/')
40+
const labeledImage = builtImage.withLabel(
3941
'org.opencontainers.image.source',
40-
'https://github.com/geobeyond/Arpav-PPCV'
42+
`https://github.com/${orgName}/${repoName}`,
4143
)
42-
if (publishDockerImage) {
4344
const sanitizedName = this._sanitizeDockerImageName(publishDockerImage)
44-
return await builtImage.publish(sanitizedName)
45+
return await labeledImage.publish(sanitizedName)
4546
} else {
4647
return 'Done!'
4748
}

debug.log

Lines changed: 135 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PPCV-frontend",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0",
44
"license": "CC-BY-SA-3.0",
55
"author": "Geobeyond <info@geobeyond.it> (http://www.geobeyond.it/)",
66
"homepage": ".",
@@ -14,6 +14,7 @@
1414
"@reduxjs/toolkit": "1.8.5",
1515
"@testing-library/jest-dom": "5.16.5",
1616
"@testing-library/react": "13.4.0",
17+
"@tolgee/i18next": "6.1.1",
1718
"@tolgee/react": "5.28.6",
1819
"@turf/boolean-contains": "6.5.0",
1920
"@types/fontfaceobserver": "2.1.0",
Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
[0925/151533.979:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
2-
[1014/203803.592:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
3-
[1112/140114.553:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
4-
[1114/145631.897:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
5-
[1115/161829.283:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
6-
[1120/191425.179:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
7-
[0120/220624.911:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
8-
[0121/064754.716:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
9-
[0121/114904.838:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
10-
[0121/153619.191:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
11-
[0128/134519.282:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
12-
[0128/135112.628:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
13-
[0203/165123.205:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
14-
[0203/202348.391:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
1+
[0526/154409.600:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
2+
[0527/001343.610:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
3+
[0527/002514.180:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)
4+
[0612/065232.879:ERROR:registration_protocol_win.cc(108)] CreateFile: Impossibile trovare il file specificato. (0x2)

0 commit comments

Comments
 (0)