Validation Checklist
Version
master
Detailed Description
I have created a new branch in my fork (https://github.com/milinddethe15/dashboard/tree/only-components) to isolate the dashboard components.
It contains only the following directories under /components:
- access-management
- admission-webhook
- centraldashboard
- centraldashboard-angular
- profile-controller
Steps to Reproduce
- Using git-filter-repo I have kept only the specified components:
git-filter-repo \
--path components/access-management \
--path components/admission-webhook \
--path components/centraldashboard \
--path components/centraldashboard-angular \
--path components/profile-controller \
--force
-
The commit PR (#xxx) suffix in the new repo should be rewritten as (kubeflow/kubeflow#xxx) so we don't break the links
To re write the commit msg:
git filter-repo --message-callback 'import re; return re.sub(rb"\(#(\d+)\)", rb"(kubeflow/kubeflow#\1)", message)'
Screenshots or Videos (Optional)
No response
Validation Checklist
Version
master
Detailed Description
I have created a new branch in my fork (https://github.com/milinddethe15/dashboard/tree/only-components) to isolate the dashboard components.
It contains only the following directories under
/components:Steps to Reproduce
To re write the commit msg:
Screenshots or Videos (Optional)
No response