[JBoss JIRA] (JBIDE-10541) If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10541?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-10541:
------------------------------------------
{quote}
[12:06:59 PM CEST] Max Rydahl Andersen: i think the push dialog should do a git diff openshiftremote/master and say what is missing and if anything needs to be committed showing the egit commit dialog makes sense to me (Assuming we can embed that properly) and then if no commits are needed and just a push that is just done without addiitonal info.
{quote}
> If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-10541
> URL: https://issues.jboss.org/browse/JBIDE-10541
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Andre Dietisheim
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Alpha1
>
>
> Currently the dialog showing up when committing/pushing is confusing since it says there are no changes which is not correct if comparing to opehsfnit remote repo.
> Should make a check against the fetched upstream and see what has changed since that is a fast local operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10519) Inform user about wrong openshift URL he provided
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10519?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-10519:
------------------------------------------
downgraded to Minor since this is about having fine-grained error-reporting (is: reports auth error - should be: report "no openshift server")
> Inform user about wrong openshift URL he provided
> -------------------------------------------------
>
> Key: JBIDE-10519
> URL: https://issues.jboss.org/browse/JBIDE-10519
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Lucia Jelinkova
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.1.x
>
>
> A user has currently an option to provide his own openshift URL. However, if this URL is not correct, the wizard complains about wrong credentials. It would be helpful if the wizard can check if the URL is correct and if not, show a meaningful message to the user.
> # ASSERT: make sure you have an invalid URL in the libra_server key (either in the system properties, or in /etc/openshift/express.conf or in ~/.openshift/express.conf)
> # EXEC: launch the OpenShift Application wizard
> # EXEC: on the first page, provide username and password
> # EXEC: hit "Validate" or "Next"
> Result:
> The wizard informs you that your credentials are invalid
> Expected:
> You should get informed that the url of the OpenShift server is not valid
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10519) Inform user about wrong openshift URL he provided
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10519?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10519:
-------------------------------------
Priority: Minor (was: Major)
> Inform user about wrong openshift URL he provided
> -------------------------------------------------
>
> Key: JBIDE-10519
> URL: https://issues.jboss.org/browse/JBIDE-10519
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Lucia Jelinkova
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.0.x
>
>
> A user has currently an option to provide his own openshift URL. However, if this URL is not correct, the wizard complains about wrong credentials. It would be helpful if the wizard can check if the URL is correct and if not, show a meaningful message to the user.
> # ASSERT: make sure you have an invalid URL in the libra_server key (either in the system properties, or in /etc/openshift/express.conf or in ~/.openshift/express.conf)
> # EXEC: launch the OpenShift Application wizard
> # EXEC: on the first page, provide username and password
> # EXEC: hit "Validate" or "Next"
> Result:
> The wizard informs you that your credentials are invalid
> Expected:
> You should get informed that the url of the OpenShift server is not valid
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10519) Inform user about wrong openshift URL he provided
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10519?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10519:
-------------------------------------
Fix Version/s: 4.1.x
(was: 4.0.x)
> Inform user about wrong openshift URL he provided
> -------------------------------------------------
>
> Key: JBIDE-10519
> URL: https://issues.jboss.org/browse/JBIDE-10519
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Lucia Jelinkova
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.1.x
>
>
> A user has currently an option to provide his own openshift URL. However, if this URL is not correct, the wizard complains about wrong credentials. It would be helpful if the wizard can check if the URL is correct and if not, show a meaningful message to the user.
> # ASSERT: make sure you have an invalid URL in the libra_server key (either in the system properties, or in /etc/openshift/express.conf or in ~/.openshift/express.conf)
> # EXEC: launch the OpenShift Application wizard
> # EXEC: on the first page, provide username and password
> # EXEC: hit "Validate" or "Next"
> Result:
> The wizard informs you that your credentials are invalid
> Expected:
> You should get informed that the url of the OpenShift server is not valid
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10541) If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10541?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10541:
-------------------------------------
Summary: If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog (was: If I add a file to my project, the OpenShift server adapter does not handle it well)
> If I add a file to my project, the OpenShift server adapter does not handle it well: should show EGit commit dialog
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-10541
> URL: https://issues.jboss.org/browse/JBIDE-10541
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 3.3.0.M5
> Reporter: Andre Dietisheim
> Assignee: Max Rydahl Andersen
> Fix For: 4.0.x
>
>
> Currently the dialog showing up when committing/pushing is confusing since it says there are no changes which is not correct if comparing to opehsfnit remote repo.
> Should make a check against the fetched upstream and see what has changed since that is a fast local operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months