[JBoss JIRA] (JBIDE-17904) Server adapter: make .gitignore addition smarter and add comments to ignored files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17904?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-17904.
--------------------------------------
Resolution: Won't Fix
Resolving all OpenShift 2 issues since support for OpenShift 2 faded out.
> Server adapter: make .gitignore addition smarter and add comments to ignored files
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-17904
> URL: https://issues.jboss.org/browse/JBIDE-17904
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> currently *Any* openshift app creation/import we add the following blindly:
> {code}
> target
> .settings/*
> !.settings/.jsdtscope
> .classpath
> {code}
> These does not make much sense for most apps besides java.
> Can't we be a bit more intelligent about it ?
> i.e. if the project is not a maven project, don't add 'target'
> if project is not a java project do not add .classpath
> And then I suggest adding comments to the .gitignore to make it clear what they do:
> {code}
> # if you want *all* eclipse settings to be shared comment this out, otherwise leave in.
> .settings/*
> # keep .jsdtscope to share javascript validations exclusions to avoid too many false positive warnings
> !.settings/.jsdtscope
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-17974) Add contextual help to OpenShift modals
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17974?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-17974:
----------------------------------------
Assignee: Andre Dietisheim
> Add contextual help to OpenShift modals
> ---------------------------------------
>
> Key: JBIDE-17974
> URL: https://issues.jboss.org/browse/JBIDE-17974
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Catherine Robson
> Assignee: Andre Dietisheim
> Labels: openshift_v2, openshift_v3, uxtest
> Fix For: LATER
>
>
> Many of the openshift modals do not provide contextual help that JBDS users expect throughout the application.
> Create OpenShift Application modal:
> Help button/Icon provided in bottom left of modal. Upon clicking, the help panel does not actually provide anything that helps the user understand what they need to do with the various screens throughout this wizard.
> https://www.evernote.com/shard/s230/sh/3c712331-988c-4531-9b3b-b706973a9f...
> The following OpenShift related dialogs do not provide a help icon/button at all and probably should:
> - Configure OpenShift Markers (right click project -> OpenShift -> Configure Markers...)
> - Domains (OpenShift Explorer pane -> right click OpenShift account -> Manage domains...)
> - SSH Keys (OpenShift Explorer pane -> right click OpenShift account -> Manage SSH keys...)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-17904) Server adapter: make .gitignore addition smarter and add comments to ignored files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17904?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17904:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: LATER)
> Server adapter: make .gitignore addition smarter and add comments to ignored files
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-17904
> URL: https://issues.jboss.org/browse/JBIDE-17904
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Priority: Minor
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> currently *Any* openshift app creation/import we add the following blindly:
> {code}
> target
> .settings/*
> !.settings/.jsdtscope
> .classpath
> {code}
> These does not make much sense for most apps besides java.
> Can't we be a bit more intelligent about it ?
> i.e. if the project is not a maven project, don't add 'target'
> if project is not a java project do not add .classpath
> And then I suggest adding comments to the .gitignore to make it clear what they do:
> {code}
> # if you want *all* eclipse settings to be shared comment this out, otherwise leave in.
> .settings/*
> # keep .jsdtscope to share javascript validations exclusions to avoid too many false positive warnings
> !.settings/.jsdtscope
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-17904) Server adapter: make .gitignore addition smarter and add comments to ignored files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17904?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-17904:
----------------------------------------
Assignee: Andre Dietisheim
> Server adapter: make .gitignore addition smarter and add comments to ignored files
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-17904
> URL: https://issues.jboss.org/browse/JBIDE-17904
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> currently *Any* openshift app creation/import we add the following blindly:
> {code}
> target
> .settings/*
> !.settings/.jsdtscope
> .classpath
> {code}
> These does not make much sense for most apps besides java.
> Can't we be a bit more intelligent about it ?
> i.e. if the project is not a maven project, don't add 'target'
> if project is not a java project do not add .classpath
> And then I suggest adding comments to the .gitignore to make it clear what they do:
> {code}
> # if you want *all* eclipse settings to be shared comment this out, otherwise leave in.
> .settings/*
> # keep .jsdtscope to share javascript validations exclusions to avoid too many false positive warnings
> !.settings/.jsdtscope
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-17904) Server adapter: make .gitignore addition smarter and add comments to ignored files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17904?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17904:
-------------------------------------
Labels: openshift_v2 server_adapter (was: server_adapter)
> Server adapter: make .gitignore addition smarter and add comments to ignored files
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-17904
> URL: https://issues.jboss.org/browse/JBIDE-17904
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: openshift_v2, server_adapter
> Fix For: 4.5.3.Final
>
>
> currently *Any* openshift app creation/import we add the following blindly:
> {code}
> target
> .settings/*
> !.settings/.jsdtscope
> .classpath
> {code}
> These does not make much sense for most apps besides java.
> Can't we be a bit more intelligent about it ?
> i.e. if the project is not a maven project, don't add 'target'
> if project is not a java project do not add .classpath
> And then I suggest adding comments to the .gitignore to make it clear what they do:
> {code}
> # if you want *all* eclipse settings to be shared comment this out, otherwise leave in.
> .settings/*
> # keep .jsdtscope to share javascript validations exclusions to avoid too many false positive warnings
> !.settings/.jsdtscope
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months