Skip to content

Changes

Summary

  1. traceserver: add more tracing to serializers (details)
  2. README files: Fix the markdownlint IDE warnings (details)
Commit 9a19195905d4c35d38cb1c5fb0447c62f1f64799 by Marco Miller
traceserver: add more tracing to serializers

They can take seconds to respond, they should be traced to remove
knowledge gaps.

Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Change-Id: Ie2f3982b57331d43d3859d295c0560957fdb6ad9
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/200966
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/TimeGraphArrowSerializer.java (diff)
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/TimeGraphRowModelSerializer.java (diff)
Commit c510f6485a2f3cd2652f4e63639a7505c8301a9d by Marco Miller
README files: Fix the markdownlint IDE warnings

Fix the markdownlint issues reported through VS Code/Codium for the
README files:

- MD046: Code block style [Expected: indented; Actual: fenced]
- MD051: Link fragments should be valid

Fix any direct typo while in these.

Change-Id: I7ee24920b09c81a43fa8ac5fc69797c182f58f7e
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/200961
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified README.md (diff)
The file was modified trace-server/README.md (diff)