From d3946baeff9081b5a1d578386485d738269dd416 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 28 Sep 2017 14:48:22 +0530 Subject: [PATCH 1/3] =?UTF-8?q?Github=20issue#1175,=20Create=20projects=20?= =?UTF-8?q?as=20Draft=20=E2=80=94=20Using=20createProject=20action=20inste?= =?UTF-8?q?ad=20of=20createProjectWithStatus=20to=20have=20new=20projects?= =?UTF-8?q?=20in=20draft=20status=20instead=20of=20in=5Freview=20directly.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TopBar/ProjectsToolBar.js | 2 +- src/projects/create/containers/CreateContainer.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TopBar/ProjectsToolBar.js b/src/components/TopBar/ProjectsToolBar.js index 9f92fe763..1a50f954b 100644 --- a/src/components/TopBar/ProjectsToolBar.js +++ b/src/components/TopBar/ProjectsToolBar.js @@ -13,7 +13,7 @@ import SVGIconImage from '../SVGIconImage' import CoderBot from '../CoderBot/CoderBot' import ProjectWizard from '../../projects/create/components/ProjectWizard' -import { createProjectWithStatus as createProjectAction } from '../../projects/actions/project' +import { createProject as createProjectAction } from '../../projects/actions/project' import { projectSuggestions, loadProjects } from '../../projects/actions/loadProjects' import { ROLE_CONNECT_COPILOT, diff --git a/src/projects/create/containers/CreateContainer.jsx b/src/projects/create/containers/CreateContainer.jsx index 140a95682..303996f53 100644 --- a/src/projects/create/containers/CreateContainer.jsx +++ b/src/projects/create/containers/CreateContainer.jsx @@ -3,7 +3,7 @@ import React, { PropTypes } from 'react' import { withRouter, browserHistory } from 'react-router' import { connect } from 'react-redux' import { renderComponent, branch, compose, withProps } from 'recompose' -import { createProjectWithStatus as createProjectAction, fireProjectDirty, fireProjectDirtyUndo } from '../../actions/project' +import { createProject as createProjectAction, fireProjectDirty, fireProjectDirtyUndo } from '../../actions/project' import CoderBot from '../../../components/CoderBot/CoderBot' import spinnerWhileLoading from '../../../components/LoadingSpinner' import ProjectWizard from '../components/ProjectWizard' From b72191cbc68dd1250bebb7a332fdb8a5cb2a8800 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Mon, 16 Oct 2017 17:10:49 +0530 Subject: [PATCH 2/3] =?UTF-8?q?Github=20issue#1175,=20Create=20projects=20?= =?UTF-8?q?as=20Draft=20=E2=80=94=20deploying=20feature=20branch=20to=20de?= =?UTF-8?q?v?= 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 2084eb9ca..3e6eb9369 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,7 @@ compile: deployment: development: - branch: dev + branch: [ dev, 'feature/bring-back-draft'] owner: appirio-tech commands: - ./deploy.sh DEV From 01c918521ca2546ebdf5d1014183c3ed5515cef3 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Wed, 18 Oct 2017 09:24:42 +0530 Subject: [PATCH 3/3] =?UTF-8?q?Github=20issue#1175,=20Create=20projects=20?= =?UTF-8?q?as=20Draft=20=E2=80=94=20Removed=20temp=20change=20for=20deploy?= =?UTF-8?q?ment=20of=20feature=20branch=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 3e6eb9369..2084eb9ca 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,7 @@ compile: deployment: development: - branch: [ dev, 'feature/bring-back-draft'] + branch: dev owner: appirio-tech commands: - ./deploy.sh DEV