Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release-SSB.no #2508

Merged
merged 27 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4e1c860
Rettet fra brukare til brukarar (#2471)
trineaanerud Jan 25, 2024
aa0559c
Bump @typescript-eslint/parser from 6.18.1 to 6.19.0 (#2454)
dependabot[bot] Jan 25, 2024
7c265c7
[MIM-334] Add spacing that was removed by mistake (#2475)
omsaggau Jan 26, 2024
01b9a67
[MIM-1787] Fix search in 404 page. Cant hydrate so use good ol html (…
omsaggau Jan 26, 2024
27a2267
Rename ingress to preface so detectify stops reporting fasle ingres e…
omsaggau Jan 26, 2024
b69a0b5
Added radiobutton 'Ingen' with value 'noSubject'
Carl-OW Jan 26, 2024
d0a310a
[MIM-1711] Add anchor field to content-type, show in view if it exist…
Glenruben Jan 26, 2024
acebc46
Bump @babel/cli from 7.23.4 to 7.23.9 (#2479)
dependabot[bot] Jan 29, 2024
f3f956f
Bump js-base64 from 3.7.5 to 3.7.6 (#2481)
dependabot[bot] Jan 29, 2024
eb5efa9
Bump @types/ramda from 0.29.9 to 0.29.10 (#2482)
dependabot[bot] Jan 29, 2024
6c32e7e
Bump @babel/preset-env from 7.23.8 to 7.23.9 (#2485)
dependabot[bot] Jan 29, 2024
03c9422
Merge pull request #2476 from statisticsnorway/mim-1710-ingen-knapp-e…
Carl-OW Jan 29, 2024
6432672
Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#2376)
dependabot[bot] Jan 30, 2024
49d1435
removed "manual deploy to test" action (#2491)
annesiri Jan 30, 2024
a8d75dd
[MIM-1726] fixed height issue for menuBox (#2490)
annesiri Jan 30, 2024
5570978
Bump sass from 1.69.7 to 1.70.0 (#2487)
dependabot[bot] Jan 31, 2024
d114c75
[MIM-1784] moved date-fns imports to separate file (#2492)
annesiri Jan 31, 2024
85faa36
[MIM-1784] Added jest test config for ts-files and fixed bug in upcom…
annesiri Jan 31, 2024
f37d9e8
Bump @babel/runtime from 7.23.8 to 7.23.9 (#2498)
dependabot[bot] Feb 5, 2024
cf1abf3
Bump @types/uuid from 9.0.7 to 9.0.8 (#2503)
dependabot[bot] Feb 5, 2024
f4f3e6d
Bump com.github.node-gradle.node from 7.0.1 to 7.0.2 (#2505)
dependabot[bot] Feb 5, 2024
30cfd33
[MIM-1823] MIM-1823-Related-Articles-alt-image-tag (#2506)
Glenruben Feb 5, 2024
f91cc91
Bump mini-css-extract-plugin from 2.7.7 to 2.8.0 (#2504)
dependabot[bot] Feb 5, 2024
7e817fd
Bump postcss-loader from 7.3.4 to 8.1.0 (#2502)
dependabot[bot] Feb 5, 2024
7fcbfc8
Bump kentaro-m/auto-assign-action from 1.2.6 to 2.0.0 (#2496)
dependabot[bot] Feb 5, 2024
cc79743
Update version number to v2.3.0
Feb 5, 2024
d80ecba
Merge pull request #2509 from statisticsnorway/Bump-version-number-v2…
Carl-OW Feb 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign PR
uses: kentaro-m/auto-assign-action@v1.2.6
uses: kentaro-m/auto-assign-action@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_to_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: 'production'
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.28.0
uses: dawidd6/action-download-artifact@v3.0.0
with:
workflow: deploy_to_prod.yaml
branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_to_qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: 'QA'
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.28.0
uses: dawidd6/action-download-artifact@v3.0.0
with:
workflow: deploy_to_qa.yaml
branch: develop
Expand Down
90 changes: 0 additions & 90 deletions .github/workflows/manual_deploy_to_test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id("com.github.node-gradle.node") version "7.0.1"
id("com.github.node-gradle.node") version "7.0.2"
id 'com.enonic.xp.app' version '3.4.0'
id 'no.item.xp.codegen' version '2.3.0'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gradle Project settings
projectName = mimir
version = 2.2.0
version = 2.3.0

# XP App values
appDisplayName = Mimir application
Expand Down
14 changes: 14 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
module.exports = {
testMatch: ['**/src/**/*-test.[tj]s?(x)'],
moduleNameMapper: {
// Example: If relying on relative imports in ts files to make test work one might need to map the module here
'^/lib/vendor/(.*)$': '<rootDir>/src/main/resources/lib/vendor/$1',
// '^/lib/enonic/react4xp$': '<rootDir>/node_modules/@enonic/react4xp',
// '^/lib/(?!xp)(.*)$': [
// '<rootDir>/src/main/resources/lib/$1',
// '<rootDir>/src/main/resources/lib/types/$1/$1',
// '<rootDir>/src/main/resources/lib/ssb/$1/$1',
// ],
// '^/react4xp/(.*)$': '<rootDir>/src/main/resources/react4xp/$1',
// '^/services/(.*)$': '<rootDir>/src/main/resources/services/$1',
// '^/site/(.*)$': ['<rootDir>/.xp-codegen/site/$1', '<rootDir>/src/main/resources/site/$1'],
// '^/tasks/(.*)$': ['<rootDir>/.xp-codegen/tasks/$1', '<rootDir>/src/main/resources/tasks/$1'],
},
}
Loading
Loading