WIP: permettre un fichier de config partiel en autorisant des valeurs par défaut en code #5

Draft
karthanistyr wants to merge 1 commit from refactor/configuration_as_queryable into master
Owner

Cette modification introduit un mécanisme de "valeur par défaut" dans le programme, ce qui permet d'omettre certaines clés dans le fichier de configuration.

Cette modification introduit un mécanisme de "valeur par défaut" dans le programme, ce qui permet d'omettre certaines clés dans le fichier de configuration.
This pull request has changes conflicting with the target branch.
  • backupsequencer/backupsequencer/app.py
  • backupsequencer/backupsequencer/backup.py
  • backupsequencer/test/test_backup.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refactor/configuration_as_queryable:refactor/configuration_as_queryable
git switch refactor/configuration_as_queryable

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff refactor/configuration_as_queryable
git switch refactor/configuration_as_queryable
git rebase master
git switch master
git merge --ff-only refactor/configuration_as_queryable
git switch refactor/configuration_as_queryable
git rebase master
git switch master
git merge --no-ff refactor/configuration_as_queryable
git switch master
git merge --squash refactor/configuration_as_queryable
git switch master
git merge --ff-only refactor/configuration_as_queryable
git switch master
git merge refactor/configuration_as_queryable
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barbedfr/backup-tools!5
No description provided.