Extract prek hooks for Providers#57250
Conversation
c597fdd to
e2a77db
Compare
|
Static checks to fix ... but I love it :) |
|
BTW. There might be some code in breeze that finds providers by looking at the sub-folders of "providers" but it might also do it for files .. so maybe some breeze update is needed. |
I am on it just need to complete some other duties in parallel... stay tuned... |
|
No. Looks good. Seems we are always using "rglob" and finding something ("provider.yaml" or "integration" folder). |
gopidesupavan
left a comment
There was a problem hiding this comment.
LGTM , nice to see separation :)
e2a77db to
22ae396
Compare
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 045fbc5 v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
* Extract prek hooks for Providers * Ups in path * Fix breeze script to consider running also in non repo root * Fix prek script to consider running also in non repo root * Fix prek script to consider running also in non repo root (cherry picked from commit 045fbc5) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
* Extract prek hooks for Providers * Ups in path * Fix breeze script to consider running also in non repo root * Fix prek script to consider running also in non repo root * Fix prek script to consider running also in non repo root (cherry picked from commit 045fbc5) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
* Extract prek hooks for Providers * Ups in path * Fix breeze script to consider running also in non repo root * Fix prek script to consider running also in non repo root * Fix prek script to consider running also in non repo root (cherry picked from commit 045fbc5) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
|
Backport #57260 |
Following #57181 this is now a batch for all prek hooks that are "just" solely for providers to split out from root:
As prek is supporting monorepo now and go SDK was the front-runner, provider root is now the next piece that with this PR is proposed to be split-out from global pre-commit hook list into the provider space.