Skip to content

Changes

Summary

  1. rcp: Point GiveFeedbackHandler to GitHub issues instead of bugzilla (details)
  2. Update TC links from git.eclipse.org to GitHub equivalent locations (details)
  3. Remove .gitreview file used with git-review cmd-line tool for gerrit (details)
  4. doc: Update contribution guide and project's README.md (details)
  5. doc: Fix formatting issues in API_POLICY.md (details)
  6. swtbot: Make ResourcesViewTests.testShowMarkers() more robust (details)
  7. doc: Fix typos in guide (details)
  8. swtbot: Use SWTBotUtils for selecting the Trace folder (details)
  9. swtbot: Make cancel test more robust (details)
Commit c080bd286e92eedb4cb4fc59592245aa35909586 by Bernd Hufmann
rcp: Point GiveFeedbackHandler to GitHub issues instead of bugzilla

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified rcp/org.eclipse.tracecompass.rcp.incubator.ui/src/org/eclipse/tracecompass/internal/rcp/incubator/ui/GiveFeedbackHandler.java (diff)
Commit 97936132966b53ed5613f47ef9fa5043f6a81896 by Bernd Hufmann
Update TC links from git.eclipse.org to GitHub equivalent locations

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified TraceCompass.setup (diff)
The file was modified pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki (diff)
Commit 0d1e35908cea5a5ba805aefae5b0a0a338584da3 by Bernd Hufmann
Remove .gitreview file used with git-review cmd-line tool for gerrit

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was removed.gitreview
Commit 2e6bc882bd0b8d2df122a33b32febeb7921ddfd1 by Bernd Hufmann
doc: Update contribution guide and project's README.md

Update these guides after the migration of the repo to GitHub.
For that migrate and modify the relevant sections of
https://wiki.eclipse.org/Trace_Compass/ to markdown files and store
them in the git tree.

Update:
- CONTRIBUTING.md
- README.md

Add:
- API_POLICY.md
- BUILDING.md
- DEVELOPMENT_ENV_SETUP.md

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified CONTRIBUTING.md (diff)
The file was addeddoc/images/tc-screenshot.png
The file was addedBUILDING.md
The file was addedDEVELOPMENT_ENV_SETUP.md
The file was addedAPI_POLICY.md
The file was modified README.md (diff)
The file was addeddoc/images/tc-logo.png
Commit fd85241c420f94313dac6bf5b6bfe0ddd50b2821 by Bernd Hufmann
doc: Fix formatting issues in API_POLICY.md

Fixes #5

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified API_POLICY.md (diff)
Commit e06e29a36d3761b62e22a63112eefe78cd6fb72e by Bernd Hufmann
swtbot: Make ResourcesViewTests.testShowMarkers() more robust

Replace direct check for buttons to be enabled with a waitUntil() check.

The buttons might temporarily disabled and then re-enabled in a
separated thread.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java (diff)
Commit 11e0219f81947caf1243b4b467336ee0a30143db by Bernd Hufmann
doc: Fix typos in guide

Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
Change-Id: Ia515a071b835373a21697234cdf7895ae42abd77
The file was modified BUILDING.md (diff)
The file was modified CONTRIBUTING.md (diff)
The file was modified DEVELOPMENT_ENV_SETUP.md (diff)
Commit b33a6e693e77110b12f23e388cf83a9ff4b7da9d by Bernd Hufmann
swtbot: Use SWTBotUtils for selecting the Trace folder

This utility is used in many other tests and it is more robust. It
omits the suffix that indicates the number of traces in project.

This should fix intermittent failures happening in CI.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/remote/ui/swtbot/tests/fetch/FetchRemoteTracesTest.java (diff)
Commit 3e292d338a1cd911746c28c4fd20aacdc9cb738c by Bernd Hufmann
swtbot: Make cancel test more robust

The import dialog might close too fast and then the cancel button is
not available anymore. This happens sometimes in CI. To make the
test more robust detect that case and continue the test execution.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/remote/ui/swtbot/tests/fetch/FetchRemoteTracesTest.java (diff)