We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
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:
/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)'
No response
The text was updated successfully, but these errors were encountered:
thesuperzapper
juliusvonkohout
milinddethe15
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: