From a3ace47bbb22ffdd822d7e54ede7ab3c33f9c461 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Thu, 12 Dec 2024 12:05:53 +0530 Subject: [PATCH 01/20] abc --- azure-pipeline.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 azure-pipeline.yaml diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml new file mode 100644 index 000000000..734d13f0a --- /dev/null +++ b/azure-pipeline.yaml @@ -0,0 +1,18 @@ +--- +pool: 'ubuntu-24.04' +trigger: + branches: + include: + - main +stages: + - stage: build + jobs: + - job: jobbuild + steps: + - task: maven@4 + inputs: + mavemPOMFile: 'pom.xml' + publishJUnitResults: 'true' + testResultFiles: 'default' + jdkVersionOption: '1.17' + goals: 'pacakge' \ No newline at end of file From 02ccd8e072cd4287fcdd06d7f19be81cd6726317 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Mon, 16 Dec 2024 10:52:59 +0530 Subject: [PATCH 02/20] update --- azure-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 734d13f0a..6ad2fe109 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -14,5 +14,5 @@ stages: mavemPOMFile: 'pom.xml' publishJUnitResults: 'true' testResultFiles: 'default' - jdkVersionOption: '1.17' - goals: 'pacakge' \ No newline at end of file + jdkVersionOption: '17' + goals: 'package' \ No newline at end of file From f809987af060ea45cc4c272c7f46df8faa96b0f0 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Mon, 16 Dec 2024 13:27:53 +0530 Subject: [PATCH 03/20] spring --- azure-pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 6ad2fe109..be447fc13 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -1,5 +1,5 @@ --- -pool: 'ubuntu-24.04' +pool: 'default' trigger: branches: include: @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: maven@4 + - task: maven@3 inputs: - mavemPOMFile: 'pom.xml' - publishJUnitResults: 'true' - testResultFiles: 'default' - jdkVersionOption: '17' + mavemPomFile: 'pom.xml' + publishJUnitResults: true + testResultFiles: '**/TEST-*.xml' + jdkVersionOption: '21' goals: 'package' \ No newline at end of file From 6781360ed6bdca79e1735e02856803b3d6df3b06 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 09:34:37 +0530 Subject: [PATCH 04/20] new --- src/azure-pipeline.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/azure-pipeline.yaml diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml new file mode 100644 index 000000000..c0e732ca5 --- /dev/null +++ b/src/azure-pipeline.yaml @@ -0,0 +1,18 @@ +--- +pool: default +trigger: + - main +stages: + - stage: build + jobs: + - job: jobbuild + steps: + - task: maven@4 + inputs: + mavemPOMFile: pom.xml + publishJUnitResults: true + testResultFiles: '**/surefire-reports/TEST-*.xml' + jdkVersionOption: '21' + goals: package + + From f0e5085c10927665c7362de9ce731cde5b8a1506 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 11:29:56 +0530 Subject: [PATCH 05/20] build --- azure-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index be447fc13..7414c6e07 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: maven@3 + - task: maven@4 inputs: mavemPomFile: 'pom.xml' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' - jdkVersionOption: '21' - goals: 'package' \ No newline at end of file + jdkVersionOption: '1.17' + goals: 'validate' \ No newline at end of file From 282c10ff4ae09b14b279e3b0efb4d4108fcdf709 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 16:07:35 +0530 Subject: [PATCH 06/20] gradle --- azure-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index 7414c6e07..e29e87f87 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -9,9 +9,9 @@ stages: jobs: - job: jobbuild steps: - - task: maven@4 + - task: Gardle@3 inputs: - mavemPomFile: 'pom.xml' + gradleWrapperFile: 'gradlew' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' From 53e56d7912c2d446daf1ca4b3d9b95d08a5ed6ce Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 16:10:16 +0530 Subject: [PATCH 07/20] Revert "feat: add Persian and Turkish localization files for application messages" This reverts commit 22caee3d036b6ec34d6045dc7354185919a9d4fc. --- src/main/resources/messages/messages_fa.properties | 9 --------- src/main/resources/messages/messages_tr.properties | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 src/main/resources/messages/messages_fa.properties delete mode 100644 src/main/resources/messages/messages_tr.properties diff --git a/src/main/resources/messages/messages_fa.properties b/src/main/resources/messages/messages_fa.properties deleted file mode 100644 index a68a21c77..000000000 --- a/src/main/resources/messages/messages_fa.properties +++ /dev/null @@ -1,9 +0,0 @@ -welcome=خوش آمدید -required=الزامی -notFound=یافت نشد -duplicate=قبلا استفاده شده -nonNumeric=باید عددی باشد -duplicateFormSubmission=ارسال تکراری فرم مجاز نیست -typeMismatch.date=تاریخ نامعتبر -typeMismatch.birthDate=تاریخ تولد نامعتبر - diff --git a/src/main/resources/messages/messages_tr.properties b/src/main/resources/messages/messages_tr.properties deleted file mode 100644 index 1020566aa..000000000 --- a/src/main/resources/messages/messages_tr.properties +++ /dev/null @@ -1,9 +0,0 @@ -welcome=hoş geldiniz -required=gerekli -notFound=bulunamadı -duplicate=zaten kullanılıyor -nonNumeric=sadece sayısal olmalıdır -duplicateFormSubmission=Formun tekrar gönderilmesine izin verilmez -typeMismatch.date=geçersiz tarih -typeMismatch.birthDate=geçersiz tarih - From 9fd82a74b1fe496710d1e32a9f6d473eee3faedd Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Tue, 17 Dec 2024 16:13:13 +0530 Subject: [PATCH 08/20] Delete src/azure-pipeline.yaml --- src/azure-pipeline.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/azure-pipeline.yaml diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml deleted file mode 100644 index c0e732ca5..000000000 --- a/src/azure-pipeline.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -pool: default -trigger: - - main -stages: - - stage: build - jobs: - - job: jobbuild - steps: - - task: maven@4 - inputs: - mavemPOMFile: pom.xml - publishJUnitResults: true - testResultFiles: '**/surefire-reports/TEST-*.xml' - jdkVersionOption: '21' - goals: package - - From c74a679b65129dc9777bd389ef7466d32815b0ac Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Tue, 17 Dec 2024 16:15:18 +0530 Subject: [PATCH 09/20] Create azure-pipeline.yaml --- src/azure-pipeline.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/azure-pipeline.yaml diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml new file mode 100644 index 000000000..13a9b3322 --- /dev/null +++ b/src/azure-pipeline.yaml @@ -0,0 +1,18 @@ +--- +pool: 'default' +trigger: + branches: + include: + - main +stages: + - stage: build + jobs: + - job: jobbuild + steps: + - task: Gardle@3 + inputs: + gradleWrapperFile: 'gradlew' + publishJUnitResults: true + testResultFiles: '**/TEST-*.xml' + jdkVersionOption: '1.17' + goals: 'validate' From 24da69838cc766c280ab73812e677630cd7e13bd Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Tue, 17 Dec 2024 16:28:02 +0530 Subject: [PATCH 10/20] Delete src/azure-pipeline.yaml --- src/azure-pipeline.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/azure-pipeline.yaml diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml deleted file mode 100644 index 13a9b3322..000000000 --- a/src/azure-pipeline.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -pool: 'default' -trigger: - branches: - include: - - main -stages: - - stage: build - jobs: - - job: jobbuild - steps: - - task: Gardle@3 - inputs: - gradleWrapperFile: 'gradlew' - publishJUnitResults: true - testResultFiles: '**/TEST-*.xml' - jdkVersionOption: '1.17' - goals: 'validate' From 27726b75d30d7c4665ffdf16377786f28771f113 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 16:30:56 +0530 Subject: [PATCH 11/20] gradle --- azure-pipeline.yaml => azure-pipeline.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename azure-pipeline.yaml => azure-pipeline.yml (100%) diff --git a/azure-pipeline.yaml b/azure-pipeline.yml similarity index 100% rename from azure-pipeline.yaml rename to azure-pipeline.yml From 0cdd85863faeb1d897a2cdde79b74a147aee35f1 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 17:03:25 +0530 Subject: [PATCH 12/20] new --- src/azure-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index e29e87f87..188159529 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -11,6 +11,7 @@ stages: steps: - task: Gardle@3 inputs: + tasks: 'build' gradleWrapperFile: 'gradlew' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' From c587c62374386e07e9500588b946236d2749847a Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 17:13:22 +0530 Subject: [PATCH 13/20] latest --- src/azure-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index 188159529..e3ab0a2c8 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -16,4 +16,4 @@ stages: publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file + goals: 'build' \ No newline at end of file From ce645feeba1821a552b95efced01630bb6a2c2f6 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 17:31:48 +0530 Subject: [PATCH 14/20] delpoy --- src/azure-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index e3ab0a2c8..69c2bc13e 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -9,11 +9,11 @@ stages: jobs: - job: jobbuild steps: - - task: Gardle@3 + - task: Gradle@3 inputs: tasks: 'build' gradleWrapperFile: 'gradlew' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'build' \ No newline at end of file + goals: 'deploy' \ No newline at end of file From 4864420c0ed8fff12f98a43d85035e0fe46455dc Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Wed, 18 Dec 2024 11:01:01 +0530 Subject: [PATCH 15/20] 18 --- azure-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index e29e87f87..cd5c0d5a9 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -9,10 +9,10 @@ stages: jobs: - job: jobbuild steps: - - task: Gardle@3 + - task: maven@4 inputs: - gradleWrapperFile: 'gradlew' + mavenPOMFile: 'pom.xml' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file + goals: 'build' \ No newline at end of file From 463f542a0f8dcb0ccd292233c11075a559c292d3 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Wed, 18 Dec 2024 11:59:00 +0530 Subject: [PATCH 16/20] demo --- azure-pipeline.yml | 2 +- spring-petclinic | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 spring-petclinic diff --git a/azure-pipeline.yml b/azure-pipeline.yml index cd5c0d5a9..73c8170ee 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -15,4 +15,4 @@ stages: publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'build' \ No newline at end of file + goals: 'validate' \ No newline at end of file diff --git a/spring-petclinic b/spring-petclinic new file mode 160000 index 000000000..6e44856ce --- /dev/null +++ b/spring-petclinic @@ -0,0 +1 @@ +Subproject commit 6e44856ce8cad300c239f803af3db5e241707b27 From 55c6020f14fa57a7785652edab5ebe1d88d5c89d Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Wed, 18 Dec 2024 12:07:21 +0530 Subject: [PATCH 17/20] connections --- azure-pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 73c8170ee..d02e2af6e 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -1,9 +1,7 @@ --- pool: 'default' trigger: - branches: - include: - - main + - main stages: - stage: build jobs: From ea24777f93356384b6836b337484c223bfbbe5bf Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Wed, 18 Dec 2024 16:11:56 +0530 Subject: [PATCH 18/20] checks --- mani.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mani.py diff --git a/mani.py b/mani.py new file mode 100644 index 000000000..5f672ffee --- /dev/null +++ b/mani.py @@ -0,0 +1 @@ +just for checking From 72d11181de839e4f78d42661b0e449ea2553b4c6 Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Wed, 18 Dec 2024 16:36:34 +0530 Subject: [PATCH 19/20] Delete azure-pipeline.yml --- azure-pipeline.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 azure-pipeline.yml diff --git a/azure-pipeline.yml b/azure-pipeline.yml deleted file mode 100644 index d02e2af6e..000000000 --- a/azure-pipeline.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -pool: 'default' -trigger: - - main -stages: - - stage: build - jobs: - - job: jobbuild - steps: - - task: maven@4 - inputs: - mavenPOMFile: 'pom.xml' - publishJUnitResults: true - testResultFiles: '**/TEST-*.xml' - jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file From 14c280d03d1d44639ac5898228a2d4fe912a3be7 Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Wed, 18 Dec 2024 17:02:11 +0530 Subject: [PATCH 20/20] Create azure-pipeline.yaml --- azure-pipeline.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 azure-pipeline.yaml diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml new file mode 100644 index 000000000..607914c27 --- /dev/null +++ b/azure-pipeline.yaml @@ -0,0 +1,18 @@ +--- +pool: default +trigger: + - main +stages: + - stage: build + jobs: + - job: jobbuild + steps: + - task: maven@4 + inputs: + mavemPOMFile: pom.xml + publishJUnitResults: true + testResultFiles: '**/surefire-reports/TEST-*.xml' + jdkVersionOption: '1.17' + goals: package + +