Skip to content

Commit

Permalink
Merge pull request #90 from gisktzh/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Tugark authored Dec 19, 2024
2 parents 6d4df2b + 0cd35b7 commit a51b8f4
Show file tree
Hide file tree
Showing 54 changed files with 2,889 additions and 3,752 deletions.
17 changes: 0 additions & 17 deletions .azure-pipelines/deploy-web-app-without-checks.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .azure-pipelines/deploy-web-app.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .azure-pipelines/dry-run-docker-build.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .azure-pipelines/run-sonar-cloud-analysis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .azure-pipelines/run-tests-and-sonar-cloud-analysis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .azure-pipelines/run-tests.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .azure-pipelines/templates/build-docker.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .azure-pipelines/templates/deploy-static-web-app.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .azure-pipelines/templates/git-checkout-code.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .azure-pipelines/templates/publish-coverage.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .azure-pipelines/templates/sonar-cloud-analysis.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .azure-pipelines/templates/unit-tests.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .azure-pipelines/templates/variables.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/node-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Deploy to GH Pages

on:
on:
workflow_call:
workflow_dispatch:

workflow_dispatch:

env:
NODE_VERSION: '20'
NODE_VERSION: '22'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

env:
NODE_VERSION: '20'
NODE_VERSION: '22'

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo ""

echo "🚀 Checking branchname!"
local_branch_name=$(git rev-parse --abbrev-ref HEAD)
valid_branch_regex='^(feature|hotfix)/gb3-[0-9]+-[a-zA-Z0-9\-]+$'
valid_branch_regex='^(feature|hotfix|bugfix)/gb3-[0-9]+-[a-zA-Z0-9\-]+$'

if ! echo "$local_branch_name" | grep -Eq "$valid_branch_regex"; then
printf "\033[31m⚠️ Branchname does not adhere to naming convention %s! \033[0m\n" "$valid_branch_regex"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18
22.12
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10-alpine AS build-app
FROM node:22.11-alpine AS build-app

# Provide overrides for APP_VERSION and APP_RELEASE as build-args and expose them as ENV variables for the update-version.js script
ARG APP_VERSION
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
We strive to use the most recent LTS version. Whenever an update is due, make sure you adjust the following:

- `Dockerfile`
- `.azure-pipelines/templates/variables.yaml` (**Warning!** There are cases where the pipeline does not yet have the
- `.github/workflows/node*.yml` (**Warning!** There are cases where the pipeline does not yet have the
newest node version; in that case, leave it as before and ignore the pipeline warnings)
- `.nvmrc`
- `package.json`, update the `@typed/node` package to the matching version; run `npm install` afterwards to freshly generate the `package-lock.json`
Expand Down Expand Up @@ -327,13 +327,13 @@ Within the runtime configurations there are API configurations used to configure

#### Available URL configurations

| Stagename | Subdomain | Verwendung | GB2 Backend | WMS Backend | Geolion | Bemerkung |
| :-------: | :-----------------: | :----------------------: | :-----------------: | :----------------: | :--------------------: | :----------------------------------------: |
| DEV | dev.geo.zh.ch | EBP | | | | calm-plant-0ecbec603.2.azurestaticapps.net |
| PROD | geo.zh.ch | öffentlich | maps.zh.ch | wms.zh.ch | geolion.zh.ch | |
| PROD | geo.ktzh.ch | Verwaltung | web.maps.zh.ch | web.wms.zh.ch | geolion.ktzh.ch | |
| UAT | uat.geo.ktzh.ch | Verwaltungsinterne Tests | uatmaps.kt.ktzh.ch | uatwms.kt.ktzh.ch | uatgeolion.kt.ktzh.ch | |
| STAGING | staging.geo.ktzh.ch | Produktionsvorbereitung | testmaps.kt.ktzh.ch | testwms.kt.ktzh.ch | testgeolion.kt.ktzh.ch | |
| Stagename | Subdomain | Verwendung | GB2 Backend | WMS Backend | Geolion | Bemerkung |
| :-------: | :-----------------: | :----------------------: | :-----------------: | :----------------: | :--------------------: | :-------: |
| DEV | dev.geo.zh.ch | EBP | | | | |
| PROD | geo.zh.ch | öffentlich | maps.zh.ch | wms.zh.ch | geolion.zh.ch | |
| PROD | geo.ktzh.ch | Verwaltung | web.maps.zh.ch | web.wms.zh.ch | geolion.ktzh.ch | |
| UAT | uat.geo.ktzh.ch | Verwaltungsinterne Tests | uatmaps.kt.ktzh.ch | uatwms.kt.ktzh.ch | uatgeolion.kt.ktzh.ch | |
| STAGING | staging.geo.ktzh.ch | Produktionsvorbereitung | testmaps.kt.ktzh.ch | testwms.kt.ktzh.ch | testgeolion.kt.ktzh.ch | |

### (S)CSS structure

Expand Down
Loading

0 comments on commit a51b8f4

Please sign in to comment.