-
Notifications
You must be signed in to change notification settings - Fork 3
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
Kubeflow v1.2 Rebasing #34
Comments
Merge (keeps our commits and history, adds upstream changes as one big merge commit with one author aka me)
If you want to rebase, brings in all commits from upstream, but loses our commit history (adds all commits on one date and adds as author to everything), change |
After discussing with the team, using Update 12/14/2020:
We chose to create a feature branch and rebased that branch to v1.2-branch in upstream kubeflow/kubeflow repository. This feature branch was then merged back into stc-master. Our feature branch was named v1.2-branch, the same name as the branch we were rebasing off upstream. We suggest creating a branch with a different name from upstream, since this might get confusing later as the branch is actually linked to upstream. Another thing to note is while this method preserved all the dates of our commit, it also added them on top of the commit history. So, when comparing stc-master with upstream kubeflow v1.2-branch, the number of commits we were ahead of them by was doubled. |
Branch https://github.com/StatCan/kubeflow/tree/v1.2-branch has been rebased to the v1.2-branch upstream. Central Dashboard now as configmap i18n (en/fr) Security Update |
We need to find a way to test central dashboard. Since the links are now coming from configmap, and it's an API call '
|
We ran into the issue of the configmap. The menu links, quick links and documentation links now come from a centraldashboard-links config map which we were not able to customize to our docs directly from changing the file. It seems like a different resource when looking at the Network tab. The resource it uses is viewable with this command : |
This is to keep track of the steps for the rebasing, and the conflicts that arise.
The text was updated successfully, but these errors were encountered: