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

feature/java-conventions-plugin-2 #3511

Merged
merged 50 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
5fa9527
Ny plugin dolly-java-conventions.
rfc3092 Jun 4, 2024
db93e13
Endrer budpro-service til å teste ny plugin.
rfc3092 Jun 4, 2024
6a94bc5
Manglet en includeBuild for plugin.
rfc3092 Jun 4, 2024
16a3cea
Merge branch 'refs/heads/master' into feature/java-conventions-plugin
rfc3092 Jun 5, 2024
c389c8c
Fjernet (midlertidig?) rewrite plugin.
rfc3092 Jun 12, 2024
d389a6a
Merge branch 'refs/heads/master' into feature/java-conventions-plugin
rfc3092 Jun 12, 2024
fc2c1db
Fjernet leftover referanse til uferdig version catalog.
rfc3092 Jun 12, 2024
a03cd10
La til includeBuild på convention plugin til alle settings.gradle.
rfc3092 Jun 12, 2024
6fbcf07
Fjerner java { ... } fra alle build.gradle.
rfc3092 Jun 12, 2024
8433a85
Fjerner tilsynelatende leftovers fra azuread-mock.
rfc3092 Jun 12, 2024
c34f7be
Cleanup av de fleste bootJar { ... } med unntak for duplicatesStrategy.
rfc3092 Jun 12, 2024
c89b69d
Cleanup av test { ... }.
rfc3092 Jun 12, 2024
8f141e2
Lagt til plugin dolly-java-conventions.
rfc3092 Jun 12, 2024
d3721c2
Cleanup i plugins { ... }.
rfc3092 Jun 12, 2024
e368d3e
Cleanup i dependencyManagement { ... }.
rfc3092 Jun 12, 2024
3a3d0bf
Cleanup i sonarqube { ... }.
rfc3092 Jun 12, 2024
8494716
Cleanup i repositories { ... }.
rfc3092 Jun 12, 2024
b0bb41d
Plugin hadde fått fjernet repositories { ... } ved en feiltagelse.
rfc3092 Jun 12, 2024
745d364
Cleanup dependencies: fjernet lombok boilerplate.
rfc3092 Jun 12, 2024
991078d
La til manglende includeBuild for alle libs.
rfc3092 Jun 13, 2024
f49024f
Normalisert includeBuild av plugins.
rfc3092 Jun 13, 2024
2499c69
Cleanup dependencies: fjernet spring-boot-starter-test.
rfc3092 Jun 13, 2024
ae20637
Lagt til Confluent som repo.
rfc3092 Jun 13, 2024
da21f3c
Bump kafka-avro-serializer til 7.6.1 pga vulnerability warning.
rfc3092 Jun 13, 2024
27c3079
Fikset rekkefølge på mavenLocal() i repositories.
rfc3092 Jun 14, 2024
e88e270
Merge branch 'refs/heads/master' into feature/java-conventions-plugin-2
rfc3092 Jun 14, 2024
bdf106d
Workflows trigger på endringer i våre plugins.
rfc3092 Jun 14, 2024
a9689b4
Ny convention plugin for libs.
rfc3092 Jun 14, 2024
000a29c
Test av alle manglende properties tok ikke hensyn til to defaults.
rfc3092 Jun 14, 2024
0ad0047
Ny convention plugin for libs.
rfc3092 Jun 14, 2024
dc0f853
Endret libs/* til å bruke ny convention plugin dolly-libs.
rfc3092 Jun 14, 2024
1f7749a
Ny convention plugin for publishing libs.
rfc3092 Jun 17, 2024
d13c197
Endret libs til å bruke ny convention plugin for publishing libs.
rfc3092 Jun 17, 2024
ebf04d3
Rename plugin dolly-java-conventions til dolly-apps.
rfc3092 Jun 17, 2024
f5f962b
Endret til ny plugin dolly-libs.
rfc3092 Jun 17, 2024
e4ae3f5
Fjerner unødvendig dependency på logstash-logback-encoder (gratis gje…
rfc3092 Jun 17, 2024
82ca6a7
Fjerner unødvendig dependency på spring-boot-starter-actuator (gratis…
rfc3092 Jun 17, 2024
b58aeab
Fjerner unødvendig dependency på micrometer-registry-prometheus (grat…
rfc3092 Jun 17, 2024
f463b58
Fjerner unødvendig dependency på junit-jupiter (gratis gjennom plugin).
rfc3092 Jun 17, 2024
0a080c2
Fjerner unødvendig dependency på spring-boot-configuration-processor …
rfc3092 Jun 17, 2024
b81d961
Fjerner unødvendig dependency på spring-cloud-starter-vault-config (g…
rfc3092 Jun 17, 2024
58fb4a6
Fjerner unødvendig dependency på spring-boot-starter-webflux (gratis …
rfc3092 Jun 17, 2024
de3d4c9
Fjerner unødvendig dependency på hibernate-validator (gratis gjennom …
rfc3092 Jun 17, 2024
1ad13b4
Merge branch 'refs/heads/master' into feature/java-conventions-plugin-2
rfc3092 Jun 17, 2024
0bf69c9
Ny plugin med proxy boilerplate.
rfc3092 Jun 18, 2024
f34098a
Rettet feil i bygg.
rfc3092 Jun 18, 2024
2b942ae
Skiller ut JaCoCo-/Sonar-greier i egen plugin.
rfc3092 Jun 18, 2024
7f5b9b3
Cleanup.
rfc3092 Jun 18, 2024
f70fcda
Merge branch 'refs/heads/master' into feature/java-conventions-plugin-2
rfc3092 Jun 18, 2024
cc731dc
Merge branch 'refs/heads/master' into feature/java-conventions-plugin-2
rfc3092 Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/app.adresse-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: adresse-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.amelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: amelding-service
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.app-tilgang-analyse-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: app-tilgang-analyse-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.arbeidsforhold-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: arbeidsforhold-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.batch-bestilling-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: batch-bestilling-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.brreg-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: brreg-stub
on:
push:
paths:
- "plugins/**"
- libs/database
- libs/servlet-core
- apps/brreg-stub/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.bruker-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: bruker-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/integration-test
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.budpro-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: budpro-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.dolly-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: dolly-backend
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects/**
- libs/data-transfer-search-objects/**
- libs/database/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.dolly-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: dolly-frontend
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.dollystatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: dollystatus
on:
push:
paths:
- "plugins/**"
- apps/dollystatus/**
- .github/workflows/app.dollystatus.yml

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.endringsmelding-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: endringsmelding-frontend
on:
push:
paths:
- "plugins/**"
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-session-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.endringsmelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: endringsmelding-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/data-transfer-search-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.ereg-batch-status-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ereg-batch-status-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/servlet-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.faste-data-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: faste-data-frontend
on:
push:
paths:
- "plugins/**"
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-session-security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: generer-arbeidsforhold-populasjon-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.generer-navn-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: generer-navn-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/security-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: generer-organisasjon-populasjon-service
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.generer-synt-amelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: generer-synt-amelding-service
on:
push:
paths:
- "plugins/**"
- libs/domain
- libs/reactive-core
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.helsepersonell-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: helsepersonell-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: inntektsmelding-generator-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/servlet-core
- libs/servlet-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.inntektsmelding-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: inntektsmelding-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.jenkins-batch-status-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: jenkins-batch-status-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.joark-dokument-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: joark-dokument-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/domain
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.kodeverk-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: kodeverk-service
on:
push:
paths:
- "plugins/**"
- libs/security-core
- libs/reactive-core
- libs/reactive-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.miljoer-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: miljoer-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.oppsummeringsdokument-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: oppsummeringsdokument-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/security-core
- libs/servlet-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-bestilling-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-faste-data-service
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.organisasjon-forvalter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-forvalter
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.organisasjon-mottak-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-mottak-service
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/data-transfer-objects
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.organisasjon-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.organisasjon-tilgang-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-tilgang-frontend
on:
push:
paths:
- "plugins/**"
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-session-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.organisasjon-tilgang-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: organisasjon-tilgang-service
on:
push:
paths:
- "plugins/**"
- libs/reactive-core
- libs/reactive-security
- apps/organisasjon-tilgang-service/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.orgnummer-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: orgnummer-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/database
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.oversikt-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: oversikt-frontend
on:
push:
paths:
- "plugins/**"
- libs/reactive-core
- libs/reactive-frontend
- libs/reactive-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.pdl-forvalter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: pdl-forvalter
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/data-transfer-search-objects
- libs/database
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.person-faste-data-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: person-faste-data-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/reactive-security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: person-organisasjon-tilgang-service
on:
push:
paths:
- "plugins/**"
- libs/integration-test
- libs/reactive-core
- libs/reactive-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.person-search-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: person-search-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.person-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: person-service
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.profil-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: profil-api
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.sykemelding-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: sykemelding-api
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/data-transfer-objects
- libs/servlet-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.synt-sykemelding-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: synt-sykemelding-api
on:
push:
paths:
- "plugins/**"
- libs/commands
- libs/data-transfer-objects
- libs/reactive-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.synt-vedtakshistorikk-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: synt-vedtakshistorikk-service
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/domain
- libs/security-core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.team-dolly-lokal-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: team-dolly-lokal-app
on:
push:
paths:
- "plugins/**"
- .nais/team-dolly-lokal-app.yml
- .github/workflows/app.team-dolly-lokal-app.yml

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.tenor-search-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: tenor-search-service
on:
push:
paths:
- "plugins/**"
- libs/integration-test
- libs/reactive-core
- libs/reactive-security
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.testnav-ident-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: testnav-ident-pool
on:
push:
paths:
- "plugins/**"
- libs/database
- libs/security-core
- libs/servlet-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: testnorge-statisk-data-forvalter
on:
push:
paths:
- "plugins/**"
- libs/avro-schema
- libs/commands
- libs/csv-converter
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/app.tilbakemelding-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: tilbakemelding-api
on:
push:
paths:
- "plugins/**"
- libs/data-transfer-objects
- libs/reactive-core
- libs/security-core
Expand Down
Loading