From cfadbca25d387687ab92757f3556b263313adb1c Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 4 Nov 2020 07:40:10 -0300 Subject: [PATCH 1/6] fix: auth0 hotfix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 113c861e6d..3968f70759 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,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.0", + "topcoder-react-lib": "1000.25.1", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From 688720b84955a156a8bd8992910d2a027699dc25 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 4 Nov 2020 07:41:20 -0300 Subject: [PATCH 2/6] ci: deploy auth0-hotfix-v3 to Dev env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3068361bc5..abe65e8480 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,8 +230,8 @@ workflows: filters: branches: only: - - develop-auth0-sync - develop + - auth0-hotfix-v3 # This is alternate dev env for parallel testing - "build-test": context : org-global From 8b9b836e76134e136e1e4c757474b1b0d9c0f6ed Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Wed, 4 Nov 2020 18:52:23 -0300 Subject: [PATCH 3/6] Smoke Testing - Auth0 hotfix Issue: #5159 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3968f70759..b86ddf8877 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,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": "1000.25.1", + "topcoder-react-lib": "1000.25.2", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", From ce74dc33d29fc3ba03b77043cbaa8b5b6079ae2b Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 5 Nov 2020 07:21:07 +0200 Subject: [PATCH 4/6] Change Apollo URL --- src/shared/routes/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/routes/index.jsx b/src/shared/routes/index.jsx index 4e29cf8a06..5eaebb62fa 100644 --- a/src/shared/routes/index.jsx +++ b/src/shared/routes/index.jsx @@ -134,7 +134,7 @@ function Routes({ communityId }) { id="4Ie8cLj2OvuFqbU46HBGQM" /> )} - path="/apollo" + path="/wipro-apollo" /> From 9a3098d917fbc62f8b289b866338ee403b863a81 Mon Sep 17 00:00:00 2001 From: Kiril Kartunov Date: Thu, 5 Nov 2020 08:15:22 +0200 Subject: [PATCH 5/6] Fix baseUrl too --- src/shared/routes/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/routes/index.jsx b/src/shared/routes/index.jsx index 5eaebb62fa..a69a461bf4 100644 --- a/src/shared/routes/index.jsx +++ b/src/shared/routes/index.jsx @@ -130,7 +130,7 @@ function Routes({ communityId }) { ( )} From 470d5fda0e3e70c47035a9a997badd5cc0094b00 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 5 Nov 2020 16:32:51 +0530 Subject: [PATCH 6/6] release: 2020/11/05 - RELEASE v1.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b86ddf8877..719076c89e 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,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": "1000.25.2", + "topcoder-react-lib": "1.1.1", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",