This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sibalzer my proposal to avoid a huge config.ini or cluttering the directory with a second config file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i still have to think about it. it would make sense to have three variables where you can specify either a mail address telegram id or apprise uri where a notification can be sent to. I would write this only in the documentation to not create confusion.
e.g.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw i dont think we need a beta or dev branch anymore. with v3 this was still necessary because there were massive feature addings and i made big changes with settings.py in parallel. i just couldn't handle all the manual testing. but that changed and we have a ci pipeline with linting, unittesting and integration tests. we can be more agile now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your proposal looks great, I like it. I was also thinking about it, but apparently not far enough.
So do you want to merge new feature branches directly onto main now? I wasn't sure, but if you say it should be fine, we can do that of course. I think it's a choice of release frequency, isn't it? (i. e. release smaller updates more often v. bigger updates less frequently)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should approach it that way. But I don't have time at the moment (exams), so no pressure.