-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CHE-260 Rename some factory parameters #764
Conversation
what about existing factories? will they work as expected? |
AFAIK we are going to provide mongo script for this cas? |
for codenvy mongo script is OK, but Che users may have serialized workspaces. Will this PR broke these workspaces? |
Mongo script is added to Codenvy issue. |
What is the documentation that needs to be updated on docs.codenvy.com or eclipse.org/che? The GitHub PR needs to have a complete set of documents for the history so that future readers of this issue can understand what is being changed and the impact to their system. |
@@ -127,12 +127,12 @@ public void keepDirectorySelected(boolean keepDirectory) { | |||
view.enableDirectoryNameField(keepDirectory); | |||
|
|||
if (keepDirectory) { | |||
projectParameters().put("keepDirectory", view.getDirectoryName()); | |||
projectParameters().put("keepDir", view.getDirectoryName()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to adapt GithubImporterPagePresenter
, be carefully about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, fixed
8442fbf
to
25e3342
Compare
25e3342
to
56da67f
Compare
Rename the following project source parameters:
"project.source.parameters.keepDirectory" to "project.source.parameters.keepDir".
"project.source.parameters.remoteOriginFetch" to "project.source.parameters.fetch"
The old parameter names are not going to work anymore, so all existing workspaces with such projects should be updated