From 4c8b3e14ca5d89ced919ae53ce73c0acdd0425c0 Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Wed, 15 Feb 2023 11:39:05 +0530 Subject: [PATCH 1/4] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc8b22c88..08f35fd62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ install_test_dependency: &install_test_dependency install_deploysuite: &install_deploysuite name: Installation of install_deploysuite. command: | - git clone --branch v1.4 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript + git clone --branch v1.4.14 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript cp ./../buildscript/master_deploy.sh . cp ./../buildscript/buildenv.sh . cp ./../buildscript/awsconfiguration.sh . From 5300707b2ca75f580982598c866b5c2ae9a51fc2 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Fri, 17 Feb 2023 13:32:16 +1100 Subject: [PATCH 2/4] You're invited button and blue line displays over the Top uninav while scrolling down --- src/components/TopBar/TopBarContainer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TopBar/TopBarContainer.scss b/src/components/TopBar/TopBarContainer.scss index e98288f13..39a6c0ee3 100644 --- a/src/components/TopBar/TopBarContainer.scss +++ b/src/components/TopBar/TopBarContainer.scss @@ -4,7 +4,7 @@ .TopBarContainer { position: sticky; top: 0; - z-index: 4; + z-index: 17; } .login-wrapper { From cbbf8fae9650461638e4f202937629f808a37294 Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Thu, 23 Feb 2023 14:52:20 +0530 Subject: [PATCH 3/4] Update config.yml --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08f35fd62..bc820ff3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,11 +93,11 @@ deploy_steps: &deploy_steps ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-connectapp-deployvar source buildenvvar ./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c $ENABLE_CACHE - curl --request POST \ - --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \ - --header "Circle-Token: ${CIRCLE_TOKEN}" \ - --header 'content-type: application/json' \ - --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}' + #curl --request POST \ + #--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \ + #--header "Circle-Token: ${CIRCLE_TOKEN}" \ + #--header 'content-type: application/json' \ + #--data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}' # Automated Smoke Testing From c7a2a8e3bee10962581266871ed2d93f8ea95424 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Sat, 25 Feb 2023 11:05:11 +1100 Subject: [PATCH 4/4] Connect- Top nav bar disappears when moving mouse over the menu https://github.com/appirio-tech/connect-app/issues/4596 --- src/components/TopBar/ProjectsToolBar.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/TopBar/ProjectsToolBar.scss b/src/components/TopBar/ProjectsToolBar.scss index 1ccd7c3f2..fecccf4ef 100644 --- a/src/components/TopBar/ProjectsToolBar.scss +++ b/src/components/TopBar/ProjectsToolBar.scss @@ -157,6 +157,15 @@ margin-top: 15px; display: flex; + :global { + .SearchBar { + .search-bar__text, + .search-typeahead-text { + z-index: 18; + } + } + } + @media screen and (max-width: $screen-md - 1px) { height: 32px; margin-top: 9px;