Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard Components Transfer #74

Open
4 of 7 tasks
milinddethe15 opened this issue Feb 27, 2025 · 0 comments
Open
4 of 7 tasks

Dashboard Components Transfer #74

milinddethe15 opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@milinddethe15
Copy link

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

  1. 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
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants