Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Legacy SUGCON site assets from repo #469

Merged
merged 5 commits into from
Jun 26, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"sitecore.cli": {
"version": "5.1.25",
"version": "5.2.113",
"commands": [
"sitecore"
]
Expand Down
7 changes: 1 addition & 6 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ SUGCON_INDIA_HOST_INTERNAL_URI=http://sugconindia:3000
SUGCON_NA_HOST=sugconna.xmcloudcm.localhost
SUGCON_NA_HOST_INTERNAL_URI=http://sugconna:3000
RENDERING_HOST_INTERNAL_URI=http://sugconanz:3000
SUGCON2024_EU_HOST=sugconeu2024.xmcloudcm.localhost
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the SUGCON 2024 Env Variables removed (also a bit down?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was because we had both SUGCON_EU_HOST and SUGCON2024_EU_HOST, where there is now only one EU site. I dropped the 2024 named version to align with the naming of the other SUGCON sites

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same with the CDP related params as well.

SUGCON2024_EU_HOST_INTERNAL_URI=http://sugconeu2024:3000
NODE_ENV=development

# Sitecore Docker registry and platform version.
Expand Down Expand Up @@ -114,7 +112,4 @@ SUCGON_INDIA_CDP_TARGET_URL=
SUCGON_INDIA_CDP_POINTOFSALE=
SUCGON_NA_CDP_CLIENT_KEY=
SUCGON_NA_CDP_TARGET_URL=
SUCGON_NA_CDP_POINTOFSALE=
SUCGON2024_EU_CDP_CLIENT_KEY=
SUCGON2024_EU_CDP_TARGET_URL=
SUCGON2024_EU_CDP_POINTOFSALE=
SUCGON_NA_CDP_POINTOFSALE=
37 changes: 0 additions & 37 deletions .github/workflows/CI-CD_SUGCON_ANZ.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/CI-CD_SUGCON_EU.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/CI-CD_SUGCON_Events.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/CI-CD_SUGCON_India.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/CI-CD_SUGCON_NA.yml

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ This repository contains the codebase for a series of sites managed by the Techn
# ✅ Build Status
[![XM Cloud Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_XM_Cloud.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_XM_Cloud.yml)
[![MVP Site Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_MVP.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_MVP.yml)
[![SUGCON ANZ Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_ANZ.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_ANZ.yml)
[![SUGCON EU Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_EU.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_EU.yml)
[![SUGCON NA Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_NA.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_NA.yml)
[![SUGCON India Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_India.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_India.yml)
[![SUGCON Events Deploy Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_Events.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_Events.yml)
[![SUGCON 2024 Status](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_24.yml/badge.svg?branch=main)](https://github.com/Sitecore/XM-Cloud-Introduction/actions/workflows/CI-CD_SUGCON_24.yml)

# ✋ Prerequisites
- [DotNet 8.0](https://dotnet.microsoft.com/en-us/download)
Expand Down
26 changes: 1 addition & 25 deletions docker-compose.edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,7 @@ services:
Sitecore__LayoutServicePath: "/api/graphql/v1"
Sitecore__ExperienceEdgeToken: ${EXPERIENCE_EDGE_TOKEN}

sugconeu:
environment:
SITECORE_API_HOST: ${EXPERIENCE_EDGE_URL}
SITECORE_API_KEY: ${EXPERIENCE_EDGE_TOKEN}
GRAPH_QL_ENDPOINT: ${GRAPH_QL_ENDPOINT}

sugconanz:
environment:
SITECORE_API_HOST: ${EXPERIENCE_EDGE_URL}
SITECORE_API_KEY: ${EXPERIENCE_EDGE_TOKEN}
GRAPH_QL_ENDPOINT: ${GRAPH_QL_ENDPOINT}

sugconindia:
environment:
SITECORE_API_HOST: ${EXPERIENCE_EDGE_URL}
SITECORE_API_KEY: ${EXPERIENCE_EDGE_TOKEN}
GRAPH_QL_ENDPOINT: ${GRAPH_QL_ENDPOINT}

sugconna:
environment:
SITECORE_API_HOST: ${EXPERIENCE_EDGE_URL}
SITECORE_API_KEY: ${EXPERIENCE_EDGE_TOKEN}
GRAPH_QL_ENDPOINT: ${GRAPH_QL_ENDPOINT}

sugcon2024eu:
sugcon2024:
environment:
SITECORE_API_HOST: ${EXPERIENCE_EDGE_URL}
SITECORE_API_KEY: ${EXPERIENCE_EDGE_TOKEN}
Expand Down
Loading
Loading