- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25
Open
Labels
Description
Validation Checklist
- I confirm that this is a Kubeflow-related issue.
- I am reporting this in the appropriate repository.
- I have followed the Kubeflow installation guidelines.
- The issue report is detailed and includes version numbers where applicable.
- This issue pertains to Kubeflow development.
- I am available to work on this issue.
- You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.
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