diff --git a/.github/workflows/test-webapp.yml b/.github/workflows/test-webapp.yml index 9ca3023cc..c1aee47cf 100644 --- a/.github/workflows/test-webapp.yml +++ b/.github/workflows/test-webapp.yml @@ -23,7 +23,7 @@ jobs: prepare: name: Prepare - if: needs.files-changed.outputs.webapp + if: needs.files-changed.outputs.webapp == 'true' needs: files-changed runs-on: ubuntu-latest steps: @@ -37,7 +37,7 @@ jobs: build_test_webapp: name: Docker Build Test - Webapp - if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp + if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp == 'true' needs: [files-changed, prepare] runs-on: ubuntu-latest steps: @@ -57,7 +57,7 @@ jobs: lint_webapp: name: Lint Webapp - if: needs.files-changed.outputs.webapp + if: needs.files-changed.outputs.webapp == 'true' needs: files-changed runs-on: ubuntu-latest steps: @@ -69,7 +69,7 @@ jobs: unit_test_webapp: name: Unit Tests - Webapp - if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp + if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp == 'true' needs: [files-changed, build_test_webapp] runs-on: ubuntu-latest permissions: diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index 2d2cefc47..b169c0ce0 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -42,10 +42,7 @@ module.exports = defineConfig({ baseUrl: "http://localhost:3000", specPattern: "cypress/e2e/**/*.feature", supportFile: "cypress/support/e2e.js", - retries: { - runMode: 2, - openMode: 0, - }, + retries: 0, video: false, setupNodeEvents, }, diff --git a/deployment/TODO-next-update.md b/deployment/TODO-next-update.md index 8630275b7..8e30d1f47 100644 --- a/deployment/TODO-next-update.md +++ b/deployment/TODO-next-update.md @@ -2,6 +2,10 @@ When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings: +## Version >= 2.7.0 with 'ocelotDockerVersionTag' 2.7.0-470 + +- You have to rename all `.js` files to `.ts` in `branding/constants` + ## Version >= 2.4.0 with 'ocelotDockerVersionTag' 2.4.0-298 - You have to set `SHOW_CONTENT_FILTER_HEADER_MENU` and `SHOW_CONTENT_FILTER_MASONRY_GRID` in `branding/constants/filter.js` originally in main code file `webapp/constants/filter.js` to your preferred value. diff --git a/webapp/locales/de.json b/webapp/locales/de.json index febb8898c..d8bc537ff 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -580,7 +580,7 @@ "moreInfo": "Was ist {APPLICATION_NAME}?", "moreInfoHint": "zur Präsentationsseite", "no-account": "Du hast noch kein Nutzerkonto?", - "no-cookie": "Es kann kein Cookie angelegt werden. Du must Cookies akzeptieren.", + "no-cookie": "Es kann kein Cookie angelegt werden. Du musst Cookies akzeptieren.", "password": "Dein Passwort", "register": "Nutzerkonto erstellen", "success": "Du bist eingeloggt!" @@ -759,9 +759,9 @@ "viewEvent": { "eventEnd": "Ende", "eventIsOnline": "Online", - "eventLocationName": "Stadt", + "eventLocationName": "Stadt - z.B. Musterstraße 1, 12345 Musterstadt", "eventStart": "Beginn", - "eventVenue": "Veranstaltungsort", + "eventVenue": "Veranstaltungsort - z.B. Hinterhof, 1. OG, ...", "title": "Veranstaltung" }, "viewPost": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index c0fb5c2f6..e6fe4a624 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -759,9 +759,9 @@ "viewEvent": { "eventEnd": "End", "eventIsOnline": "Online", - "eventLocationName": "City", + "eventLocationName": "City - e.g. Example street 1, 12345 City", "eventStart": "Start", - "eventVenue": "Venue", + "eventVenue": "Venue - e.g. Backyard, 1st Floor, ...", "title": "Event" }, "viewPost": {