Releases: saritasa-nest/saritasa-invocations
Releases · saritasa-nest/saritasa-invocations
1.5.0
1.5.0
- Add ability to specify cmd and environment variables for
k8s.execute
- Improve generated name for k8s db dumps.
Also add--add-date-to-generated-filename
option to add timestamp for db
dumps from k8s(including commands for django and alembic). - Add new options for
DBSettings
andK8SDBSettings
dump_additional_params
additional params for dump command (Default: ``)dump_no_owner
add--no-owner
to dump command (Default:True
)dump_include_table
add--table={dump_include_table}
to dump command (Default: ``)dump_exclude_table
add--exclude-table={dump_exclude_table}
to dump command (Default: ``)dump_exclude_table_data
add--exclude-table-data={dump_exclude_table_data}
to dump command (Default: ``)dump_exclude_extension
add--exclude-extension={dump_exclude_extension}
to dump command (Default: ``)
- Add
builder-env
andclear-cache
fordocker.buildpack
What's Changed
- Bump the pip group with 3 updates by @dependabot[bot] in #139
- Bump identify from 2.6.10 to 2.6.12 in the pip group by @dependabot[bot] in #140
- Bump the pip group with 2 updates by @dependabot[bot] in #141
- Bump typing-extensions from 4.13.2 to 4.14.0 in the pip group by @dependabot[bot] in #142
- Bump the pip group with 2 updates by @dependabot[bot] in #143
- Bump typing-extensions from 4.14.0 to 4.14.1 in the pip group by @dependabot[bot] in #144
- Minor improvements for k8s invocations by @TheSuperiorStanislav in #145
- Bump the pip group with 2 updates by @dependabot[bot] in #148
- Extend dump options for db configs by @TheSuperiorStanislav in #146
- Add
builder-env
andclear-cache
fordocker.buildpack
by @TheSuperiorStanislav in #147
Full Changelog: 1.4.0...1.5.0
1.4.0
1.4.0
- Replace
poetry install --sync
topoetry sync
- Improve env config extraction for k8s
What's Changed
- Bump the pip group with 2 updates by @dependabot in #118
- Bump the pip group across 1 directory with 4 updates by @dependabot in #120
- Bump pygments from 2.19.0 to 2.19.1 in the pip group by @dependabot in #121
- Bump virtualenv from 20.28.1 to 20.29.1 in the pip group by @dependabot in #122
- Bump the pip group with 4 updates by @dependabot in #123
- Bump ipython from 8.31.0 to 8.32.0 in the pip group by @dependabot in #124
- Bump the pip group with 2 updates by @dependabot in #125
- Bump virtualenv from 20.29.1 to 20.29.2 in the pip group by @dependabot in #126
- Bump the pip group with 2 updates by @dependabot in #127
- Bump the pip group with 2 updates by @dependabot in #128
- Bump the pip group with 3 updates by @dependabot in #129
- Bump filelock from 3.17.0 to 3.18.0 in the pip group by @dependabot in #131
- Bump platformdirs from 4.3.6 to 4.3.7 in the pip group by @dependabot in #132
- Bump rich from 13.9.4 to 14.0.0 in the pip group by @dependabot in #134
- Bump the pip group with 2 updates by @dependabot in #135
- Bump the pip group with 2 updates by @dependabot in #136
- Bump the pip group with 2 updates by @dependabot in #137
- Bump the pip group with 2 updates by @dependabot in #138
- Improve env config extraction for k8s by @TheSuperiorStanislav in #133
- Update poetry sync command by @MaxTet1703 in #130
New Contributors
- @MaxTet1703 made their first contribution in #130
Full Changelog: 1.3.1...1.4.0
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