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

Reverse the order of migrate output to match desired visual outcome #15002

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

smarterclayton
Copy link
Contributor

@smarterclayton smarterclayton commented Jul 2, 2017

The migrator lists all of the content is migrating. When that content is
namespaced, the current layout caused it to look disordered. Since we
walk keys in namespace order, this makes the output easier to parse and
preserves the "cut and paste" CLI behavior.

migrated:  -n default replicationcontrollers/docker-registry-10
migrated:  -n default replicationcontrollers/docker-registry-11
migrated:  -n default replicationcontrollers/docker-registry-7
migrated:  -n default replicationcontrollers/docker-registry-9

[test]

The migrator lists all of the content is migrating. When that content is
namespaced, the current layout caused it to look disordered. Since we
walk keys in namespace order, this makes the output easier to parse and
preserves the "cut and paste" CLI behavior.
@smarterclayton
Copy link
Contributor Author

[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to e635d93

@openshift openshift deleted a comment from openshift-bot Jul 6, 2017
@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2988/) (Base Commit: 72b9f3d) (PR Branch Commit: e635d93)

@smarterclayton smarterclayton merged commit 2bdc447 into openshift:master Jul 6, 2017
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

Successfully merging this pull request may close these issues.

2 participants