Skip to content
Success

Changes

Summary

  1. Add symlink to latest trace-server version (details)
  2. deploy-rcp: Add the 6th parameters (addSymlink) to all calls (details)
  3. deploy-rcp: Fix the missing fi at the end (details)
  4. rcp-deploy: Fixed bash syntax to get pattern length (details)
  5. deploy-rcp: copy the latest instead of symlink (details)
  6. Only delete Trace Compass RCP archives before deploying the archives (details)
Commit c240814163f429436df731dd20eb77df3035da77 by Genevieve Bastien
Add symlink to latest trace-server version

This will allow theia scripts to link to the latest link instead of
having to know the exact version of the latest trace-server.

Change-Id: I6fb39ea6b304f07df7a5702dbf77850e977928ae
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
The file was modified scripts/deploy-rcp.sh
The file was modified jenkins/pipelines/tracecompass-incubator.Jenkinsfile
Commit 88dd12b4209cbd20b61210d14a39263844ddbeb4 by Genevieve Bastien
deploy-rcp: Add the 6th parameters (addSymlink) to all calls

The CI threw an unbound variable error when the deploy-rcp calls did not
specify this parameter.

Change-Id: Ia7eef4f36de328d1b1ef68cdadc7c5e6961dcbf0
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
The file was modified jenkins/pipelines/tracecompass-incubator.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-test.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass.Jenkinsfile
Commit 674e7f401bfd1aa1d0a5c76fe62c5c117b34bac6 by Genevieve Bastien
deploy-rcp: Fix the missing fi at the end

Change-Id: Icb978943fa73e59b5eb89dff5cbb0e8dbea5c5c3
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
The file was modified scripts/deploy-rcp.sh
Commit cc9efcba35110bb4b4ef596f4b4cf7ad4294a224 by Genevieve Bastien
rcp-deploy: Fixed bash syntax to get pattern length

Change-Id: Ia759cfa7f4e78b21aa104d7d854bc1a0d6e32517
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
The file was modified scripts/deploy-rcp.sh
Commit 9b1256ffc97761d6b625ef7c7d26d852a1d32c7e by Genevieve Bastien
deploy-rcp: copy the latest instead of symlink

Symlink does not allow to download the file, there is an access
forbidden error.

Change-Id: I1872e55559dba7e08c344742ed2ea3e682e92958
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
The file was modified scripts/deploy-rcp.sh
Commit 85f1b4574d65f9878e2bb69bde93c4b0018766da by Bernd Hufmann
Only delete Trace Compass RCP archives before deploying the archives

This will avoid deleting the index.php/config.php files

Change-Id: Idb09f4259069fce4b4147744775a3ff9798b2f0d
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
The file was modified scripts/deploy-rcp.sh

Summary

  1. timing.core: Introduce IStatisticsAnalysis (details)
Commit d04f9a7e8c34f9c60b6a70b537af28b7ab482676 by Matthew Khouzam
timing.core: Introduce IStatisticsAnalysis

Allows to better extend statistics.

[added] IStatistics interface

Change-Id: I8d0af5591d6c4123634b8bdb5295d02759b48b48
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/163681
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/analysis/timing/core/segmentstore/statistics/AbstractSegmentStatisticsAnalysis.java
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreStatisticsDataProvider.java
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core/META-INF/MANIFEST.MF
The file was addedanalysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/analysis/timing/core/statistics/IStatisticsAnalysis.java