Skip to content

Commit

Permalink
Merge branch 'main' into feat/PZ-4496-show-case-decision
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo authored Dec 4, 2024
2 parents 362d4ae + bac6cda commit 2cb7745
Show file tree
Hide file tree
Showing 26 changed files with 83 additions and 30 deletions.
1 change: 0 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ header:
- 'config'
- 'docs'
- 'gradle'
- 'helm'
- 'scripts'
- 'target'
- 'wildfly-*'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ services:
- "8181:8181"

openldap:
image: docker.io/bitnami/openldap:2.6.8@sha256:ef16af5f5565168fd77b3f728b3e4dc51538f80ea4c736af2c288eb55900b5c6
image: docker.io/bitnami/openldap:2.6.9@sha256:8e3f28db7a8c05d7db99ec688b8ca1044f0deaf8f98ea5b1f71c42276e3c1583
ports:
- "1389:1389"
- "1636:1636"
Expand Down
4 changes: 4 additions & 0 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# SPDX-FileCopyrightText: 2024 Lifely
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: v2
Expand Down
22 changes: 0 additions & 22 deletions helm/templates/NOTES.txt

This file was deleted.

5 changes: 5 additions & 0 deletions helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{/*
SPDX-FileCopyrightText: 2024 Lifely
SPDX-License-Identifier: EUPL-1.2+
*/}}

{{/*
Expand the name of the chart.
*/}}
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/configmap-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if not .Values.nginx.existingConfigmap }}
{{- if .Values.nginx.enabled }}
apiVersion: v1
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/extra-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "zaakafhandelcomponent.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/nginx-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.nginx.enabled }}
apiVersion: apps/v1
kind: Deployment
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/nginx-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.nginx.enabled }}
apiVersion: v1
kind: Service
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/office-converter-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/office-converter-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/opa-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.opa.enabled }}
{{- if not .Values.opa.sidecar }}
apiVersion: apps/v1
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/opa-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.opa.enabled }}
{{- if not .Values.opa.sidecar }}
apiVersion: v1
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: v1
kind: Secret
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/signaleren-cron-job.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: batch/v1
kind: CronJob
metadata:
Expand Down
4 changes: 4 additions & 0 deletions helm/templates/signaleren-delete-cron-job.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#
apiVersion: batch/v1
kind: CronJob
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# SPDX-FileCopyrightText: 2024 Lifely
# SPDX-FileCopyrightText: 2022 Atos, 2024 Lifely
# SPDX-License-Identifier: EUPL-1.2+
#

Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publiccodeYmlVersion: "0.4"

name: Dimpact Zaakafhandelcomponent (ZAC)
url: "git://github.com/infonl/dimpact-zaakafhandelcomponent.git"
softwareVersion: "1.11.80"
softwareVersion: "1.11.83"
releaseDate: "2024-12-04"

platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ZaakafhandelParameterBeheerService @Inject constructor(
* @param zaaktypeUri uri of the new zaaktype
*/
fun createNewZaakafhandelParametersOnZaakTypeChange(zaaktypeUri: URI) {
// if we already have a zaakafhandelparameters for this zaaktype UUID, so do not attempt to create a new one
// if we already have a zaakafhandelparameters for this zaaktype UUID, do not attempt to create a new one
if (listZaakafhandelParametersForZaaktypeUuid(zaaktypeUri.extractUuid()).isNotEmpty()) return

ztcClientService.readZaaktype(zaaktypeUri).takeIf { !it.concept }?.let { zaaktype ->
Expand Down Expand Up @@ -169,8 +169,7 @@ class ZaakafhandelParameterBeheerService @Inject constructor(
val builder = entityManager.criteriaBuilder
val query = builder.createQuery(ZaakafhandelParameters::class.java)
val root = query.from(ZaakafhandelParameters::class.java)
query.select(root)
.where(builder.equal(root.get<Any>(ZAAKTYPE_OMSCHRIJVING), zaaktypeDescription))
query.select(root).where(builder.equal(root.get<Any>(ZAAKTYPE_OMSCHRIJVING), zaaktypeDescription))
query.orderBy(builder.desc(root.get<Any>(CREATIEDATUM)))
val resultList = entityManager.createQuery(query).setMaxResults(1).resultList
return if (resultList.isNotEmpty()) {
Expand Down

0 comments on commit 2cb7745

Please sign in to comment.