[JBoss JIRA] (JBIDE-22607) AERI sometimes doesnt give complete URL to reporter
by Marcel Bruch (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22607?page=com.atlassian.jira.plugi... ]
Marcel Bruch resolved JBIDE-22607.
----------------------------------
Resolution: Done
The fingerprint issue was fixed.
However, there were other situations in which an incomplete url was returned, e.g. when the server rejects a report due to too much load. In those cases, the responses do not return any url if the report was rejected for some reason now. The error messages have been updated to inform the reporter what happened.
All error situations will be logged and will be reported to the admins in daily reports. We'll keep an eye on them.
Thanks for reporting.
> AERI sometimes doesnt give complete URL to reporter
> ---------------------------------------------------
>
> Key: JBIDE-22607
> URL: https://issues.jboss.org/browse/JBIDE-22607
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aeri
> Affects Versions: 4.4.0.Final
> Reporter: Rastislav Wagner
> Assignee: Marcel Bruch
> Fix For: 4.4.x
>
>
> Sometimes when I send a report I get this incomplete URL to see my submission
> {code}
> https://redhat.ctrlflow.com/reporters/#!/
> {code}
> I can see my submission in aeri system, just the URL given to reporter is *sometimes* incomplete.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22570) For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Central]
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22570?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-22570.
---------------------------------
Resolution: Done
all plugins were downversioned to last version + 0.0.1
> For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Central]
> ----------------------------------------------------------
>
> Key: JBIDE-22570
> URL: https://issues.jboss.org/browse/JBIDE-22570
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: central, maven, project-examples
> Affects Versions: 4.4.1.Alpha1
> Reporter: Nick Boldt
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: task
> Fix For: 4.4.1.Alpha1
>
>
> For JBIDE 4.4.1.Alpha1 [Central]: Please perform the following tasks:
> 1. Check out your existing *{color:orange}master{color}* branch:
> {code}
> git checkout master
> {code}
> 2. Update your *{color:orange}master{color}* root pom to use the latest parent pom version, *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.1.Alpha1-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
> 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.25.0:set-version -DnewVersion=1.0.1-SNAPSHOT
> {code}
> 4. Ensure you've *built & run tests* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Central task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22545) Application Wizard: Default values in template parameters table are in italics
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22545?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22545:
--------------------------------
Story Points: 1
Sprint: devex #116 June 2016
> Application Wizard: Default values in template parameters table are in italics
> ------------------------------------------------------------------------------
>
> Key: JBIDE-22545
> URL: https://issues.jboss.org/browse/JBIDE-22545
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: application_wizard, openshift_v3
>
> In New OpenShift Application wizard on Template Parameters wizard page there is a table containing template parameters key:value pairs. Default values are in italic, but they are not supposed to be. Once user change default value to something different and then reset the value, it gets normal (not italic).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22472) Improve UI of per-module zip settings
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22472?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-22472.
---------------------------------
Fix Version/s: 4.4.1.Alpha1
Resolution: Done
pushed to master
> Improve UI of per-module zip settings
> -------------------------------------
>
> Key: JBIDE-22472
> URL: https://issues.jboss.org/browse/JBIDE-22472
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.4.1.Alpha1
>
>
> This is a follow up of JBIDE-22157 and JBIDE-20577.
> When you were implementing JBIDE-22157, you asked me for feedback which I gave you but there was no further reply from you:
> https://github.com/jbosstools/jbosstools-server/pull/412
> {quote}
> what happens if I select to zip all? the new column does not apply then? it would be good to make this obvious somehow.
> also, could it be a checkbox instead of false/true?
> {quote}
> 1) Could we have checkboxes instead of true/false?
> 2) On a new server adapter, a "false" actually means "see default above" - once you change the default to compress all, each "false" will change to "true". But once you change a module to true and then back to false, changing the default will no longer affect the module settings anymore. This is counter intuitive.
> So what would make more sense in my opinion is to have checkboxes for each module and then perhaps a link called "all" at the column header? And get rid of the default settings? What do you think?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months