Skip to content

Commit

Permalink
Release 2025-01-23 (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Jan 23, 2025
2 parents c1a92ce + 1830578 commit adbbbbc
Show file tree
Hide file tree
Showing 145 changed files with 6,652 additions and 7,209 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- run: npm ci
- run: npm run test:coverage
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
directory: coverage
Expand All @@ -45,13 +45,13 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Preload reports endpoints
run: curl https://fixmyberlin-staging.netlify.app/api/aachen/next/reports https://fixmyaachen-staging.netlify.app/api/next/reports --retry 3 > /dev/null &

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'

Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# This is `npm run check`
npm run type-check
npm run format
npm run test
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"exportall.config.folderListener": [
"/src/pages/zesplus/radnetzplanung/Maps",
"/src/pages/zesplus/radnetzplanung/components/Maps/IconLegend"
]
}
}
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ Runs on [localhost:8080](http://localhost:8080/)
REGION=aachen npm start
```

- [NUDAFA (ehemals ZES+)](https://www.nudafa.de/):

```sh
REGION=zesplus npm start
```

You can also set multiple environment variables when using an `.env` file. This then overwrites only the `.env.defaults` settings you enter. It could look like this:

```
Expand Down
3 changes: 1 addition & 2 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"whitelist": {
"default": ["Map", "Reports"],
"aachen": ["Reports"],
"berlin": ["Map", "Reports", "Analysis"],
"zesplus": []
"berlin": ["Map", "Reports", "Analysis"]
}
}
Binary file removed favicons/zesplus/android-chrome-192x192.png
Binary file not shown.
Binary file removed favicons/zesplus/android-chrome-512x512.png
Binary file not shown.
Binary file removed favicons/zesplus/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions favicons/zesplus/browserconfig.xml

This file was deleted.

Binary file removed favicons/zesplus/favicon-16x16.png
Binary file not shown.
Binary file removed favicons/zesplus/favicon-32x32.png
Binary file not shown.
Binary file removed favicons/zesplus/favicon.ico
Binary file not shown.
Binary file removed favicons/zesplus/mstile-150x150.png
Binary file not shown.
19 changes: 0 additions & 19 deletions favicons/zesplus/site.webmanifest

This file was deleted.

Loading

0 comments on commit adbbbbc

Please sign in to comment.