From 395194b534244ea7f12cfecb3c4ca495f3074e2d Mon Sep 17 00:00:00 2001 From: kanikamittal09 Date: Wed, 23 Feb 2022 15:35:12 +0530 Subject: [PATCH 1/4] changes in student proto --- protofiles/student.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protofiles/student.proto b/protofiles/student.proto index 213ef2e..81fdef6 100644 --- a/protofiles/student.proto +++ b/protofiles/student.proto @@ -3,7 +3,7 @@ syntax = "proto3"; message Student { int32 id = 1; string name = 2; - int32 rollno = 3; + float rollno = 3; } message Class { From 5684c74f009185bc3f90f48c1d5730a66ab74cdb Mon Sep 17 00:00:00 2001 From: kanikamittal09 Date: Wed, 23 Feb 2022 16:46:53 +0530 Subject: [PATCH 2/4] added gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file From f1bf8a0ddaba9cb80a5868052bbe6afc9ffee802 Mon Sep 17 00:00:00 2001 From: automation four Date: Wed, 3 Apr 2024 15:48:58 +0530 Subject: [PATCH 3/4] Create service diffrepo_diffbranch --- .harness/diffrepo_diffbranch.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .harness/diffrepo_diffbranch.yaml diff --git a/.harness/diffrepo_diffbranch.yaml b/.harness/diffrepo_diffbranch.yaml new file mode 100644 index 0000000..0f37913 --- /dev/null +++ b/.harness/diffrepo_diffbranch.yaml @@ -0,0 +1,5 @@ +service: + name: diffrepo_diffbranch + identifier: diffrepo_diffbranch + orgIdentifier: default + projectIdentifier: kanikaTest From 83052b394a6749b37394c00905d3754085762343 Mon Sep 17 00:00:00 2001 From: automation four Date: Wed, 3 Apr 2024 15:49:33 +0530 Subject: [PATCH 4/4] Update service diffrepo_diffbranch --- .harness/diffrepo_diffbranch.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.harness/diffrepo_diffbranch.yaml b/.harness/diffrepo_diffbranch.yaml index 0f37913..9ada7ab 100644 --- a/.harness/diffrepo_diffbranch.yaml +++ b/.harness/diffrepo_diffbranch.yaml @@ -3,3 +3,19 @@ service: identifier: diffrepo_diffbranch orgIdentifier: default projectIdentifier: kanikaTest + serviceDefinition: + spec: + artifacts: + primary: + primaryArtifactRef: <+input> + sources: + - name: diffrepo_diffbranch + identifier: diffrepo_diffbranch + template: + templateRef: testCustomArtifactSource + versionLabel: "1" + templateInputs: + type: CustomArtifact + spec: + version: <+input> + type: Kubernetes