[JBoss JIRA] (JBIDE-22679) Run integration-test against source (rather than package)
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22679?page=com.atlassian.jira.plugi... ]
Rastislav Wagner commented on JBIDE-22679:
------------------------------------------
I tied https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t... but it doesnt work with devstudio. I cant just update just one feature (you can even try it manually)
{code}
Your original request has been modified.
"Contexts and Dependency Injection Tools" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: Contexts and Dependency Injection Tools 1.8.1.v20160630-1305 (org.jboss.tools.cdi.feature.feature.group 1.8.1.v20160630-1305)
Software currently installed: Red Hat JBoss Developer Studio (Branded Product) 10.0.0.GA-v20160615-1853-B33 (com.jboss.devstudio.core.package 10.0.0.GA-v20160615-1853-B33)
Only one of the following can be installed at once:
Contexts and Dependency Injection Core 1.8.1.v20160625-0022 (org.jboss.tools.cdi.core 1.8.1.v20160625-0022)
Contexts and Dependency Injection Core 1.8.0.Final-v20160610-0126-B1 (org.jboss.tools.cdi.core 1.8.0.Final-v20160610-0126-B1)
Cannot satisfy dependency:
From: Red Hat JBoss Developer Studio (Core Features) 10.0.0.GA-v20160615-1853-B33 (com.jboss.devstudio.core.feature.feature.group 10.0.0.GA-v20160615-1853-B33)
To: org.jboss.tools.cdi.feature.feature.group [1.8.0.Final-v20160610-0126-B1]
Cannot satisfy dependency:
From: Red Hat JBoss Developer Studio (Branded Product) 10.0.0.GA-v20160615-1853-B33 (com.jboss.devstudio.core.package 10.0.0.GA-v20160615-1853-B33)
To: com.jboss.devstudio.core.feature.feature.group [10.0.0.GA-v20160615-1853-B33]
Cannot satisfy dependency:
From: Contexts and Dependency Injection Tools 1.8.0.Final-v20160610-0126-B1 (org.jboss.tools.cdi.feature.feature.group 1.8.0.Final-v20160610-0126-B1)
To: org.jboss.tools.cdi.core [1.8.0.Final-v20160610-0126-B1]
Cannot satisfy dependency:
From: Contexts and Dependency Injection Tools 1.8.1.v20160630-1305 (org.jboss.tools.cdi.feature.feature.group 1.8.1.v20160630-1305)
To: org.jboss.tools.cdi.core [1.8.1.v20160625-0022]
{code}
> Run integration-test against source (rather than package)
> ---------------------------------------------------------
>
> Key: JBIDE-22679
> URL: https://issues.jboss.org/browse/JBIDE-22679
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, qa
> Reporter: Mickael Istria
> Assignee: Rastislav Wagner
>
> Currently, integration-tests run against a prepared package (of Developer Studio). In order to more easily run those tests locally or as part of the development process, it would be nice to also have them running directly against source code of the component.
> Tycho provide a mechanism to provision the application under test according to existing definition: https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t... , or maybe even by simply making Developer Studio part of the test target-platform and define it as the application/produce under test: https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JBIDE-13671) Replace build timestamp in qualifier by last-mod-timestamp from git
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-13671:
-------------------------------
Attachment: after-jgit.png
after-jgit2.png
before-jgit.png
before-jgit2.png
Comparing the devstudio 10.1 update sites before/after jgit timestamps:
* features before:
!before-jgit.png|thumbnail!
* features after:
!after-jgit.png|thumbnail!
* plugins before:
!before-jgit2.png|thumbnail!
* plugins after:
!after-jgit2.png|thumbnail!
> Replace build timestamp in qualifier by last-mod-timestamp from git
> -------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 4.4.1.AM1
>
> Attachments: after-jgit.png, after-jgit2.png, arq-dirty-workspace-compare1.png, arq-dirty-workspace-compare2.png, arq-dirty-workspace-compare3-bigger-change.png, arq-dirty-workspace-compare4-bigger-change.png, base-before-after-jgit.png, before-jgit.png, before-jgit2.png, jbide13671-before-and-after.png, server-before-after-jgit-3-different-timestamps.png, server-before-after-jgit-4-different-timestamps-features.png, server-before-after-jgit-dirty-workspace-upversioned-features.png, server-before-after-jgit-dirty-workspace-upversioned-plugin-with-change.png
>
>
> 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 was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (JBIDE-20002) Explorer: Delete multiple OpenShift resources at once
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20002?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-20002.
---------------------------------
Resolution: Done
Yes, verified in Devstudio 10.0.1.AM1 build id B5622. Closing.
> Explorer: Delete multiple OpenShift resources at once
> -----------------------------------------------------
>
> Key: JBIDE-20002
> URL: https://issues.jboss.org/browse/JBIDE-20002
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM1
>
>
> It would be nice to have a feature allowing removing more resources at once:
> 1) Multiselect on some specific type of resource (e.g. pods) and deleting them via context menu "Delete resources..." which pop up dialog "Do you really want to delete selected resources?" with Yes, No, Cancel.
> 2) Deleting specific resources - from context menu on Pods / Builds etc. I would like to choose "Delete resources..." to remove all underlying resources.
> 3) Delete all resources. Should be accessible from context menu of a project.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months