From f858fa39c9621b876bb1de4be3ef58115f06cc43 Mon Sep 17 00:00:00 2001 From: ITQ Date: Wed, 2 Apr 2025 20:14:51 +0300 Subject: [PATCH] fix: removed all occurrences of old domain --- docs/docusaurus.config.ts | 8 ++++---- img/postman_e2e.json | 2 +- infrastructure/grafana/grafana.ini | 2 +- services/backend/README.md | 6 +++--- services/checker/.env.template | 2 +- services/checker/README.md | 4 ++-- services/checker/config.py | 2 +- tests/e2e/README.md | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 03ed198..97b8206 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -7,9 +7,9 @@ import type * as Preset from "@docusaurus/preset-classic"; const config: Config = { title: "DataRush", tagline: "Изучите основы анализа данных здесь!", - favicon: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg", + favicon: "https://datarush.itqdev.xyz/dr.svg", - url: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru", + url: "https://datarush.itqdev.xyz", baseUrl: "/docs/", organizationName: "megazord", @@ -38,12 +38,12 @@ const config: Config = { ], themeConfig: { - image: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg", + image: "https://datarush.itqdev.xyz/dr.svg", navbar: { title: "DataRush", logo: { alt: "DataRush", - src: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg", + src: "https://datarush.itqdev.xyz/dr.svg", }, items: [ { diff --git a/img/postman_e2e.json b/img/postman_e2e.json index 9c14a52..d4e10d9 100644 --- a/img/postman_e2e.json +++ b/img/postman_e2e.json @@ -721,7 +721,7 @@ "variable": [ { "key": "BASE_HOST", - "value": "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/api", + "value": "https://datarush.itqdev.xyz/api", "type": "string" }, { diff --git a/infrastructure/grafana/grafana.ini b/infrastructure/grafana/grafana.ini index 9c79e84..f792f92 100644 --- a/infrastructure/grafana/grafana.ini +++ b/infrastructure/grafana/grafana.ini @@ -48,7 +48,7 @@ domain = localhost enforce_domain = false # The full public facing url -root_url = https://prod-team-15-2pc0i3lc.final.prodcontest.ru/admin/grafana +root_url = https://datarush.itqdev.xyz/admin/grafana # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons. serve_from_sub_path = true diff --git a/services/backend/README.md b/services/backend/README.md index 5757dc6..2fdef57 100644 --- a/services/backend/README.md +++ b/services/backend/README.md @@ -15,7 +15,7 @@ Ensure you have the following installed on your system: #### Clone the project ```bash -git clone git@gitlab.prodcontest.ru:team-15/project.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` #### Go to the project directory @@ -79,7 +79,7 @@ uv run gunicorn config.wsgi ### Clone the project ```bash -git clone git@gitlab.prodcontest.ru:team-15/project.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` ### Go to the project directory @@ -119,7 +119,7 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080). ### Clone the project ```bash -git clone git@gitlab.prodcontest.ru:team-15/project.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` ### Go to the project directory diff --git a/services/checker/.env.template b/services/checker/.env.template index 9dac72a..5e52e3a 100644 --- a/services/checker/.env.template +++ b/services/checker/.env.template @@ -1,4 +1,4 @@ # Change all vars before going to production and remove all comments (!) # Below all environment variables and default values -DOCKER_IMAGE=gitlab.prodcontest.ru:5050/team-15/project/custom-python +DOCKER_IMAGE=registry.gitlab.com/megazordpobeda/datarush/custom-python:latest diff --git a/services/checker/README.md b/services/checker/README.md index 927c0e7..3af2885 100644 --- a/services/checker/README.md +++ b/services/checker/README.md @@ -15,7 +15,7 @@ Ensure you have the following installed on your system: #### Clone the project ```bash -git clone git@gitlab.prodcontest.ru:team-15/project.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` #### Go to the project directory @@ -71,7 +71,7 @@ uv run gunicorn config.wsgi ### Clone the project ```bash -git clone git@gitlab.prodcontest.ru:team-15/project.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` ### Go to the project directory diff --git a/services/checker/config.py b/services/checker/config.py index 5f88007..6cf9978 100644 --- a/services/checker/config.py +++ b/services/checker/config.py @@ -8,5 +8,5 @@ BASE_DIR = Path(__file__).resolve().parent load_dotenv(BASE_DIR / ".env") DOCKER_IMAGE = os.getenv( - "DOCKER_IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python" + "DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest" ) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index 7d32628..1b873ae 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -16,7 +16,7 @@ Plese note that containers will use ports from 13241 to 13245 and 8080, so there ## Clone the project ```bash -git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git +git clone git@gitlab.com:megazordpobeda/DataRush.git ``` ## Go to the project directory