-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v2.1.6: Bug fixes and update dependencies (#72)
## v2.1.6 - 2024-06-22 ### What's Changed **Full Changelog**: v2.1.5...v2.1.6 by @obervinov in #70 #### 💥 Breaking Changes * remove unused database `environment` attribute permanent path in the Vault: `configurations/database` * remove unused environment variable `PROJECT_ENVIRONMENT` * the automatic queue verification mechanism has been removed. Instead of this method, added functionality to update the queue processing time via a message to the bot * change the structure of the table `messages`: add a new column `state` and `updated_at`, rename column `timestamp` to `created_at` #### 🐛 Bug Fixes * #69 * #62 * #67 * #64 * #65 * Removed duplicates in rights checking * Small refactoring code #### 🚀 Features * Bump dependency versions for modules and workflows * Add button for rescheduling the queue
- Loading branch information
obervinov
authored
Jun 22, 2024
1 parent
c7516e4
commit 765f870
Showing
15 changed files
with
419 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,20 +11,20 @@ on: | |
|
||
jobs: | ||
changelog: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
pylint: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
pytest: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
pyproject: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
pr: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
build-pr-image: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
needs: [changelog, pylint, pytest, pyproject] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ on: | |
|
||
jobs: | ||
create-release: | ||
uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
|
||
# milestone: | ||
# uses: obervinov/_templates/.github/workflows/[email protected].5 | ||
# uses: obervinov/_templates/.github/workflows/[email protected].6 | ||
# needs: [create-release] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.