From 8e7a735ed7762d375cff5da6827309904890794c Mon Sep 17 00:00:00 2001 From: bhargav Date: Mon, 24 Jun 2019 15:19:09 +0530 Subject: [PATCH 01/29] test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d1861f..85a4b66 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=h # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` + +# test From 016ad43619521e6cbe67fa592cf7b72173f81a9a Mon Sep 17 00:00:00 2001 From: bhargav Date: Mon, 24 Jun 2019 15:24:35 +0530 Subject: [PATCH 02/29] testing the poll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a4b66..135e7d6 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=h # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` -# test +# testing the poll From 5799334a412c83cae5102610fa40a9553a988d90 Mon Sep 17 00:00:00 2001 From: bhargav Date: Fri, 12 Jul 2019 18:32:34 +0530 Subject: [PATCH 03/29] jenkinsfile --- Jenkinsfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..3faa6a5 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,21 @@ +#!/usr/bin/env groovy + +def label = "is-jenkins-${UUID.randomUUID().toString()}" + +podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', containers: [ + containerTemplate(name: 'docker', image: 'docker:stable-dind', ttyEnabled: true, command: 'cat'), +], volumes: [hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock')]) { + + node(label) { + ansiColor('xterm') { + + stage('Clean Docker Image') { + container('docker') { + sh""" + echo "y"|docker system prune -a + """ + } + } + } + } +} From b40cb38ae547dce1624542790e6f35c872b74a86 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Fri, 12 Jul 2019 18:42:36 +0530 Subject: [PATCH 04/29] Create Jenkinsfile --- Jenkinsfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..3faa6a5 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,21 @@ +#!/usr/bin/env groovy + +def label = "is-jenkins-${UUID.randomUUID().toString()}" + +podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', containers: [ + containerTemplate(name: 'docker', image: 'docker:stable-dind', ttyEnabled: true, command: 'cat'), +], volumes: [hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock')]) { + + node(label) { + ansiColor('xterm') { + + stage('Clean Docker Image') { + container('docker') { + sh""" + echo "y"|docker system prune -a + """ + } + } + } + } +} From 41b0ec4b1df264ccd2b7eace7b35a43dd20f3432 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 15 Jul 2019 10:38:36 +0530 Subject: [PATCH 05/29] Update Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3faa6a5..1d3b4c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,9 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', """ } } + stage('Clean Docker Image') { + build job: 'accounts-e2e-test-runner', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] } + } } } From e7274e4e6b5f4cdcc6d7d1967bffe5a57ccad811 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 15 Jul 2019 10:45:31 +0530 Subject: [PATCH 06/29] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d3b4c9..952a03e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', } } stage('Clean Docker Image') { - build job: 'accounts-e2e-test-runner', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] + build job: 'test-cleanup', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] } } } From 5b602a1da982bd6265853737dd87d8b712b595cd Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 15 Jul 2019 10:56:27 +0530 Subject: [PATCH 07/29] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 952a03e..0347aae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', } } stage('Clean Docker Image') { - build job: 'test-cleanup', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] + build job: 'test-param-trigger', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] } } } From d183a1dcfdc51b09d541c101826d0e8ab6476d8f Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 15 Jul 2019 11:33:45 +0530 Subject: [PATCH 08/29] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0347aae..e7401e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', } } stage('Clean Docker Image') { - build job: 'test-param-trigger', parameters: [string(name: 'BRANCH', value: 'master'), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] + build job: 'test-param-trigger', parameters: [string(name: 'BRANCH', value: env.BRANCH_NAME), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] } } } From d9c8b390b182d8152c603a4414f30be173f8b0da Mon Sep 17 00:00:00 2001 From: bhargav Date: Mon, 15 Jul 2019 11:39:00 +0530 Subject: [PATCH 09/29] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d1861f..a1f7841 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![](https://images.microbadger.com/badges/image/weaveworksdemos/orders.svg)](http://microbadger.com/images/weaveworksdemos/orders "Get your own image badge on microbadger.com") # orders + A microservices-demo service that provides ordering capabilities. This build is built, tested and released by travis. From e8b1034be94b0e2cae8bb2f0aad9c11939a7284c Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 15 Jul 2019 18:07:55 +0530 Subject: [PATCH 10/29] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a1f7841..8d1861f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![](https://images.microbadger.com/badges/image/weaveworksdemos/orders.svg)](http://microbadger.com/images/weaveworksdemos/orders "Get your own image badge on microbadger.com") # orders - A microservices-demo service that provides ordering capabilities. This build is built, tested and released by travis. From 9d975f4fb9f9d1d164c6abc2769819d5a0d4d965 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Fri, 26 Jul 2019 11:34:33 +0530 Subject: [PATCH 11/29] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index e7401e2..0a74ffd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,7 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', } stage('Clean Docker Image') { build job: 'test-param-trigger', parameters: [string(name: 'BRANCH', value: env.BRANCH_NAME), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] + githubNotify description: 'This is a shorted example', status: 'SUCCESS' } } } From ccf15d708ba177a7609ed5660fb599cf67a1d19b Mon Sep 17 00:00:00 2001 From: bhargav Date: Fri, 26 Jul 2019 11:40:18 +0530 Subject: [PATCH 12/29] update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a1f7841..8d1861f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![](https://images.microbadger.com/badges/image/weaveworksdemos/orders.svg)](http://microbadger.com/images/weaveworksdemos/orders "Get your own image badge on microbadger.com") # orders - A microservices-demo service that provides ordering capabilities. This build is built, tested and released by travis. From 03792c797ae2ca759daeb9c8778e36297e7461e9 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 15:06:28 +0530 Subject: [PATCH 13/29] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8d1861f..de59bee 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ # orders A microservices-demo service that provides ordering capabilities. - This build is built, tested and released by travis. # API Spec - Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=https://raw.githubusercontent.com/microservices-demo/orders/master/api-spec/orders.json) # Build From 7e13aa1a7c0da31484e41f695f81d09d05693dac Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 15:26:11 +0530 Subject: [PATCH 14/29] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de59bee..68b27b8 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=h # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` + +#test-webhook From c4b0ccecc74374fa78af24726ff360edd2dc258b Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 15:43:09 +0530 Subject: [PATCH 15/29] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 68b27b8..de59bee 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,3 @@ Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=h # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` - -#test-webhook From 02449fca35184c8ffe20fa0f64f69b84b55897ca Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 17:12:48 +0530 Subject: [PATCH 16/29] Update LICENSE --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 8dada3e..8f71f43 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + From 066175186338844bc4d95f8568bba98a64b6f4a2 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 17:18:10 +0530 Subject: [PATCH 17/29] Update LICENSE --- LICENSE | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8f71f43..8dada3e 100644 --- a/LICENSE +++ b/LICENSE @@ -199,4 +199,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - From 0762b964a20d2b4578f26ed8e691ecc572c705b9 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 7 Aug 2019 18:18:47 +0530 Subject: [PATCH 18/29] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de59bee..dd0503d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This build is built, tested and released by travis. Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=https://raw.githubusercontent.com/microservices-demo/orders/master/api-spec/orders.json) # Build +test ## Jar `mvn -DskipTests package` From 5a20708ef23a7ef2253443286103761af2df53dd Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Thu, 8 Aug 2019 12:43:04 +0530 Subject: [PATCH 19/29] Update LICENSE --- LICENSE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE b/LICENSE index 8dada3e..07d22b0 100644 --- a/LICENSE +++ b/LICENSE @@ -11,6 +11,8 @@ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common From 986bcc38d80813258089f7ffe7f339e3bcd7ac04 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Thu, 8 Aug 2019 12:44:39 +0530 Subject: [PATCH 20/29] Update LICENSE --- LICENSE | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE b/LICENSE index 07d22b0..4b5234f 100644 --- a/LICENSE +++ b/LICENSE @@ -12,7 +12,6 @@ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common From f47e65f2803a88a65474c7140f54960152f9884e Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Thu, 19 Sep 2019 17:37:08 +0530 Subject: [PATCH 21/29] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a74ffd..e7401e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,6 @@ podTemplate(name: label, label: label, nodeSelector: 'function=docker_workers', } stage('Clean Docker Image') { build job: 'test-param-trigger', parameters: [string(name: 'BRANCH', value: env.BRANCH_NAME), string(name: 'ENVIRONMENT', value: 'STAGE'), string(name: 'SLACK_ROOM', value: 'cx-eng')] - githubNotify description: 'This is a shorted example', status: 'SUCCESS' } } } From 659630e9ef273f48ccb0824690d17a5f95cdeb2b Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Fri, 20 Sep 2019 13:44:07 +0530 Subject: [PATCH 22/29] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd0503d..1ad2597 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,6 @@ test # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` + + +#test From fb35f8fb16eca68c25eb518273f6287067be6dea Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Fri, 20 Sep 2019 13:49:38 +0530 Subject: [PATCH 23/29] Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ad2597..46163f5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,4 @@ test `curl http://localhost:8082` # Push -`GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` - - -#test +`GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh From afe553677a7d939174b32b6a599571203a18577c Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Fri, 20 Sep 2019 13:53:21 +0530 Subject: [PATCH 24/29] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46163f5..ba59b66 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,6 @@ test # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh + + +#test-2 From ea2ff4a1f76b95bad1f5b524d5f1d7c7185fe9f3 Mon Sep 17 00:00:00 2001 From: bhargav Date: Mon, 23 Sep 2019 12:27:44 +0530 Subject: [PATCH 25/29] updated readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ba59b66..e676e9d 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,3 @@ test `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh -#test-2 From f8039427d34748c6ef1138195721278aca70d637 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 30 Sep 2019 14:02:13 +0530 Subject: [PATCH 26/29] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e676e9d..b3472ae 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,6 @@ test # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh +#test + From ed620dc75c8f7a8b410f911e2b096bb9aa0bca53 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Mon, 30 Sep 2019 16:32:49 +0530 Subject: [PATCH 27/29] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b3472ae..b403e42 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,3 @@ test # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh -#test - - From cdcbea5d70fb496d6f22cccfb5ac292f43de93f3 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Wed, 24 Jun 2020 10:50:12 +0530 Subject: [PATCH 28/29] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b403e42..46163f5 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,3 @@ test # Push `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh - From 248b6e60611341cb17b101ce5f89cc096c3528e9 Mon Sep 17 00:00:00 2001 From: bhargavkeshav Date: Thu, 25 Jun 2020 00:33:06 +0530 Subject: [PATCH 29/29] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d9c267..08f2fa1 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ Checkout the API Spec [here](http://microservices-demo.github.io/api/index?url=h `GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh` # testing the poll +''sam