[JBoss JIRA] (JBIDE-13663) Add test that egitutils/openshift does not include untracked files in dirty check nor will commit these untracked files
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13663?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13663:
-------------------------------------
Issue Type: Enhancement (was: Bug)
> Add test that egitutils/openshift does not include untracked files in dirty check nor will commit these untracked files
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13663
> URL: https://issues.jboss.org/browse/JBIDE-13663
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Alpha1
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Fix For: 4.1.x
>
>
> usecase:
> EXECUTE: Create openshift project
> EXECUTE: Make sure all is committed and Pushed.
> EXECUTE: Edit an existing committed file - commit it.
> EXECUTE: Add a "xyz.log" file that is not to be committed.
> EXECUTE: Publish to server.
> ASSERT: no message about dirty changes, everything should be committed. Only message about push is missing.
> EXECUTE: Wait for publish to finish.
> ASSERT: "xyz.log" should *not* be pushed nor committed.
--
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, 1 month
[JBoss JIRA] (JBIDE-13671) parent pom should use last-mod-timestamp for a plugin/feature instead of current timestamp when building
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-13671:
----------------------------------
Summary: parent pom should use last-mod-timestamp for a plugin/feature instead of current timestamp when building
Key: JBIDE-13671
URL: https://issues.jboss.org/browse/JBIDE-13671
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 4.1.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.1.0.Alpha2
This needs to be added to master parent pom:
{code}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-buildtimestamp-jgit</artifactId>
<version>${tycho-extras.version}</version>
</dependency>
</dependencies>
<configuration>
<strictBinIncludes>false</strictBinIncludes>
<format>'v'yyyyMMdd-HHmm</format>
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>
</jgit.ignore>
</configuration>
</plugin>
{code}
Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
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, 1 month
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-13631:
-------------------------------------------------
Andre Dietisheim <adietish(a)redhat.com> made a comment on [bug 916268|https://bugzilla.redhat.com/show_bug.cgi?id=916268]
To be fully precise, in protocol "1.0" the "info" either had some verbose info where we could extract the url or it was undefined/empty:
"embedded":{
"mongodb-2.0":{
"info":"Connection URL: mongodb://127.13.83.1:27017/\n"
},
"mysql-5.1":{
"info":"Connection URL: mysql://127.13.83.1:3306/\n"
}
},
or
"embedded":{
"haproxy-1.4":{
"info":""
}
},
The fix in 812046 is fully backward compatible since it was not removing the "info" element but was adding more structured info that latter clients could rely on, while existing clients would not break.
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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, 1 month