From 1f5751ce7577f3d6502c8ced84f7690509ce6c79 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Tue, 26 Sep 2017 13:01:41 +0530 Subject: [PATCH 1/4] =?UTF-8?q?Github=20issue#1194,=20Backend=20support=20?= =?UTF-8?q?to=20have=20new=20project=20types=20supported.=20=E2=80=94=20Ad?= =?UTF-8?q?ded=204=20new=20project=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants.js b/src/constants.js index d16944f5..1f8a519b 100644 --- a/src/constants.js +++ b/src/constants.js @@ -4,6 +4,10 @@ export const PROJECT_TYPE = { GENERIC: 'generic', VISUAL_PROTOTYPE: 'visual_prototype', VISUAL_DESIGN: 'visual_design', + WEBSITE : 'website', + APP: 'app', + QUALITY_ASSURANCE: 'quality_assurance', + CHATBOT: 'chatbot' }; export const PROJECT_STATUS = { From 8d1d428f4f8e184532c365632384499f1fc2fa5d Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Tue, 26 Sep 2017 13:12:26 +0530 Subject: [PATCH 2/4] Fixed lint errors --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 1f8a519b..1d2c0d62 100644 --- a/src/constants.js +++ b/src/constants.js @@ -4,10 +4,10 @@ export const PROJECT_TYPE = { GENERIC: 'generic', VISUAL_PROTOTYPE: 'visual_prototype', VISUAL_DESIGN: 'visual_design', - WEBSITE : 'website', + WEBSITE: 'website', APP: 'app', QUALITY_ASSURANCE: 'quality_assurance', - CHATBOT: 'chatbot' + CHATBOT: 'chatbot', }; export const PROJECT_STATUS = { From edd2ad123fa266ef974b470699679dcfcda5f336 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Tue, 26 Sep 2017 13:38:19 +0530 Subject: [PATCH 3/4] =?UTF-8?q?Deploying=20to=20devGithub=20issue#1194,=20?= =?UTF-8?q?Backend=20support=20to=20have=20new=20project=20types=20support?= =?UTF-8?q?ed.=20=E2=80=94=20Deploying=20to=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f5993dff..b4e44afd 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,7 @@ dependencies: deployment: development: - branch: dev + branch: [ dev, 'feature/new-project-types' ] commands: - ./ebs_deploy.sh tc-project-service DEV $CIRCLE_BUILD_NUM From e5103788e38f8a155827357afd6d00358804574a Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 28 Sep 2017 13:04:53 +0530 Subject: [PATCH 4/4] Reverting temp change to deploy feature branch to dev --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b4e44afd..f5993dff 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,7 @@ dependencies: deployment: development: - branch: [ dev, 'feature/new-project-types' ] + branch: dev commands: - ./ebs_deploy.sh tc-project-service DEV $CIRCLE_BUILD_NUM