Releases: saritasa-nest/saritasa-invocations
Releases · saritasa-nest/saritasa-invocations
1.3.1
1.3.1
- Fix
git.blame-copy
merging without conflicts
What's Changed
- Fix
git.blame-copy
merging without conflicts by @ArtemKozai in #117
New Contributors
- @ArtemKozai made their first contribution in #117
Full Changelog: 1.3.0...1.3.1
1.3.0
1.3.0
- Add params for
system.chown
(owner
andpath
) - Add ability to set
dump_dir
forK8SDBSettings
- Confirm support for python 3.13
What's Changed
- Bump the pip group with 3 updates by @dependabot in #102
- Bump the pip group with 3 updates by @dependabot in #103
- Bump the pip group with 3 updates by @dependabot in #104
- Bump the pip group with 2 updates by @dependabot in #105
- Add params for
system.chown
(owner
andpath
) by @TheSuperiorStanislav in #107 - Add ability to set
dump_dir
forK8SDBSettings
by @TheSuperiorStanislav in #108 - Bump rich from 13.9.3 to 13.9.4 in the pip group across 1 directory by @dependabot in #113
- Bump identify from 2.6.1 to 2.6.2 in the pip group by @dependabot in #114
- Bump the pip group with 2 updates by @dependabot in #115
- Bump the pip group with 5 updates by @dependabot in #116
Full Changelog: 1.2.3...1.3.0
1.2.3
1.2.2
1.2.2
- Make
django.createsuperuser
try to grab username and email from git config
What's Changed
- Bump mypy from 1.11.1 to 1.11.2 in the pip group by @dependabot in #99
- Bump the pip group with 3 updates by @dependabot in #100
- Make
django.createsuperuser
try to grab username and email from git config by @TheSuperiorStanislav in #101
Full Changelog: 1.2.1...1.2.2
1.2.1
1.2.0
1.2.0
- Replace usage of cmd commands with python
- Make
django.wait_for_database
as task - Make
alembic.wait_for_database
as task - Make
docker.up
check for compose file - Make
pytest.run
,celery.run
usedocker.up
- Make sure that
DJANGO_SETTINGS_MODULE
is set for manage invocations
What's Changed
- Migrate to ruff by @TheSuperiorStanislav in #86
- Bump ipython from 8.24.0 to 8.25.0 by @dependabot in #88
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #90
- Bump ipython from 8.25.0 to 8.26.0 by @dependabot in #91
- Bump the pip group with 2 updates by @dependabot in #93
- Bump mypy from 1.11.0 to 1.11.1 in the pip group by @dependabot in #94
- Replace usage of cmd commands with python by @TheSuperiorStanislav in #96
- Improve usage of docker.up by @TheSuperiorStanislav in #97
- Make sure that
DJANGO_SETTINGS_MODULE
is set for manage invocations by @TheSuperiorStanislav in #98
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Make default for
default_entry
forK8SDefaultSettings
use absolute path
according to specs
Pull requests
- Bump ipython from 8.22.1 to 8.22.2 by @dependabot in #76
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #77
- Bump pre-commit from 3.6.2 to 3.7.0 by @dependabot in #78
- Bump ipython from 8.22.2 to 8.23.0 by @dependabot in #79
- Bump flake8-bugbear from 24.2.6 to 24.4.21 by @dependabot in #81
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #82
- Bump flake8-bugbear from 24.4.21 to 24.4.26 by @dependabot in #84
- Bump ipython from 8.23.0 to 8.24.0 by @dependabot in #83
- Bump pre-commit from 3.7.0 to 3.7.1 by @dependabot in #85
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Fix
git.blame-copy
in case if merge conflict between files occurs. - Made pip commands shorter:
inv pip.install-dependencies
->inv pip.install
;inv pip.compile-dependencies
->inv pip.compile
;- From now
pip.install-dependencies
andpip.compile-dependencies
are
deprecated commands. They will be removed in next releases.
- Add
branch
,clone_params
,pull_params
,checkout_params
parameter togit.clone-repo
invocation
Pull requests
- Bump ipython from 8.20.0 to 8.21.0 by @dependabot in #67
- Bump flake8-bugbear from 24.1.17 to 24.2.6 by @dependabot in #68
- Fix git blame copy script by @yalef in #69
- Bump pre-commit from 3.6.0 to 3.6.1 by @dependabot in #70
- Bump pre-commit from 3.6.1 to 3.6.2 by @dependabot in #71
- Bump ipython from 8.21.0 to 8.22.1 by @dependabot in #72
- Bump rich from 13.7.0 to 13.7.1 by @dependabot in #74
- Make pip commands shorter by @OttoAndrey in #75
- Add
branch
,clone_params
,pull_params
,checkout_params
parameter togit.clone-repo
invocation by @TheSuperiorStanislav in #73
Full Changelog: 1.0.0...1.1.0
1.0.0
First stable release
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #56
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #57
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #58
- Bump ipython from 8.18.1 to 8.19.0 by @dependabot in #59
- Bump flake8-modern-annotations from 1.5.0 to 1.6.0 by @dependabot in #60
- Bump ipython from 8.19.0 to 8.20.0 by @dependabot in #62
- Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #61
- Bump flake8-bugbear from 23.12.2 to 24.1.15 by @dependabot in #63
- Bump flake8-bugbear from 24.1.15 to 24.1.16 by @dependabot in #64
- Bump actions/cache from 3 to 4 by @dependabot in #66
- Bump flake8-bugbear from 24.1.16 to 24.1.17 by @dependabot in #65
Full Changelog: 0.10.1...1.0.0
0.10.1
What's Changed
- Bump flake8-bugbear from 23.11.28 to 23.12.2 by @dependabot in #55
- Add all to init.py by @TheSuperiorStanislav in #54
Full Changelog: 0.10.0...0.10.1