From e7694232dedd588c557219bb963b923a50a73c60 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 19:54:20 +0000 Subject: [PATCH 01/51] added updated .tracis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a232582..2feb505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - docker before_install: - - docker build -t singhabhinav/react-project -f Dockerfile_dev . + - docker build -t rkgovindu/react-project -f Dockerfile_dev . script: - - docker run -e CI=true singhabhinav/react-project npm run test + - docker run -e CI=true rkgovindu/react-project npm run test #deploy: # provider: elasticbeanstalk From 6dc2c6f0549cafc6b3791958de42e8d7198f3d6a Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:04:41 +0000 Subject: [PATCH 02/51] added app.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 8ca19e4..c514aa8 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Edit src/App.js and save to reload by Abhinav 124. + Edit src/App.js and save to reload by Ravi Govindu.

Date: Sat, 15 Aug 2020 20:18:38 +0000 Subject: [PATCH 03/51] updated ocrrect docke --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2feb505..d49ba1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - docker before_install: - - docker build -t rkgovindu/react-project -f Dockerfile_dev . + - docker build -t rkgovindu/react-project-prod -f Dockerfile_dev . script: - - docker run -e CI=true rkgovindu/react-project npm run test + - docker run -e CI=true rkgovindu/react-project-prod npm run test #deploy: # provider: elasticbeanstalk From bf74e10d09c41bab6e6a4371545f05d18aa43fb1 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:31:56 +0000 Subject: [PATCH 04/51] added comments updated .tracis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d49ba1c..c6ee878 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +#test ravi govindu edites sudo: required services: - docker From ce691970cfd231d214a69031983b47507cbcbc9b Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:36:34 +0000 Subject: [PATCH 05/51] updated indx.js to fail --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f5185c1..4eb4ffc 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ ReactDOM.render( , - document.getElementById('root') + document.getElementById('rootqweqwe') ); // If you want your app to work offline and load faster, you can change From 045645f00254c5370f4e29646c519bf5e8cbf07f Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:43:59 +0000 Subject: [PATCH 06/51] testcase modified --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 4db7ebc..4642e89 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,5 +1,5 @@ import React from 'react'; -import { render } from '@testing-library/react'; +#import { render } from '@testing-library/react'; import App from './App'; test('renders learn react link', () => { From 5a5e84a5b919c4b4753ce705e809afd8a808a589 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:44:17 +0000 Subject: [PATCH 07/51] index modified --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4eb4ffc..f5185c1 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ ReactDOM.render( , - document.getElementById('rootqweqwe') + document.getElementById('root') ); // If you want your app to work offline and load faster, you can change From 740fa0efd8615be59548fff22dbf9228b6350f58 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 20:49:40 +0000 Subject: [PATCH 08/51] testcase corrected files --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 4642e89..4db7ebc 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,5 +1,5 @@ import React from 'react'; -#import { render } from '@testing-library/react'; +import { render } from '@testing-library/react'; import App from './App'; test('renders learn react link', () => { From e0ba5f552967852d0c8234a0fef0c9f3ce4eb314 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 03:45:47 +0000 Subject: [PATCH 09/51] testcase line added modified --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 4db7ebc..43e75dd 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,7 +1,7 @@ import React from 'react'; import { render } from '@testing-library/react'; import App from './App'; - +#test line ravi - testcase added test('renders learn react link', () => { const { getByText } = render(); const linkElement = getByText(/learn react/i); From 462715b61e9d2e3f6532f2350e42eb516defb1ab Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 03:48:08 +0000 Subject: [PATCH 10/51] testcase line added modified --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 43e75dd..be04759 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,7 +1,7 @@ import React from 'react'; import { render } from '@testing-library/react'; import App from './App'; -#test line ravi - testcase added +'#test line ravi - testcase added test('renders learn react link', () => { const { getByText } = render(); const linkElement = getByText(/learn react/i); From acd3bf332c1eea49ebe31428de2995917f13ade1 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 03:56:56 +0000 Subject: [PATCH 11/51] testcase line added modified --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index be04759..4db7ebc 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,7 +1,7 @@ import React from 'react'; import { render } from '@testing-library/react'; import App from './App'; -'#test line ravi - testcase added + test('renders learn react link', () => { const { getByText } = render(); const linkElement = getByText(/learn react/i); From b7a924dbd1e19551a91f727fd2b127589de560a2 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 15:43:19 +0000 Subject: [PATCH 12/51] added workflos --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6ee878..5f97c0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,13 @@ script: - docker run -e CI=true rkgovindu/react-project-prod npm run test #deploy: -# provider: elasticbeanstalk -# region: us-west-1 # Specify your region -# app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard -# env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard -# bucket_name: "elasticbeanstalk-us-west-1-034275272121" -# bucket_path: "docker" -# access_key_id: $AWS_ACCESS_KEY -# secret_access_key: $AWS_SECRET_KEY -# on: -# branch: master + provider: elasticbeanstalk + region: us-west-1 # Specify your region + app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: master From 8d66ae9deafbd0a02c309bf0ce31cb173fc44b84 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 15:46:28 +0000 Subject: [PATCH 13/51] added workflosin index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f5185c1..0811ba5 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceWorker from './serviceWorker'; - +#added full ReactDOM.render( From 01764340cc69705c50a88e43440395b774ab40bd Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 15:54:08 +0000 Subject: [PATCH 14/51] aws workflow --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f97c0f..11c7122 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -#test ravi govindu edites +#test updated ravi govindu edites sudo: required services: - docker @@ -9,7 +9,7 @@ before_install: script: - docker run -e CI=true rkgovindu/react-project-prod npm run test -#deploy: +deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard From 0c43c8622289cf392090fd0d477e07f087cb5707 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 16:02:25 +0000 Subject: [PATCH 15/51] pushed new hellow orld --- src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index c514aa8..49b7e22 100644 --- a/src/App.js +++ b/src/App.js @@ -6,9 +6,8 @@ function App() { return (
- logo -

