From 6653f0f640a995e92c21175099a751f444823bb7 Mon Sep 17 00:00:00 2001 From: Dinesh Garg Date: Wed, 21 Sep 2022 22:28:42 -0700 Subject: [PATCH 01/17] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 753ee9a..6238b2b 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ It creates a self-contained, executable JAR in the `target` directory. -h,--help display help -p,--port port to listen (default: 8888) -r,--root server root directory (default: '.') - -t,--threads thread pool size (default: 10) \ No newline at end of file + -t,--threads thread pool size (default: 10) + + test pr From ad3a1ad17051c27edd933c3b16e22ffbd2f644f0 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+qatest" Date: Mon, 8 May 2023 10:03:51 -0700 Subject: [PATCH 02/17] Added pipeline .harness/pipelines/jhttp-1683565427239.yaml --- .harness/pipelines/jhttp-1683565427239.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .harness/pipelines/jhttp-1683565427239.yaml diff --git a/.harness/pipelines/jhttp-1683565427239.yaml b/.harness/pipelines/jhttp-1683565427239.yaml new file mode 100644 index 0000000..76a457e --- /dev/null +++ b/.harness/pipelines/jhttp-1683565427239.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_jhttp_1683565430215 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1683565305149 + repoName: dgarg-harness/jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From 4f87b52392b330a1dc068789e3baecbb68d7bee5 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+qatest" Date: Mon, 8 May 2023 10:03:51 -0700 Subject: [PATCH 03/17] Added input set .harness/Build_jhttp_1683565430215-pr-trigger-input-set-1683565431285.yaml --- ...5430215-pr-trigger-input-set-1683565431285.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1683565430215-pr-trigger-input-set-1683565431285.yaml diff --git a/.harness/Build_jhttp_1683565430215-pr-trigger-input-set-1683565431285.yaml b/.harness/Build_jhttp_1683565430215-pr-trigger-input-set-1683565431285.yaml new file mode 100644 index 0000000..e183f1c --- /dev/null +++ b/.harness/Build_jhttp_1683565430215-pr-trigger-input-set-1683565431285.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1683565430215-pr-trigger-input-set + identifier: Build_jhttp_1683565430215prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1683565430215 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From 06c1a1f541e7cd151eaa6f927a141585e118ef8e Mon Sep 17 00:00:00 2001 From: "dinesh.garg+qatest" Date: Mon, 8 May 2023 10:03:52 -0700 Subject: [PATCH 04/17] Added input set .harness/Build_jhttp_1683565430215-push-trigger-input-set-1683565432301.yaml --- ...30215-push-trigger-input-set-1683565432301.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1683565430215-push-trigger-input-set-1683565432301.yaml diff --git a/.harness/Build_jhttp_1683565430215-push-trigger-input-set-1683565432301.yaml b/.harness/Build_jhttp_1683565430215-push-trigger-input-set-1683565432301.yaml new file mode 100644 index 0000000..edfdf1c --- /dev/null +++ b/.harness/Build_jhttp_1683565430215-push-trigger-input-set-1683565432301.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1683565430215-push-trigger-input-set + identifier: Build_jhttp_1683565430215pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1683565430215 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch> From 3827b4e76990eb935a6dcf8f81915f2408bed565 Mon Sep 17 00:00:00 2001 From: dineshgarg9487+test Date: Mon, 8 May 2023 10:06:53 -0700 Subject: [PATCH 05/17] Added pipeline .harness/pipelines/jhttp-1683565610616.yaml --- .harness/pipelines/jhttp-1683565610616.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .harness/pipelines/jhttp-1683565610616.yaml diff --git a/.harness/pipelines/jhttp-1683565610616.yaml b/.harness/pipelines/jhttp-1683565610616.yaml new file mode 100644 index 0000000..3126dc2 --- /dev/null +++ b/.harness/pipelines/jhttp-1683565610616.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_jhttp_1683565612790 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1683565603017 + repoName: dgarg-harness/jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From 42d913f9a37c8787a4fe3f1ca7b509b4303ba56d Mon Sep 17 00:00:00 2001 From: dineshgarg9487+test Date: Mon, 8 May 2023 10:06:54 -0700 Subject: [PATCH 06/17] Added input set .harness/Build_jhttp_1683565612790-pr-trigger-input-set-1683565614120.yaml --- ...5612790-pr-trigger-input-set-1683565614120.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1683565612790-pr-trigger-input-set-1683565614120.yaml diff --git a/.harness/Build_jhttp_1683565612790-pr-trigger-input-set-1683565614120.yaml b/.harness/Build_jhttp_1683565612790-pr-trigger-input-set-1683565614120.yaml new file mode 100644 index 0000000..b968d49 --- /dev/null +++ b/.harness/Build_jhttp_1683565612790-pr-trigger-input-set-1683565614120.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1683565612790-pr-trigger-input-set + identifier: Build_jhttp_1683565612790prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1683565612790 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From 7611f3f8d207eed368f71dfedb8670793062f798 Mon Sep 17 00:00:00 2001 From: dineshgarg9487+test Date: Mon, 8 May 2023 10:06:55 -0700 Subject: [PATCH 07/17] Added input set .harness/Build_jhttp_1683565612790-push-trigger-input-set-1683565615252.yaml --- ...12790-push-trigger-input-set-1683565615252.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1683565612790-push-trigger-input-set-1683565615252.yaml diff --git a/.harness/Build_jhttp_1683565612790-push-trigger-input-set-1683565615252.yaml b/.harness/Build_jhttp_1683565612790-push-trigger-input-set-1683565615252.yaml new file mode 100644 index 0000000..140a142 --- /dev/null +++ b/.harness/Build_jhttp_1683565612790-push-trigger-input-set-1683565615252.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1683565612790-push-trigger-input-set + identifier: Build_jhttp_1683565612790pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1683565612790 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch> From 01a91febfd433906c3abe5815e75a0523b0cda4a Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:03:23 -0800 Subject: [PATCH 08/17] Added pipeline .harness/pipelines/jhttp-1699463001227.yaml --- .harness/pipelines/jhttp-1699463001227.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .harness/pipelines/jhttp-1699463001227.yaml diff --git a/.harness/pipelines/jhttp-1699463001227.yaml b/.harness/pipelines/jhttp-1699463001227.yaml new file mode 100644 index 0000000..ed68ce8 --- /dev/null +++ b/.harness/pipelines/jhttp-1699463001227.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_jhttp_1699463003436 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1699462990245 + repoName: jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From c7a7486f6f0c9c972e3bb00660a36c85ec179306 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:03:24 -0800 Subject: [PATCH 09/17] Added input set .harness/Build_jhttp_1699463003436-pr-trigger-input-set-1699463004192.yaml --- ...3003436-pr-trigger-input-set-1699463004192.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699463003436-pr-trigger-input-set-1699463004192.yaml diff --git a/.harness/Build_jhttp_1699463003436-pr-trigger-input-set-1699463004192.yaml b/.harness/Build_jhttp_1699463003436-pr-trigger-input-set-1699463004192.yaml new file mode 100644 index 0000000..e25cf0c --- /dev/null +++ b/.harness/Build_jhttp_1699463003436-pr-trigger-input-set-1699463004192.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699463003436-pr-trigger-input-set + identifier: Build_jhttp_1699463003436prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699463003436 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From 4240ebe1f1337603f847584d38885620846d201b Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:03:25 -0800 Subject: [PATCH 10/17] Added input set .harness/Build_jhttp_1699463003436-push-trigger-input-set-1699463004989.yaml --- ...03436-push-trigger-input-set-1699463004989.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699463003436-push-trigger-input-set-1699463004989.yaml diff --git a/.harness/Build_jhttp_1699463003436-push-trigger-input-set-1699463004989.yaml b/.harness/Build_jhttp_1699463003436-push-trigger-input-set-1699463004989.yaml new file mode 100644 index 0000000..0839988 --- /dev/null +++ b/.harness/Build_jhttp_1699463003436-push-trigger-input-set-1699463004989.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699463003436-push-trigger-input-set + identifier: Build_jhttp_1699463003436pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699463003436 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch> From a2bd9dbb29b6708c31463fc09363d4217ef14472 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:05:18 -0800 Subject: [PATCH 11/17] Update pipeline Build jhttp --- .harness/pipelines/jhttp-1699463001227.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/pipelines/jhttp-1699463001227.yaml b/.harness/pipelines/jhttp-1699463001227.yaml index ed68ce8..652a777 100644 --- a/.harness/pipelines/jhttp-1699463001227.yaml +++ b/.harness/pipelines/jhttp-1699463001227.yaml @@ -6,9 +6,9 @@ pipeline: properties: ci: codebase: - build: <+input> connectorRef: account.Github_OAuth_1699462990245 - repoName: jhttp + repoName: dgarg-harness/jhttp + build: <+input> stages: - stage: identifier: build From f5077f5a000b9682fbc45295849b6df6d814d498 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:06:35 -0800 Subject: [PATCH 12/17] Added pipeline .harness/pipelines/jhttp-1699463193093.yaml --- .harness/pipelines/jhttp-1699463193093.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .harness/pipelines/jhttp-1699463193093.yaml diff --git a/.harness/pipelines/jhttp-1699463193093.yaml b/.harness/pipelines/jhttp-1699463193093.yaml new file mode 100644 index 0000000..95ea15b --- /dev/null +++ b/.harness/pipelines/jhttp-1699463193093.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_jhttp_1699463194634 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1699463187093 + repoName: jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From c1874f38a76349df35d80dd93a26113556a9796e Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:06:35 -0800 Subject: [PATCH 13/17] Added input set .harness/Build_jhttp_1699463194634-pr-trigger-input-set-1699463195383.yaml --- ...3194634-pr-trigger-input-set-1699463195383.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699463194634-pr-trigger-input-set-1699463195383.yaml diff --git a/.harness/Build_jhttp_1699463194634-pr-trigger-input-set-1699463195383.yaml b/.harness/Build_jhttp_1699463194634-pr-trigger-input-set-1699463195383.yaml new file mode 100644 index 0000000..a23dedb --- /dev/null +++ b/.harness/Build_jhttp_1699463194634-pr-trigger-input-set-1699463195383.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699463194634-pr-trigger-input-set + identifier: Build_jhttp_1699463194634prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699463194634 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From cb19f810db8b19bdb7dd4be73d991f380b715168 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testacc" Date: Wed, 8 Nov 2023 09:06:36 -0800 Subject: [PATCH 14/17] Added input set .harness/Build_jhttp_1699463194634-push-trigger-input-set-1699463196180.yaml --- ...94634-push-trigger-input-set-1699463196180.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699463194634-push-trigger-input-set-1699463196180.yaml diff --git a/.harness/Build_jhttp_1699463194634-push-trigger-input-set-1699463196180.yaml b/.harness/Build_jhttp_1699463194634-push-trigger-input-set-1699463196180.yaml new file mode 100644 index 0000000..5e19f5f --- /dev/null +++ b/.harness/Build_jhttp_1699463194634-push-trigger-input-set-1699463196180.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699463194634-push-trigger-input-set + identifier: Build_jhttp_1699463194634pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699463194634 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch> From 8fd6d6fccdf9ad75810b7eb33d7aca8c16920d25 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testnew" Date: Thu, 9 Nov 2023 23:05:57 -0800 Subject: [PATCH 15/17] Added pipeline .harness/pipelines/jhttp-1699599955209.yaml --- .harness/pipelines/jhttp-1699599955209.yaml | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .harness/pipelines/jhttp-1699599955209.yaml diff --git a/.harness/pipelines/jhttp-1699599955209.yaml b/.harness/pipelines/jhttp-1699599955209.yaml new file mode 100644 index 0000000..f66f817 --- /dev/null +++ b/.harness/pipelines/jhttp-1699599955209.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_jhttp_1699599957321 + name: Build jhttp + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1699599947033 + repoName: jhttp + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI From 0c31a76023f8e34a9a643e28366c2a470530ef3f Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testnew" Date: Thu, 9 Nov 2023 23:05:58 -0800 Subject: [PATCH 16/17] Added input set .harness/Build_jhttp_1699599957321-pr-trigger-input-set-1699599958196.yaml --- ...9957321-pr-trigger-input-set-1699599958196.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699599957321-pr-trigger-input-set-1699599958196.yaml diff --git a/.harness/Build_jhttp_1699599957321-pr-trigger-input-set-1699599958196.yaml b/.harness/Build_jhttp_1699599957321-pr-trigger-input-set-1699599958196.yaml new file mode 100644 index 0000000..4f3fb1d --- /dev/null +++ b/.harness/Build_jhttp_1699599957321-pr-trigger-input-set-1699599958196.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699599957321-pr-trigger-input-set + identifier: Build_jhttp_1699599957321prtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699599957321 + properties: + ci: + codebase: + build: + type: PR + spec: + number: <+trigger.prNumber> From 8a91d64a1c53dd6a5bb47a9e0ae848bdb3129f51 Mon Sep 17 00:00:00 2001 From: "dinesh.garg+testnew" Date: Thu, 9 Nov 2023 23:05:59 -0800 Subject: [PATCH 17/17] Added input set .harness/Build_jhttp_1699599957321-push-trigger-input-set-1699599959072.yaml --- ...57321-push-trigger-input-set-1699599959072.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/Build_jhttp_1699599957321-push-trigger-input-set-1699599959072.yaml diff --git a/.harness/Build_jhttp_1699599957321-push-trigger-input-set-1699599959072.yaml b/.harness/Build_jhttp_1699599957321-push-trigger-input-set-1699599959072.yaml new file mode 100644 index 0000000..a584449 --- /dev/null +++ b/.harness/Build_jhttp_1699599957321-push-trigger-input-set-1699599959072.yaml @@ -0,0 +1,14 @@ +inputSet: + name: Build_jhttp_1699599957321-push-trigger-input-set + identifier: Build_jhttp_1699599957321pushtriggerinputset + orgIdentifier: default + projectIdentifier: default_project + pipeline: + identifier: Build_jhttp_1699599957321 + properties: + ci: + codebase: + build: + type: branch + spec: + branch: <+trigger.branch>