-
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
Various fixes to the PR panel #4556
Conversation
…id having to upload the SSH key https://issues.jboss.org/browse/CHE-106 Signed-off-by: Sun Seng David Tan <sutan@redhat.com>
…g from a PR factory and have empty source branch project metadata https://issues.jboss.org/browse/CHE-106 Signed-off-by: Sun Seng David Tan <sutan@redhat.com>
return; | ||
} | ||
|
||
vcsServiceProvider.getVcsService(context.getProject()) // |
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.
could you please remove //
at the end of lines. It's unusual for che such kind of formatting technique.
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.
Can you elaborate what's wrong with that ?
If the default formatting rules in Che doesn't let the Che users format their code the way they want then we are going nowhere: #339
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.
Can you elaborate what's wrong with that ?
Nothing. It's just looks weird to add your personal preference formatting and to be
surprised that other committees may not understand it.
About formatting.
This is a formatting style for intellij. Developed by @florent and @evoevodin
https://github.com/codenvy-legacy/dev/blob/cded88bbe9b6cf006ac5ba5b99ca9069a87109cc/che-codestyle/src/main/resources/che-codestyle-intellij-new.xml
Docker command to run without Intellij
docker run -ti \
-u root \
--net="host" \
--privileged=true \
-e DISPLAY=${DISPLAY} \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v ${HOME}/.Xauthority:/home/developer/.Xauthority \
-v {path to sources}:/cheformat/sources ksmster/che-format
If you don't like this format we can discuss it in che-dev mailist.
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.
OK I will remove the //
and open a discussion in che-dev.
About the docker command, it's not that I don't trust you but ... I won't run that with root :)
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.
heh
Could you please describe changes a bit. |
@evoevodin I've updated the description |
… comming from a PR factory and have empty source branch project metadata Signed-off-by: Sun Seng David Tan <sutan@redhat.com>
Build # 2285 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/2285/ to view the results. |
https://issues.jboss.org/browse/CHE-106
Changelog
Various fixes to the PR panel