From 7fb528a47c6713056e64dba4943e377bd2b10ced Mon Sep 17 00:00:00 2001 From: M Fikri A Date: Wed, 17 Mar 2021 13:57:47 +0700 Subject: [PATCH 1/4] Split GroupIDs Request By Several Chunks --- src/shared/containers/Profile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/containers/Profile.jsx b/src/shared/containers/Profile.jsx index 8c12c66334..5f86439b59 100644 --- a/src/shared/containers/Profile.jsx +++ b/src/shared/containers/Profile.jsx @@ -20,7 +20,7 @@ class ProfileContainer extends React.Component { meta, } = this.props; - loadProfile(handleParam, _.join(_.get(meta, 'groupIds', []))); + loadProfile(handleParam, _.get(meta, 'groupIds', [])); } componentWillReceiveProps(nextProps) { @@ -32,7 +32,7 @@ class ProfileContainer extends React.Component { } = nextProps; if (handleParam !== profileForHandle) { - loadProfile(handleParam, _.join(_.get(meta, 'groupIds', []))); + loadProfile(handleParam, _.get(meta, 'groupIds', [])); } } From c3ef1cac1c5a713c533d7bde4162ea7427ff9512 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Tue, 4 May 2021 04:38:20 -0300 Subject: [PATCH 2/4] fix: for issue #5308 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28e53ff3ad..adc3d0fb8a 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "supertest": "^3.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1.1.7", + "topcoder-react-lib": "1000.27.13", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From a9fc82430614ff56e1c468ee2a571792cfdae135 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Tue, 4 May 2021 04:39:49 -0300 Subject: [PATCH 3/4] ci: deploy fix-topgear-profile to Dev and Stag env --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d107a6dc6..a2fa0b8b3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,14 +276,14 @@ workflows: branches: only: - develop - - feature/recommender-sync-develop + - fix-topgear-profile # This is alternate dev env for parallel testing - "build-test": context : org-global filters: branches: only: - - gig-application-update + - free # This is alternate dev env for parallel testing - "build-qa": context : org-global @@ -297,7 +297,7 @@ workflows: filters: branches: only: - - develop + - free # This is stage env for production QA releases - "build-prod-staging": context : org-global @@ -305,7 +305,7 @@ workflows: branches: only: - develop - - feature/recommender-sync-develop + - fix-topgear-profile - "approve-smoke-test-on-staging": type: approval requires: From 2d43f2bb66bd06e323f7ca7ab1ae93cd81408ac2 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Thu, 6 May 2021 12:14:19 -0300 Subject: [PATCH 4/4] ci: Deploy - fix-topgear-profile to QA and BETA env --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2fa0b8b3e..ae0349f98e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,7 +276,6 @@ workflows: branches: only: - develop - - fix-topgear-profile # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -290,14 +289,14 @@ workflows: filters: branches: only: - - free + - fix-topgear-profile # This is beta env for production soft releases - "build-prod-beta": context : org-global filters: branches: only: - - free + - fix-topgear-profile # This is stage env for production QA releases - "build-prod-staging": context : org-global @@ -305,7 +304,6 @@ workflows: branches: only: - develop - - fix-topgear-profile - "approve-smoke-test-on-staging": type: approval requires: