Skip to content

Commit

Permalink
Merge branch 'main' into feature/motion-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Sep 17, 2024
2 parents 55d1590 + 2453411 commit d35d56a
Show file tree
Hide file tree
Showing 278 changed files with 10,307 additions and 9,839 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pick-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
private_key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}

- name: Create or update PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.generate-token.outputs.token }}
branch: apply/commit-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16 as build
FROM node:20.17 as build
ENV NODE_VERSION=20.14.0

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16-alpine
FROM node:20.17-alpine
ENV NODE_VERSION=20.14.0

RUN apk add --no-cache git
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run-tests: | build-dev
docker run -t openslides-client-dev npm run test-silently
docker run -t openslides-client-dev npm run build-debug

run-karma-tests:
run-karma-tests: | build-dev
docker run -t openslides-client-dev /bin/sh -c "apk add chromium && npm run test-silently -- --browsers=ChromiumHeadlessNoSandbox"

run-check-linting:
Expand Down
4 changes: 1 addition & 3 deletions client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ module.exports = {
'@angular-eslint/template/attributes-order': ['error', {
alphabetical: true
}],
'@angular-eslint/template/prefer-control-flow': ['error'],
// Should be switched to error
'@angular-eslint/template/elements-content': ['warn']
'@angular-eslint/template/prefer-control-flow': ['error']
}
},
{
Expand Down
5 changes: 5 additions & 0 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"glob": "**/*",
"input": "node_modules/cm-chessboard/assets/",
"output": "/chess/"
},
{
"glob": "**/*",
"input": "node_modules/pdfjs-dist/legacy/build/",
"output": "/pdfjs/"
}
],
"styles": ["src/styles.scss"],
Expand Down
1 change: 0 additions & 1 deletion client/ngsw-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"version": 2,
"assetGroups": [
{
"name": "app",
Expand Down
Loading

0 comments on commit d35d56a

Please sign in to comment.