Skip to content
Aborted

Changes

Summary

  1. feature: Implement mask tracking for mux messages (details)
  2. feature: Adding status board as a Test Env listener (details)
  3. feature: Adding OteVerifier API (details)
  4. feature: Creating new OTE Api classes (details)
  5. feature: Force Unix style line endings and Java 1.8 compiler on startup (details)
  6. feature: Adding unset method for messages and elements (details)
Commit 270ea1fed6d50e8dbc4c7e515b97edc29714428f by Dominic Guss
feature: Implement mask tracking for mux messages

Change-Id: Idc3a20e88cdf1899237098c9b0c303df0f125f24
Signed-off-by: Dominic Guss <Dominic.Guss@boeing.com>
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/data/MemoryResource.java
The file was modified org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/data/ByteArrayHolder.java
Commit a0a43760e2b221b9fb08174368adcfc69cdc728f by Michael Masterson
feature: Adding status board as a Test Env listener

This allows the status board to correctly listen to script events
which propagate to the script page on the test manager.

Change-Id: I498a6ed1aaf3f833f9e9ed303af58c7441953b7a
Signed-off-by: Michael P. Masterson <michael.p.masterson@boeing.com>
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/status/StatusBoard.java
The file was modified org.eclipse.osee.ote.core/OSGI-INF/StatusBoardComponent.xml
Commit 177bb10b5a0cb631656044cad1ddb94feaa0df5c by Michael Masterson
feature: Adding OteVerifier API

Change-Id: I83d265c84ba8222d3d8e333d07b71bfaedadce3c
Signed-off-by: Michael P. Masterson <michael.p.masterson@boeing.com>
The file was addedorg.eclipse.ote.verify.test/build.properties
The file was addedorg.eclipse.ote.verify.test/META-INF/MANIFEST.MF
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayObjectVerifier.java
The file was addedorg.eclipse.ote.verify.test/src/org/eclipse/ote/verify/MockTestLogger.java
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayTextVerifier.java
The file was addedorg.eclipse.ote.verify.test/src/org/eclipse/ote/verify/OteDisplayTextVerifierTest.java
The file was modified org.eclipse.ote.server.feature/feature.xml
The file was addedorg.eclipse.ote.verify/META-INF/MANIFEST.MF
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/TestRecord.java
The file was addedorg.eclipse.ote.verify/.settings/org.eclipse.jdt.core.prefs
The file was addedorg.eclipse.ote.verify.test/pom.xml
The file was addedorg.eclipse.ote.verify.test/src/org/eclipse/ote/verify/MockOteApi.java
The file was modified org.eclipse.ote.parent/pom.xml
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/testPoint/CheckGroup.java
The file was addedorg.eclipse.ote.verify.test/.classpath
The file was addedorg.eclipse.ote.verify/pom.xml
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/OteVerifier.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEApi.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/TestPointRecord.java
The file was addedorg.eclipse.ote.verify.test/.project
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/OteVerifierAttribute.java
The file was addedorg.eclipse.ote.verify.test/.settings/org.eclipse.jdt.core.prefs
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/ScriptConfigRecord.java
The file was addedorg.eclipse.ote.verify/.classpath
The file was addedorg.eclipse.ote.verify/src/org/eclipse/ote/verify/OteMatchResult.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java
The file was addedorg.eclipse.ote.verify/.project
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/UutApi.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/ITestLogger.java
The file was addedorg.eclipse.ote.verify/build.properties
Commit defae2e06558472077b121e5413a840f03d22cb7 by Michael Masterson
feature: Creating new OTE Api classes

Splitting the idea of the tester OTE api, the api used in OSGI
services, and the api used in low level test environemnt code.

Change-Id: I65148c5ca2e78f8cf87d02c9be4ab1a73dbe28b8
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/TestLogger.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetBatchModeListener.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RunTestListener.java
The file was modified org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStoreImpl.java
The file was modified org.eclipse.osee.ote.core/OSGI-INF/oteapi.handler.xml
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/TestPointRecord.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/interfaces/ITestLogger.java
The file was modified org.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayObjectVerifier.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/OteApi.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTests.java
The file was removedorg.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OTEApiTest.java
The file was removedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEApi.java
The file was modified org.eclipse.osee.ote.rest/OSGI-INF/ote.configuration.store.xml
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteOteApiHandler.java
The file was modified org.eclipse.ote.verify.test/pom.xml
The file was modified org.eclipse.osee.ote.core/OSGI-INF/ote.api.component.xml
The file was modified org.eclipse.ote.verify.test/src/org/eclipse/ote/verify/MockOteApi.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OteServiceApi.java
The file was removedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/UutApi.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/GetPropertiesListener.java
The file was modified org.eclipse.ote.verify.test/src/org/eclipse/ote/verify/MockTestLogger.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/TestEnvironment.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OteServiceApiImpl.java
The file was modified org.eclipse.ote.verify/pom.xml
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/TransferFileToClientListener.java
The file was modified org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteBatchResource.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConfigureAndResponseListener.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ServerShutdownListener.java
The file was modified org.eclipse.ote.verify.test/META-INF/MANIFEST.MF
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DisconnectListener.java
The file was removedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEApiImpl.java
The file was addedorg.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OteServiceApiTest.java
The file was modified org.eclipse.ote.verify/META-INF/MANIFEST.MF
The file was modified org.eclipse.ote.verify/src/org/eclipse/ote/verify/OteVerifierAttribute.java
The file was addedorg.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/environment/OteInternalApi.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConnectionListener.java
The file was modified org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteBatchesResource.java
The file was modified org.eclipse.ote.verify/src/org/eclipse/ote/verify/display/OteDisplayTextVerifier.java
The file was modified org.eclipse.ote.verify/src/org/eclipse/ote/verify/OteVerifier.java
The file was modified org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRootResource.java
Commit 0db3ec3bde17f88ead2617777f73124fb1648ba5 by Dominic Guss
feature: Force Unix style line endings and Java 1.8 compiler on startup

Change-Id: I7a4c3a680328ea37a5f973d274b849ba4167c624
Signed-off-by: Dominic Guss <Dominic.Guss@boeing.com>
The file was modified org.eclipse.ote.simple.oteide.product.load/src/org/eclipse/ote/simple/oteide/product/load/LoadPreferences.java
Commit 2d69e7483bd3ed96c21f52e7fdd04fd68e16675d by Michael Masterson
feature: Adding unset method for messages and elements

This method will clear the data for the element or message as well
as zeroize the masking bits appropriately.

Change-Id: I7e93f3605558b22b5850cd4912d705b2cd268f8d
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/Message.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/Element.java
The file was modified org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/IntegerElementTest.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/OteMessage.java
The file was modified org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java
The file was modified org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/UnsignedBigInteger64ElementTest.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/element/MsgElementDiscrete.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/DiscreteElement.java
The file was modified org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/data/MemoryResource.java
The file was modified org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/LongIntegerElementTest.java