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

Изменение цели проекта с обычного бота на бота гильдии "Protego Totalum" (#4) #5

Merged
merged 3 commits into from
Jul 5, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{kt,kts}]
ktlint_disabled_rules = import-ordering
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
name: 🪲 Bugs report
about: Создайте отчет об ошибке, чтобы мы могли заняться улучшением
title: '[BUG] Короткое название ошибки.'
labels: 'type: bug, priority: low, status: backlog'
assignees: 'SmithyVL'

name: 🪲 Ошибка
about: Создайте задачу с подробным описанием ошибки, чтобы мы могли заняться исправлением
title: "Короткое название"
labels: ["type: bug"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание ошибки**
Четкое и краткое описание ошибки.
Четкое и краткое описание.

**Воспроизведение**
Шаги по воспроизведению поведения:
Expand All @@ -27,4 +28,4 @@ assignees: 'SmithyVL'
Если возможно, пожалуйста, прикрепите скриншоты, чтобы объяснить вашу проблему.

**Дополнительный контекст**
Добавьте сюда любой другой контекст проблемы.
Добавьте сюда любой другой контекст.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/configuration_issues.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
name: 🧰 Configuration issues
about: Различные предложения по настройке проекта
title: '[CONFIGURATION] Краткое название новой конфигурации.'
labels: 'type: configuration, status: backlog, priority: low'
assignees: 'SmithyVL'

name: 🧰 Конфигурация
about: Различные предложения по настройке проекта и сервисов внутри него
title: "Краткое название"
labels: ["type: configuration"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание конфигурации**
Четкое и краткое описание того, что вы хотите, чтобы произошло.
Четкое и краткое описание того, что вы хотите, чтобы добавилось.

**Опишите альтернативные варианты**
Четкое и краткое описание любых альтернативных решений или функций, которые вы рассмотрели.
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/docs_issues.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: 📖 Docs issues
name: 📖 Документация
about: Улучшения или дополнения к документации
title: '[DOCS] Краткое название работ по проектной документации.'
labels: 'type: documentation, status: backlog, priority: low'
assignees: 'SmithyVL'

title: "Краткое название"
labels: ["type: documentation"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание документации**
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: 🚀 Feature request
name: 🚀 Новая функциональность
about: Предложите идею для этого проекта
title: '[FEATURE] Краткое название функциональности.'
labels: 'type: feature, status: backlog, priority: low'
assignees: 'SmithyVL'

title: "Краткое название"
labels: ["type: feature"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание функциональности**
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/refactoring_issues.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: 🧾 Refactoring issues
name: 🧾 Рефакторинг
about: Оптимизация, улучшение и форматирование кода
title: '[REFACTORING] Краткое название работ по рефакторингу.'
labels: 'type: refactoring, status: backlog, priority: low'
assignees: 'SmithyVL'

title: "Краткое название"
labels: ["type: refactoring"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание рефакторинга**
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/testing_issues.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: 🧪 Testing issues
name: 🧪 Тестирование
about: Тестирование кода
title: '[TESTING] Краткое название работ по тестированию.'
labels: 'type: testing, status: backlog, priority: low'
assignees: 'SmithyVL'

title: "Краткое название"
labels: ["type: testing"]
projects: ["HogwartsSchoolOfMagic/projects/2"]
assignees:
- SmithyVL
---

**Описание кейса для тестирования**
Expand Down
29 changes: 13 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: CI

on:
workflow_dispatch:
#push:
# branches:
# - master
pull_request:
types: [ opened, synchronize, reopened ]

Expand All @@ -14,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v3
- name: ☕️ Установка JDK 17
uses: actions/setup-java@v3
uses: actions/checkout@v4
- name: ☕️ Установка JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: "temurin"
cache: 'gradle'
- name: 🔓 Установка разрешений на gradlew
Expand All @@ -31,11 +28,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v3
- name: ☕️ Установка JDK 17
uses: actions/setup-java@v3
uses: actions/checkout@v4
- name: ☕️ Установка JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: "temurin"
cache: 'gradle'
- name: 🔓 Установка разрешений на gradlew
Expand All @@ -48,19 +45,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: ☕️ Установка JDK 17
uses: actions/setup-java@v3
- name: ☕️ Установка JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: "temurin"
cache: 'gradle'
- name: 🔓 Установка разрешений на gradlew
run: chmod +x ./gradlew
- name: 📒 Кэширование SonarCloud
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
### Indellij Idea ###
**.iml
.idea/
.idea/git_toolbox_blame.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/kotlinc.xml
.idea/ktlint-plugin.xml
.idea/misc.xml
.idea/workspace.xml
.idea/.gitignore
.idea/inspectionProfiles/
.idea/gradle.xml
.idea/sonarlint.xml
.idea/vcs.xml
.idea/git_toolbox_prj.xml

### Gradle ###
**/.gradle/
Expand Down
15 changes: 15 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading