-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace old Breeze with Python based implementation (#22880)
Over the last few months together with Outreachy interns we rewrote the most important functionality of the old Bash-based Breeze with Python Based implementation. We approached it in systematic way with capturing all our decisions in the ADR format (dev/breeze/docs) and implementing the parts that are used on a daily basis by the users. Breeze2 as it was called is ready for Prime-Time with the users so we are swapping out the old breeze wiht the new one. The old `breeze` has been moved to `breeze-legacy` and we will gradually parts of it that are already migrated to Python and proven while continue rewriting the parts that are missing (mostly the maintainer tools) and replacing the remaining CI shell scripts with the new `breeze` commands. We also need to make sure that there is no accidental top-level import for extra packages added in the future, because people who installed breeze before will not have it - so we have a pre-commit that checks if breeze.py can be parsed and --help executed with just rich and click installed. This PR: * moves `breeze` to `breeze-legacy` * moves `Breeze2` to `breeze` * updates documentation and screenshots where applicable * explains old vs. new breeze in documentation * adds protection so that no accidental top-level import is added to breeze.py and files imported from there Fixes: #22827
- Loading branch information
Showing
63 changed files
with
6,718 additions
and
6,059 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
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.