- Edit src/App.js and save to reload by Ravi Govindu. + logo

+ Edit src/App.js and save to reload HELLO WORLD by Ravi Govindu.

Date: Sun, 16 Aug 2020 16:10:52 +0000 Subject: [PATCH 16/51] pushed new hello app name correctedd --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11c7122..e697b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard - env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard + app: react-project-docker # Copy it from Elastic Beanstalk dashboard + env: ReactProjectDocker-env # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 5b478b6036c3e74dcbd7e8741ccc37ce7848735c Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 16:20:42 +0000 Subject: [PATCH 17/51] pushed new hello app name correcte...111 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e697b49..11c7122 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: react-project-docker # Copy it from Elastic Beanstalk dashboard - env: ReactProjectDocker-env # Copy it from Elastic Beanstalk dashboard + app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 884abca36855f1afbc1b68ef9dc6016859f7a069 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 16:25:29 +0000 Subject: [PATCH 18/51] pushed new hello app name correcte...2222 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11c7122..8699c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -#test updated ravi govindu edites sudo: required services: - docker From 8a17d897bdce14e414e39e7021536aa88db66181 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 17:13:56 +0000 Subject: [PATCH 19/51] pushed new hello app name correcte..33333 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8699c89..12ba66f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard + app: "react-project-docker" # copy Copy it from Elastic Beanstalk dashboard env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" From 9cae5c184782da0bec49e43d62b2670256a89541 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 17:28:56 +0000 Subject: [PATCH 20/51] pushed new hello app name correcte..33333 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12ba66f..bc9c467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project-docker" # copy Copy it from Elastic Beanstalk dashboard + app: "react-project-docker" # acopy Copy it from Elastic Beanstalk dashboard env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" From 28165f8d5b5c75f9334196896d6f35684113d737 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 17:44:09 +0000 Subject: [PATCH 21/51] pushed new hello app name correcte..33333 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc9c467..273751b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project-docker" # acopy Copy it from Elastic Beanstalk dashboard - env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard + app: "react_project_docker_v1" #py Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDockerV1-env" #opy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 48c16cacdf5f5704c29c0843aef9dbb3e8c2dd5a Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 17:49:50 +0000 Subject: [PATCH 22/51] pushed new hello app name correcte..3123123123 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 273751b..9777ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region app: "react_project_docker_v1" #py Copy it from Elastic Beanstalk dashboard - env: "ReactProjectDockerV1-env" #opy it from Elastic Beanstalk dashboard + env: "ReactProjectDockerV1" #opy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 208952a542270c3bf3db7464bf03247e127e2998 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 16:46:40 +0000 Subject: [PATCH 23/51] ravi added new line --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9777ebd..25c0c7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react_project_docker_v1" #py Copy it from Elastic Beanstalk dashboard + app: "react_project_docker_v1" #py Copy ishkkjashdk t from Elastic Beanstalk dashboard env: "ReactProjectDockerV1" #opy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" From 5db57e8db14eee0302af2d27716f787a448a1d57 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 16:48:45 +0000 Subject: [PATCH 24/51] ravi added new line --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25c0c7a..030f92b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region app: "react_project_docker_v1" #py Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "ReactProjectDockerV1" #opy it from Elastic Beanstalk dashboard + env: "ReactProjectDockerV1-env" #opy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 3ec694c1d35dde056d6dfa56fe2c399dfb47310a Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 17:07:32 +0000 Subject: [PATCH 25/51] ravi pp name changed --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 030f92b..1e5e306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react_project_docker_v1" #py Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "ReactProjectDockerV1-env" #opy it from Elastic Beanstalk dashboard + app: "react-project-prod" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "ReactProjectProd-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From a9ae6042e59e491b80556360a05ea53b93de99a5 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 17:17:42 +0000 Subject: [PATCH 26/51] ravi pp name changed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e5e306..cbe0525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ deploy: region: us-west-1 # Specify your region app: "react-project-prod" # Copy ishkkjashdk t from Elastic Beanstalk dashboard env: "ReactProjectProd-env" # Copy it from Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_name: "arn:aws:s3:::elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY secret_access_key: $AWS_SECRET_KEY From a5a408a8447852b270127d8d783003d73b62a014 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 17:24:54 +0000 Subject: [PATCH 27/51] ravi pp name changed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cbe0525..1e5e306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ deploy: region: us-west-1 # Specify your region app: "react-project-prod" # Copy ishkkjashdk t from Elastic Beanstalk dashboard env: "ReactProjectProd-env" # Copy it from Elastic Beanstalk dashboard - bucket_name: "arn:aws:s3:::elasticbeanstalk-us-west-1-422800408520" + bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY secret_access_key: $AWS_SECRET_KEY From 7e10f7a2b89d7154e4f7c86d574c84e42652ed8c Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 17:30:27 +0000 Subject: [PATCH 28/51] ravi pp name changed --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e5e306..0dc929e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project-prod" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "ReactProjectProd-env" # Copy it from Elastic Beanstalk dashboard + app: "react-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "ReactProject1-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 630b6d4c8d007c037521f787ed2eaf7eacc048dd Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 17:57:09 +0000 Subject: [PATCH 29/51] index file corrected --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0811ba5..f5185c1 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceWorker from './serviceWorker'; -#added full + ReactDOM.render( From 8863a9eb3f9352329412af41efac538cc9fe951c Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 18:05:27 +0000 Subject: [PATCH 30/51] index file corrected app name corected --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0dc929e..bb6a4ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ script: deploy: provider: elasticbeanstalk region: us-west-1 # Specify your region - app: "react-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "ReactProject1-env" # Copy it from Elastic Beanstalk dashboard + app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "Reactproject2-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From ce9b4fb8f89c785c571ad09a8eb6f88c25504336 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 18:12:09 +0000 Subject: [PATCH 31/51] final try --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb6a4ec..c9f285a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - docker before_install: - - docker build -t rkgovindu/react-project-prod -f Dockerfile_dev . + - docker build -t rkgovindu/react-project:prod -f Dockerfile_dev . script: - - docker run -e CI=true rkgovindu/react-project-prod npm run test + - docker run -e CI=true rkgovindu/react-project:prod npm run test deploy: provider: elasticbeanstalk From 9db73468ee7b98c416f9430f4358673150d125cc Mon Sep 17 00:00:00 2001 From: Cloud User Date: Mon, 17 Aug 2020 18:16:58 +0000 Subject: [PATCH 32/51] final try2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9f285a..a909b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: deploy: provider: elasticbeanstalk - region: us-west-1 # Specify your region + region: us-west-1 # Specify your regiiiion app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard env: "Reactproject2-env" # Copy it from Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" From d709de210f1d14d90e7fb49318b8908a3ea73daf Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 14:40:36 +0000 Subject: [PATCH 33/51] happy vinayak checkin' --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a909b8b..b7f5e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: provider: elasticbeanstalk region: us-west-1 # Specify your regiiiion app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "Reactproject2-env" # Copy it from Elastic Beanstalk dashboard + env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 5c8795015d51945b2e2033137c5339ddd6827d8c Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 14:49:51 +0000 Subject: [PATCH 34/51] happy AWS testing --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 49b7e22..805c2bd 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() {
logo

