Skip to content

Dashboard Components Transfer #74

@milinddethe15

Description

@milinddethe15

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions