Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions src/components/TopBar/ProjectsToolBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBarContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.TopBarContainer {
position: sticky;
top: 0;
z-index: 4;
z-index: 17;
}

.login-wrapper {
Expand Down