potiuk opened a new pull request, #22880: URL: https://github.com/apache/airflow/pull/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. This PR: * moves `breeze` to `breeze-legacy` * moves `Breezei2` to `breeze` * updates documentation and screenshots where applicable * explains old vs. new breeze in documentation <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