- Edit src/App.js and save to reload HELLO WORLD by Ravi Govindu. + Edit src/App.js and save to AWS reload HELLO by Ravi Govindu.

Date: Sat, 22 Aug 2020 14:59:50 +0000 Subject: [PATCH 35/51] test fail --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 4db7ebc..15ca881 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -4,6 +4,6 @@ import App from './App'; test('renders learn react link', () => { const { getByText } = render(); - const linkElement = getByText(/learn react/i); + const linkElement = getByText(/learpppppn react/i); expect(linkElement).toBeInTheDocument(); }); From 49cd1627a151c7b43e519d765e016c1b1369f7b5 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 15:05:19 +0000 Subject: [PATCH 36/51] test Ravi --- src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 15ca881..637afab 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -4,6 +4,6 @@ import App from './App'; test('renders learn react link', () => { const { getByText } = render(); - const linkElement = getByText(/learpppppn react/i); + const linkElement = getByText(/Ravi/i); expect(linkElement).toBeInTheDocument(); }); From 853466168be2e91512b20b34dea1214ee5f50da9 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 15:22:21 +0000 Subject: [PATCH 37/51] updated App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 805c2bd..240dd60 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() {
logo

- Edit src/App.js and save to AWS reload HELLO by Ravi Govindu. + Edit src/App.js and save to ****AWS Travic CI ****** HELLO by Ravi Govindu.

Date: Sat, 22 Aug 2020 16:13:09 +0000 Subject: [PATCH 38/51] added staging and master --- .travis.yml | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7f5e5b..89141e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,26 @@ script: - docker run -e CI=true rkgovindu/react-project:prod npm run test deploy: - provider: elasticbeanstalk - region: us-west-1 # Specify your regiiiion - app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-west-1-422800408520" - bucket_path: "docker" - access_key_id: $AWS_ACCESS_KEY - secret_access_key: $AWS_SECRET_KEY - on: - branch: master + - provider: elasticbeanstalk + region: us-west-1 # Specify your regiiiion + app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: master + + + - provider: elasticbeanstalk + region: us-west-1 # Specify your regiiiion + app: "eact-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "ReactProject1-env" # Copy it from 1 Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: feature + From c22f0b46ed2a9054caab063b670a6cffaa662a06 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:24:25 +0000 Subject: [PATCH 39/51] added after spaces adjusted staging and master --- .travis.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89141e6..fa816df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,26 +9,26 @@ script: - docker run -e CI=true rkgovindu/react-project:prod npm run test deploy: - - provider: elasticbeanstalk - region: us-west-1 # Specify your regiiiion - app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-west-1-422800408520" - bucket_path: "docker" - access_key_id: $AWS_ACCESS_KEY - secret_access_key: $AWS_SECRET_KEY - on: - branch: master + - provider: elasticbeanstalk + region: us-west-1 # Specify your regiiiion + app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: master - - provider: elasticbeanstalk - region: us-west-1 # Specify your regiiiion - app: "eact-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "ReactProject1-env" # Copy it from 1 Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-west-1-422800408520" - bucket_path: "docker" - access_key_id: $AWS_ACCESS_KEY - secret_access_key: $AWS_SECRET_KEY - on: - branch: feature + - provider: elasticbeanstalk + region: us-west-1 # Specify your regiiiion + app: "eact-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + env: "ReactProject1-env" # Copy it from 1 Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-west-1-422800408520" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: feature From 559ab7ec73fab60a755f13c5051ddb2d253fcf39 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:33:00 +0000 Subject: [PATCH 40/51] added after all branches truer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa816df..e2704ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ deploy: secret_access_key: $AWS_SECRET_KEY on: branch: feature - + all_branches: true From 7f771ed7c9d00111e92e35a0f5fdd2798315c636 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:38:39 +0000 Subject: [PATCH 41/51] added after all branches - true --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2704ff..2632d37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ deploy: - provider: elasticbeanstalk region: us-west-1 # Specify your regiiiion - app: "eact-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard + app: "react-project1" # Copy ishkkjashdk t from Elastic Beanstalk dashboard env: "ReactProject1-env" # Copy it from 1 Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" From bd6025829b2beca3bbb2f7bdf4b24fc7af230d35 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:48:08 +0000 Subject: [PATCH 42/51] added after all branches - true -- tags=true --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2632d37..1b83333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ deploy: secret_access_key: $AWS_SECRET_KEY on: branch: feature - all_branches: true + tags: true From 3ff206bd4f835548265f8a07656c1988a2eb4bba Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:52:22 +0000 Subject: [PATCH 43/51] added after all_branches:true -- tags=true --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b83333..2632d37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ deploy: secret_access_key: $AWS_SECRET_KEY on: branch: feature - tags: true + all_branches: true From 90eee62108836e2b92113e67779e892b260f6f1a Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:56:09 +0000 Subject: [PATCH 44/51] added after all_branches:true 3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2632d37..4972a79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,5 @@ deploy: on: branch: feature all_branches: true + condition: $TRAVIS_BRANCH =~ ^(feature|master)$ + From e0b7f070ff2ee46590f9da62081f9ceb02c3f9c1 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 29 Aug 2020 12:47:07 +0000 Subject: [PATCH 45/51] updated 29 AUg --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 240dd60..1cff218 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() {
logo

- Edit src/App.js and save to ****AWS Travic CI ****** HELLO by Ravi Govindu. + Edit src/App.js and save to ****AWS Travic CI ****** HELLO by Ravi Govindu. - updated 29 Aug 2020

Date: Sat, 29 Aug 2020 12:52:51 +0000 Subject: [PATCH 46/51] updated 29 AUg --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 1cff218..32a5704 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() { From e01bdd766dbecb7d17d4d3a457b241fd8fd84e16 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 29 Aug 2020 13:19:08 +0000 Subject: [PATCH 48/51] updated .travis with removal of all braches : true --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4972a79..9d26cd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,6 @@ deploy: secret_access_key: $AWS_SECRET_KEY on: branch: feature - all_branches: true - condition: $TRAVIS_BRANCH =~ ^(feature|master)$ + + From af83f9e592d24ed5ca9594ea26e8a2d11bf24cfb Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 29 Aug 2020 13:23:14 +0000 Subject: [PATCH 49/51] updated travis to incorporate staging checkoU --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d26cd7..cd4a23c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: - provider: elasticbeanstalk region: us-west-1 # Specify your regiiiion app: "ReactProject2" # Copy ishkkjashdk t from Elastic Beanstalk dashboard - env: "Reactproject2-env" # Copy it from 1 Elastic Beanstalk dashboard + env: "Reactproject2-env" # Copy it from i1 1 Elastic Beanstalk dashboard bucket_name: "elasticbeanstalk-us-west-1-422800408520" bucket_path: "docker" access_key_id: $AWS_ACCESS_KEY From 2e97aa49d00a9dc9ed67aa71c77c88be54b1b9b3 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 29 Aug 2020 13:27:12 +0000 Subject: [PATCH 50/51] updated signupfeature_b->staging --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2554096..9ebe50f 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() {