From 0342a80b1079e62a88f758fd063532e8d39dda63 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 20 Dec 2022 19:25:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D1=83?= =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B8=D0=BD=D0=B0=D0=BD=D0=B8=D0=B5=20bitbuc?= =?UTF-8?q?ket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- .../bot/gitlab/core/config/properties/GitlabProperty.java | 2 +- bot-data/pom.xml | 3 +-- gitlab-app/pom.xml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01cca07..bd1651c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo docker run --name gitlab-notify \ #### Переменные * `TELEGRAM_BOT_TOKEN` -- токен, который вы получили при создание бота. -* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_bitbucket_bot +* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_gitlab_bot * `GITLAB_PERSONAL_TOKEN` -- токен, который вы получили в GitLab * `TELEGRAM_PERSON_ID` -- ваш id в телеграм, можно узнать у [этого бота](https://t.me/myidbot) * `GITLAB_URL` -- можно указать https://gitlab.com или url на ваш локальный GitLab строго в таком формате http://localhost:7990 diff --git a/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java b/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java index 87cc05f..d6826d0 100644 --- a/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java +++ b/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java @@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** - * Данные необходимые для взаимодействия с API Bitbucket. + * Данные необходимые для взаимодействия с API GitLab. * * @author upagge [31.01.2020] */ diff --git a/bot-data/pom.xml b/bot-data/pom.xml index c133223..b223867 100644 --- a/bot-data/pom.xml +++ b/bot-data/pom.xml @@ -12,8 +12,7 @@ bot-data GitLab Server Data - Implementation of the Bitbucket server version repository layer - https://github.com/uPagge/bitbucketbot + Implementation of the GitLab server version repository layer diff --git a/gitlab-app/pom.xml b/gitlab-app/pom.xml index 770d267..0e3fed0 100644 --- a/gitlab-app/pom.xml +++ b/gitlab-app/pom.xml @@ -13,7 +13,7 @@ Gitlab Notification Bot Notifications about Gitlab Server events in Telegram - https://github.com/uPagge/bitbucketbot + https://git.struchkov.dev/Telegram-Bots/gitlab-notification