You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kirsanium The default behavior has been changed to not overwrite files by default. In order to overwrite them, the new --overwrite option has been introduced.
--overwrite option has been removed as it doesn't solve the issue properly:
when we have a generated app and we modified only one file (for example, requirements.txt), using --overwrite option lead us to the situation when no files generated at all. So, in fact, modification of one file exclude the application completely from auto generation
the case when we want to have custom modifications to requirements.txt was still not addressed.
One way to solve this, was proposed by @kirsanium where we tell query2app to create requirements.txt with another name and include it from user managed requirements.txt with (-r option).
changed the title [-]Предоставить возможность изменять имя `requirements.txt`[/-][+][python] Allow to specify the name of requirements.txt file[/+]on Jun 9, 2023
changed the title [-][python] Allow to specify the name of requirements.txt file[/-][+]Allow to specify the name of requirements.txt file[/+]on Mar 13, 2024
Activity
refactor: pass all options to the methods
php-coder commentedon Nov 7, 2022
@kirsanium The default behavior has been changed to not overwrite files by default. In order to overwrite them, the new
--overwrite
option has been introduced.revert: feat!: don't overwrite files by default to preserve user's mo…
php-coder commentedon Nov 13, 2022
--overwrite
option has been removed as it doesn't solve the issue properly:requirements.txt
), using--overwrite
option lead us to the situation when no files generated at all. So, in fact, modification of one file exclude the application completely from auto generationrequirements.txt
was still not addressed.One way to solve this, was proposed by @kirsanium where we tell query2app to create
requirements.txt
with another name and include it from user managedrequirements.txt
with (-r
option).[-]Предоставить возможность изменять имя `requirements.txt`[/-][+][python] Allow to specify the name of requirements.txt file[/+][-][python] Allow to specify the name of requirements.txt file[/-][+]Allow to specify the name of requirements.txt file[/+]