Skip to content

Commit 4085ca0

Browse files
authored
Merge pull request #1483 from FZJ-INM1-BDA/staging
v2.14.16
2 parents d0f7b15 + 2efbd5f commit 4085ca0

File tree

81 files changed

+3327
-717
lines changed

Some content is hidden

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

81 files changed

+3327
-717
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
}],
2222
"@typescript-eslint/no-unused-vars": ["error", {
2323
"argsIgnorePattern": "^_",
24+
"varsIgnorePattern": "^_",
2425
"ignoreRestSiblings": true
2526
}],
2627
"@typescript-eslint/explicit-function-return-type": "off",

.github/workflows/_screenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[e2e] screenshot"
1+
name: "[ci] screenshot"
22
on:
33
workflow_call:
44
inputs:
@@ -52,7 +52,7 @@ jobs:
5252
echo "SCREENSHOT_NAME=$SCREENSHOT_NAME" >> $GITHUB_ENV
5353
5454
- name: Install dependency
55-
run: npm install cypress
55+
run: npm install cypress@13.17.0
5656

5757
- name: Run Cypress
5858
uses: cypress-io/github-action@v6

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '[ci]'
1+
name: '[ci] run unit tests'
22

33
on:
44
push:

.github/workflows/deploy-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Trigger deploy with helm
1+
name: "[cd] Trigger deploy with helm"
22
on:
33
workflow_call:
44

.github/workflows/docker_img.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '[docker image]'
1+
name: '[ci/cd] build docker image/trigger deploy/check VIP urls'
22

33
on:
44
push:
@@ -7,8 +7,6 @@ on:
77
- "staging"
88
# do not rebuild if...
99
paths-ignore:
10-
# changes to .openshift directory... mostly devops config
11-
- '.openshift/*'
1210
# docs (docs are built on readthedocs any way)
1311
- 'docs/**/*'
1412

.github/workflows/manual_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '[manual-e2e]'
1+
name: "[ci] create manual e2e checklist"
22

33
on:
44
pull_request:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.10'
3030
- name: 'Install gherkin-official'
31-
run: 'pip install gherkin-official'
31+
run: 'pip install gherkin-official==30.0.4'
3232
- name: 'Generate checklist'
3333
run: 'python features/_convert.py'
3434
- name: 'Add checklist comment'

.github/workflows/on_branch_del.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release CI
1+
name: "[ci] run release checklist"
22
on:
33
pull_request:
44
branches:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: "[maint] Release pipeline"
22
on:
33
push:
44
branches:

.github/workflows/repo_sync_ebrains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[repo-sync] repo-sync gitlab.ebrains.eu"
1+
name: "[maint] repo-sync gitlab.ebrains.eu"
22

33
on:
44
push:

0 commit comments

Comments
 (0)