Skip to content

Commit

Permalink
Merge branch 'master' into feature/sommeroppgave-app
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum authored Aug 14, 2024
2 parents f796718 + 154afe5 commit 01159ed
Show file tree
Hide file tree
Showing 471 changed files with 5,698 additions and 7,866 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/app.adresse-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: adresse-service
on:
push:
paths:
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
- libs/servlet-security
- apps/adresse-service/**
- .github/workflows/app.adresse-service.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-security/**"
- "apps/adresse-service/**"
- ".github/workflows/app.adresse-service.yml"

jobs:
workflow:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/app.amelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: amelding-service
on:
push:
paths:
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-security
- libs/security-core
- apps/amelding-service/**
- .github/workflows/app.amelding-service.yml
- "plugins/**"
- "libs/avro-schema/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/reactive-security/**"
- "libs/security-core/**"
- "apps/amelding-service/**"
- ".github/workflows/app.amelding-service.yml"

jobs:
workflow:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/app.app-tilgang-analyse-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: app-tilgang-analyse-service
on:
push:
paths:
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-security
- apps/app-tilgang-analyse-service/**
- .github/workflows/app.app-tilgang-analyse-service.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/reactive-security/**"
- "apps/app-tilgang-analyse-service/**"
- ".github/workflows/app.app-tilgang-analyse-service.yml"

jobs:
workflow:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/app.arbeidsforhold-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: arbeidsforhold-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
- libs/servlet-core
- libs/servlet-security
- apps/arbeidsforhold-service/**
- .github/workflows/app.arbeidsforhold-service.yml
- "plugins/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-security/**"
- "apps/arbeidsforhold-service/**"
- ".github/workflows/app.arbeidsforhold-service.yml"

jobs:
workflow:
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/app.batch-bestilling-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: batch-bestilling-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
- libs/servlet-core
- libs/servlet-insecure-security
- libs/servlet-security
- apps/batch-bestilling-service/**
- .github/workflows/app.batch-bestilling-service.yml
- "plugins/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-insecure-security/**"
- "libs/servlet-security/**"
- "apps/batch-bestilling-service/**"
- ".github/workflows/app.batch-bestilling-service.yml"

jobs:
workflow:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/app.brreg-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: brreg-stub
on:
push:
paths:
- libs/database
- libs/servlet-core
- apps/brreg-stub/**
- .github/workflows/app.brreg-stub.yml
- "plugins/**"
- "libs/database/**"
- "libs/servlet-core/**"
- "apps/brreg-stub/**"
- ".github/workflows/app.brreg-stub.yml"

jobs:
workflow:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/app.bruker-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: bruker-service
on:
push:
paths:
- libs/data-transfer-objects
- libs/integration-test
- libs/reactive-core
- libs/reactive-security
- libs/security-core
- apps/bruker-service/**
- .github/workflows/app.bruker-service.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/integration-test/**"
- "libs/reactive-core/**"
- "libs/reactive-security/**"
- "libs/security-core/**"
- "apps/bruker-service/**"
- ".github/workflows/app.bruker-service.yml"

jobs:
workflow:
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/app.budpro-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: budpro-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
- libs/servlet-core
- libs/servlet-insecure-security
- libs/servlet-security
- apps/budpro-service/**
- .github/workflows/app.budpro-service.yml
- "plugins/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-insecure-security/**"
- "libs/servlet-security/**"
- "apps/budpro-service/**"
- ".github/workflows/app.budpro-service.yml"

jobs:
workflow:
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/app.dolly-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ name: dolly-backend
on:
push:
paths:
- libs/data-transfer-objects
- libs/database
- libs/reactive-core
- libs/security-core
- libs/servlet-core
- libs/servlet-insecure-security
- libs/servlet-security
- apps/dolly-backend/**
- .github/workflows/app.dolly-backend.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/data-transfer-search-objects/**"
- "libs/database/**"
- "libs/reactive-core/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-insecure-security/**"
- "libs/servlet-security/**"
- "apps/dolly-backend/**"
- ".github/workflows/app.dolly-backend.yml"

jobs:
workflow:
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/app.dolly-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ name: dolly-frontend
on:
push:
paths:
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-proxy
- libs/reactive-security
- libs/reactive-session-security
- libs/security-core
- libs/security-core
- apps/dolly-frontend/**
- .github/workflows/app.dolly-frontend.yml
- .github/workflows/common.playwright.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/reactive-frontend/**"
- "libs/reactive-proxy/**"
- "libs/reactive-security/**"
- "libs/reactive-session-security/**"
- "libs/security-core/**"
- "libs/security-core/**"
- "apps/dolly-frontend/**"
- ".github/workflows/app.dolly-frontend.yml"
- ".github/workflows/common.playwright.yml"

jobs:
playwright:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/app.dollystatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: dollystatus
on:
push:
paths:
- apps/dollystatus/**
- .github/workflows/app.dollystatus.yml
- "plugins/**"
- "apps/dollystatus/**"
- ".github/workflows/app.dollystatus.yml"

jobs:
workflow:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/app.endringsmelding-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: endringsmelding-frontend
on:
push:
paths:
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-session-security
- libs/security-core
- apps/endringsmelding-frontend/**
- .github/workflows/app.endringsmelding-frontend.yml
- "plugins/**"
- "libs/reactive-core/**"
- "libs/reactive-frontend/**"
- "libs/reactive-session-security/**"
- "libs/security-core/**"
- "apps/endringsmelding-frontend/**"
- ".github/workflows/app.endringsmelding-frontend.yml"

jobs:
workflow:
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/app.endringsmelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: endringsmelding-service
on:
push:
paths:
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-security
- libs/security-core
- apps/endringsmelding-service/**
- .github/workflows/app.endringsmelding-service.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/data-transfer-search-objects/**"
- "libs/reactive-core/**"
- "libs/reactive-security/**"
- "libs/security-core/**"
- "apps/endringsmelding-service/**"
- ".github/workflows/app.endringsmelding-service.yml"

jobs:
workflow:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/app.ereg-batch-status-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: ereg-batch-status-service
on:
push:
paths:
- libs/data-transfer-objects
- libs/reactive-core
- libs/servlet-core
- libs/servlet-security
- apps/ereg-batch-status-service/**
- .github/workflows/app.ereg-batch-status-service.yml
- "plugins/**"
- "libs/data-transfer-objects/**"
- "libs/reactive-core/**"
- "libs/servlet-core/**"
- "libs/servlet-security/**"
- "apps/ereg-batch-status-service/**"
- ".github/workflows/app.ereg-batch-status-service.yml"

jobs:
workflow:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/app.faste-data-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: faste-data-frontend
on:
push:
paths:
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-session-security
- libs/security-core
- apps/faste-data-frontend/**
- .github/workflows/app.faste-data-frontend.yml
- "plugins/**"
- "libs/reactive-core/**"
- "libs/reactive-frontend/**"
- "libs/reactive-session-security/**"
- "libs/security-core/**"
- "apps/faste-data-frontend/**"
- ".github/workflows/app.faste-data-frontend.yml"

jobs:
workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: generer-arbeidsforhold-populasjon-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
- libs/servlet-insecure-security
- apps/generer-arbeidsforhold-populasjon-service/**
- .github/workflows/app.generer-arbeidsforhold-populasjon-service.yml
- "plugins/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-insecure-security/**"
- "apps/generer-arbeidsforhold-populasjon-service/**"
- ".github/workflows/app.generer-arbeidsforhold-populasjon-service.yml"

jobs:
workflow:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/app.generer-navn-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ name: generer-navn-service
on:
push:
paths:
- libs/commands
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
- libs/servlet-security
- libs/testing
- apps/generer-navn-service/**
- .github/workflows/app.generer-navn-service.yml
- "plugins/**"
- "libs/commands/**"
- "libs/data-transfer-objects/**"
- "libs/security-core/**"
- "libs/servlet-core/**"
- "libs/servlet-security/**"
- "libs/testing/**"
- "apps/generer-navn-service/**"
- ".github/workflows/app.generer-navn-service.yml"

jobs:
workflow:
Expand Down
Loading

0 comments on commit 01159ed

Please sign in to comment.