-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from obervinov/fix/v2.0.5
## v2.0.5 - 2024-05-28 ### What's Changed **Full Changelog**: v2.0.4...v2.0.5 by @obervinov in #41 #### 📚 Documentation * Update `*.md` templates #### 🚀 Features * Add `github-actions` in dependency bot * Bump workflow version to `v1.2.2` * Add new workflow jobs: `pr` and `milestone` #### 🐛 Bug Fixes * #40
- Loading branch information
Showing
13 changed files
with
126 additions
and
163 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[flake8] | ||
max-line-length=150 | ||
max-line-length=170 | ||
exclude = .git,__pycache__ | ||
extend-ignore = |
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 |
---|---|---|
@@ -1,38 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
about: Create a bug report to help us improve | ||
title: 'Bug: <describe>' | ||
labels: 'bug' | ||
assignees: 'obervinov' | ||
|
||
--- | ||
**Choose the component of the module where the bug is located** | ||
- [ ] Basic functions of the module | ||
- [ ] Rate limit functions of the module | ||
- [ ] Storage functions of the module | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
Not working <describe> in <class> as expected. | ||
Error message: <error message> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
**Additional context** | ||
User configuration: | ||
```json | ||
<paste here> | ||
``` | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
User data (counters, requests and other temporary data): | ||
```json | ||
<paste here> | ||
``` | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
Logs users module: | ||
```bash | ||
<paste here> | ||
``` | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
**Possible correction** | ||
If you have a possible solution to the bug, please describe it. | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
**Check list after fixing the bug** | ||
- [ ] Fix 1 in workflow 1 tested and working |
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
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# PR-1: NAME | ||
**full changelog**: https://github.com/obervinov/users-package/compare/1...2 by @ obervinov https://github.com/obervinov/users-package/pull/1 | ||
## VERSION - YYYY-MM-DD | ||
--- | ||
name: 'Pull request' | ||
about: Create a release to help us improve | ||
title: 'Release <version>: <description>' | ||
labels: '' | ||
assignees: 'obervinov' | ||
|
||
--- | ||
## <version> - <YYYY-MM-DD> | ||
### What's Changed | ||
**Full Changelog**: https://github.com/obervinov/user-package/compare/1...2 by @obervinov in https://github.com/obervinov/user-package/pull/1 | ||
#### 🐛 Bug Fixes | ||
* | ||
* | ||
#### 📚 Documentation | ||
* | ||
* | ||
#### 💥 Breaking Changes | ||
* | ||
* | ||
#### 🚀 Features | ||
* | ||
* | ||
* |
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,13 +11,16 @@ on: # yamllint disable-line rule:truthy | |
|
||
jobs: | ||
changelog: | ||
uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.2.2 | ||
|
||
pylint: | ||
uses: obervinov/_templates/.github/workflows/pylint.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/pylint.yaml@v1.2.2 | ||
|
||
pytest: | ||
uses: obervinov/_templates/.github/workflows/pytest-with-vault.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/pytest-with-vault.yaml@v1.2.2 | ||
|
||
pyproject: | ||
uses: obervinov/_templates/.github/workflows/[email protected] | ||
uses: obervinov/_templates/.github/workflows/[email protected] | ||
|
||
pr: | ||
uses: obervinov/_templates/.github/workflows/[email protected] |
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,17 +10,21 @@ on: # yamllint disable-line rule:truthy | |
|
||
jobs: | ||
changelog: | ||
uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/changelog.yaml@v1.2.2 | ||
|
||
pylint: | ||
uses: obervinov/_templates/.github/workflows/pylint.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/pylint.yaml@v1.2.2 | ||
|
||
pytest: | ||
uses: obervinov/_templates/.github/workflows/pytest-with-vault.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/pytest-with-vault.yaml@v1.2.2 | ||
|
||
pyproject: | ||
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/pyproject.yaml@v1.2.2 | ||
|
||
create-release: | ||
uses: obervinov/_templates/.github/workflows/release.yaml@v1.0.13 | ||
uses: obervinov/_templates/.github/workflows/release.yaml@v1.2.2 | ||
needs: [changelog, pylint, pytest, pyproject] | ||
|
||
milestone: | ||
uses: obervinov/_templates/.github/workflows/[email protected] | ||
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "users" | ||
version = "2.0.4" | ||
version = "2.0.5" | ||
description = "This python module is a simple implementation of user management functionality for telegram bots, such as: authentication, authorization and request limiting." | ||
authors = ["Bervinov Oleg <[email protected]>"] | ||
maintainers = ["Bervinov Oleg <[email protected]>"] | ||
|
@@ -18,7 +18,6 @@ include = ["CHANGELOG.md"] | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9 || ^3.10 || ^3.11" | ||
pytest = "^8" | ||
logger = { git = "https://github.com/obervinov/logger-package.git", tag = "v1.0.6" } | ||
vault = { git = "https://github.com/obervinov/vault-package.git", tag = "v2.0.4" } | ||
|
||
|
Oops, something went wrong.