Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-12feature[ats_ATS272148]: Remove activemqAndrew M. Finkbeiner1-2/+0
2015-04-01feature[ats_ATS62328]: Update connection logicAndrew M. Finkbeiner1-0/+1
Added the oteendpoint for communication with client to server. this is in preperation for removing rest/activemq from the default test server so that we can reduce thread usage and dependencies. Also added the ability to configure and connect to a server from the client using EventMessages. feature[ats_ATS107238]: Remove default rest server Updated some logging and added some more command handlers. Also cleaned up some server output. feature[ATS_ATS122200]: Add IO redirect Change-Id: If5a39333c1e0362f2c36cffe9f2c3e142881beea
2014-03-05feature[ats_ATS27250]: Remove unnecessary JMS codeAndrew M. Finkbeiner1-1/+0
2014-03-04feature[ats_KKXWE]: Implement the OTE builderAndrew M Finkbeiner1-8/+0
This is the initial commit to get the OTE builder working. It also includes the rest interface changes and some environment changes so that we can disconnect from the server without killing the batch, and reconnect to the server and start getting updates again.
2013-06-24feature[ats_LJNN0]: Add support for connectionAndrew M Finkbeiner1-0/+1
Change-Id: I2da2d0773cf58033827b16314ca1bd4052b2d1aa
2013-03-27feature[ats_5Z6FP]: Add stop to unregister serviceAndrew M Finkbeiner1-1/+1
Change-Id: Ifbde6112527abf25ad432ea92845eaf20d6e5cf3
2013-03-27feature[ats_5Z6FP]: Remove some service trackersAndrew M Finkbeiner3-1/+14
Change-Id: Ifefa3521d942bb067f2f11ac0bba145de98592a1
2013-03-27feature[ats_5Z6FP]: Add OTE SessionManagerAndrew M Finkbeiner1-0/+13
Move the session management out of the TestEnvironment and into it's own service. This also involves removing the UserSessionKey and replacing it with a UUID to identify the client session. Change-Id: I2dc09c96031f3c0670081f4bf158d62912140506
2013-01-26bug[ats_19ZD8]: Add ote server shutdown commandAndrew M Finkbeiner1-0/+7
Eclipse 4.2 osgi close command does not wait for the osgi framework to complete it's shutdown. This means that our server doesn't have a chance to properly clean up so I add an 'x' command to shutdown the server which waits for all bundles to stop running after shutting down the system bundle. Change-Id: Ia431eed1f16d3990674e1b4a9b39088d8f27065e

    Back to the top