-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from r-spacex/prepare-release-060
Release Sub Manager version 0.6.0
- Loading branch information
Showing
13 changed files
with
141 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,44 @@ | ||
# Roadmap | ||
|
||
|
||
## v0.6.0 (June 2021?) | ||
|
||
## [0.7.0] - 2021-10 | ||
|
||
* On-demand automated new thread generation and creation | ||
* New command to automatically create sources and/or targets | ||
* New command to generate clean config without examples | ||
* Built-in support for refresh token setup | ||
* Re-add support for optionally filling variables in the source/target content | ||
* Add support for inline source declarations in the source content that get injected in the target | ||
* Add optional regex support for replace patterns | ||
* Refactor to modular Python package structure with ``setup.py`` and modular components | ||
* Use consistent API to run individual manager tasks | ||
* Improve error handling when one request/module fails | ||
* Use Python logging module and add many more specific logging messages | ||
* Add baseline pre-commit and CI checks | ||
* Publish to Github and PyPI | ||
* Add YAML support for config | ||
* Fully document config schema | ||
* Improve setup/teardown in functional tests and check Reddit results more thoroughly | ||
|
||
|
||
|
||
## v0.6.0 (July 2021?) | ||
## [0.8.0] - 2021-12 | ||
|
||
* Add automod-manager module to pre-process automod config | ||
* Add serviceinstaller support for automatic service installation | ||
* Add ability to re/generate popup menu of threads (e.g. in removal dialog)? | ||
* Refactor validators and managers into modular, extensible class-based architecture with consistent API | ||
* More comprehensive validation and validator control | ||
* Add a ``managed-thread`` source/target type, that targets the current thread for a key | ||
* More unit and integration tests | ||
|
||
|
||
|
||
## v1.0.0 (???) | ||
## [1.0.0] - ??? | ||
|
||
* Add proper tests and CIs | ||
* Further improve logging and error handling as needed (better logging? verbose mode?) | ||
* Greatly improve unit and integration test coverage | ||
* Use Python logging module and add many more specific logging messages | ||
* Further improve documentation | ||
* Add ability to re/generate popup menu of threads (e.g. in removal dialog)? | ||
|
||
|
||
|
||
## v2.0.0 (???) | ||
## [2.0.0] - ??? | ||
|
||
* Add more desired features (sticky comments, moderation tools, more automod automation...) | ||
* Add support for running within the Brokkr framework | ||
* Add support for running within the Brokkr framework? | ||
* Create wrappers for plugin(s) for session, wiki sync and megathread sync | ||
* Create preset(s) for plugins(s) | ||
* Create example Brokkr system config | ||
* Add MyPy type annotations | ||
* Create example Brokkr system config? | ||
* Add more detailed logging, optionally integrated with Brokkr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.