-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breeze help images are now consistently generated in pre-commit (#26032)
Images generated for Breeze Help can slightly differ, however we want them to be generated always consistently. Therefore the images are now (when using pre-commit) generated inside the CI image rather than locally. This change also introduces much more selective image generation which will make the image generation much faster in case you change any of breeze code. Previously, any change in any breeze command parameters triggered regeneration of the images. With this change, only those commands that get changed get regenerated (and information about which images need to be regenerated is printed). This change removes one of the Breeze setup commands - the hash generation - as it is now done internally by the regenerate command and does not need to be externalized (--check-only) flag provides a way how to check if breeze images need regeneration.
- Loading branch information
Showing
65 changed files
with
1,758 additions
and
1,657 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
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.