Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10refactor: Update build numbers to 0.16.2jmisinco2-2/+2
Change-Id: I17de4e6f90dbaa0ce1ce020ac575d21142fcf65a
2014-01-24refactor: Update build numbers to 0.16.1Roberto E. Escobar2-2/+2
Change-Id: I599bba3c1871c33c2a82b8cf38ba9b9fec138bb2
2014-01-14refinement: Catch exception at shutdown0.16.0.v201401220039_REL0.16.0.v201401142128_RCDavid Phillips1-5/+9
2014-01-03bug[ats_08634]: CharElement logs warning at wrong timeDerric Tubbs1-1/+1
CharElement had boolean logic to log a warning when not byte-aligned and the logic was backward. Signed-off-by: Derric Tubbs <derric.l.tubbs@boeing.com>
2013-12-12feature: Add support for restoring element values and data type statekaguilar1-2/+9
Change-Id: If774b4b0eff24621c3773053433b34c69aeca6f7
2013-12-10feature[ats_QM8BZ]: OTE test server file availabilityDavid Phillips2-0/+51
Change-Id: I42501d1d48f8898481accb17ad21bdea54b7602e
2013-12-05feature[ats_ATS1210]: Timer for non scipt threadsDavid Phillips8-11/+61
Support for timers knowing when the calling thread is the test script
2013-11-25refactor: Update build numbers to 0.16.0Roberto E. Escobar2-2/+2
Change-Id: I9a00db51e1f157ca4519bd1060c457c5da887c2a
2013-11-12feature[ats_687RM]: Add DEC32 element type.Michael P. Masterson1-0/+81
2013-11-08feature[ats_A70P9]: Add more user arguments for checkPulse.Michael P. Masterson2-8/+20
By default, checkPulse always checked for a pulse of exactly 2 frames. Now, the user can select how many frames a pulsed value should stay "on".
2013-11-05feature[ats_FKNNC]: Clean up env shutdown for restartAndrew M Finkbeiner1-0/+3
2013-11-02feature[ats_RLCH5]: Implement setChars on StringElementDerric Tubbs1-2/+20
Change-Id: I9a028899facfaf513ce12b45a0b7ec065cc9ad88 Signed-off-by: Derric Tubbs <derric.l.tubbs@boeing.com>
2013-11-02bug[ats_A2HMT]: CharElement overwrites sub-byte fieldsDerric Tubbs2-23/+81
Change-Id: Ieff9fa0a92492e6222f1d3791f33eadce5dfd0dc Signed-off-by: Derric Tubbs <derric.l.tubbs@boeing.com>
2013-10-25feature: Append mode to udp file transfer servicekaguilar2-9/+18
Change-Id: I6a1c755037e07175f5b0b92f22fa20648bbb75d4
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks2-3/+2
Change-Id: I2f06ddbf1795a14fed50d92bc0dc5003a135d3e8
2013-10-12refactor: Update build numbers to 0.15.0Roberto E. Escobar2-2/+2
Change-Id: I2e59932a053fafecdf2584b72102c0145634ae6b
2013-10-03bug: Fix copy that didn't account for positionAndrew M Finkbeiner1-1/+1
2013-09-24refinement: Add time info to message dataDavid Phillips1-19/+32
Change-Id: I874d79b42161d532e2d102e1f265f3e6ef2680a3
2013-09-17bug[ats_ZG2ZN]: Strings for the console should not get the XML character ↵David Phillips2-116/+132
conversion
2013-09-10refinement[ats_WM4YD]: Synchronous copy operations cause exceptionDavid Phillips1-38/+44
2013-09-06refactor: Update build numbers to 0.14.0Roberto E. Escobar2-2/+2
Change-Id: I2ee5a0f2f1256f1a87ca4ceedac460790e7e4eaf
2013-08-28bug[ats_LBJF4]: Weak ref msg in main listenerAndrew M Finkbeiner1-6/+10
2013-08-28bug[ats_LBJF4]: Weak ref msg in elementsAndrew M Finkbeiner3-53/+56
2013-08-28bug[ats_LBJF4]: Cleanup listner on disposeAndrew M Finkbeiner1-2/+17
2013-08-19refactor: Update build numbers to 0.13.0Roberto E. Escobar2-2/+2
Change-Id: I97eab07aee1f8a5ce321c238815d78cdfe1eab79
2013-08-19feature[ats_YTDM5]: Remove foreach loopsAndrew M Finkbeiner3-7/+18
Change-Id: I61f788a826c8edb18a4b575b6be4fe4d982ce1ac
2013-08-15feature[ats_YTDM5]: Remove COWIterator from message listenersAndrew M Finkbeiner3-23/+236
2013-08-15bug[ats_F6Q1R]: Argument being ignored in check list function.Michael P. Masterson1-1/+1
One of the checkList functions was ignoring the boolean indicating whether the value should/shouldn't be in the list.
2013-07-29refactor: Update build numbers to 0.12.0Roberto E. Escobar2-2/+2
Change-Id: I4c528d73676af19c17f2fbb26d74ca2a0d18340c
2013-07-25bug[ats_3FPR8]: StringElement.getChars handles null char correctlyDavid Phillips2-6/+4
2013-07-09bug[ats_PL2XK]: Fix aborts for waits outside of testcasesAndrew M Finkbeiner1-30/+16
Change-Id: I0bb14e30345bb6cf69163b1e5971ff880ade080c
2013-06-24feature[ats_LJNN0]: Add support for connectionAndrew M Finkbeiner1-2/+3
Change-Id: I2da2d0773cf58033827b16314ca1bd4052b2d1aa
2013-06-17refactor: Update build numbers to 0.11.1Roberto E. Escobar2-2/+2
Change-Id: I6322912aa393c22210af80956c7919917d45a345
2013-06-11bug[ats_LMR2T]: Fix non-printable character conversion.Michael P. Masterson1-1/+1
The algorithm that filters out non-printable characters before writing to xml was incorrectly filtering out certain whitespace characters like tab and newline. Added some special cases to the logic as well as a JUnit test case.
2013-06-06bug: Timer synchronization issueAndrew M Finkbeiner1-1/+2
Change-Id: Iec668d55f1988ebfac626c6de9c63224a79ff543
2013-04-09bug[ats_QJ2R8]: Remove server message toolAndrew M Finkbeiner2-978/+0
Moved to precompiled area so we can more easily make improvements. Change-Id: I45e382eab7b839d18336bc2b574f49c874b47186
2013-03-27feature[ats_5Z6FP]: Fixes from review commentsAndrew M Finkbeiner5-16/+2
Change-Id: Ic5e43c5f646530b55304c2cabbc10e4569a19050
2013-03-27feature[ats_5Z6FP]: Cleanup startup logicAndrew M Finkbeiner4-61/+1
Change-Id: Ibe1a232ad794f8f1c7c6224f2e83f648999eae71
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 Finkbeiner11-83/+60
Change-Id: Ifefa3521d942bb067f2f11ac0bba145de98592a1
2013-03-27feature[ats_5Z6FP]: Add OTE SessionManagerAndrew M Finkbeiner22-197/+260
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-02-28feature[ats_03ZG1]: Update OTE SVN connector for svnkit 1.7Andy Jury1-11/+11
Change-Id: I7a0733b4bbd464defbbfa6b976d10efad3a30aa5
2013-03-04feature[ats_LW2TY]: Deal with null termination in strings.Andy Jury1-3/+3
Change-Id: Ic3f15c3765d01847f97ef7932e0d86f0447eb524
2013-03-04bug[bgz_400629] Fix unprintable characters in test promptskaguilar3-117/+121
Change-Id: I5358dadf112f22c423ef337538a2adb4c6c182b7
2013-03-04feature[ats_5Z6FP]: Add NodeInfo to host envAndrew M Finkbeiner1-0/+2
Change-Id: I3a9d332f318e1e1a0bb7e55e4a294e19175a8a4b
2013-02-16feature[ats_310X3]: Run AddDistributionStatement ruledonald.g.dunne17-8/+168
Change-Id: I0f8e8276f6b1c28ea6e244e5725cae65bd022a5a
2013-02-06feature[ats_4GPHT]: Remove env from MessageRecorder.Andy Jury1-6/+0
Change-Id: Ia8906577c347f3ff2bdbc3232939c33fc41a5e3a
2013-02-06feature[ats_4GPHT]: Remove class that has moved to precompiled.Andy Jury1-346/+0
Change-Id: If8ce9fe7cbe375e834e78e4f7a32b3165be9334b
2013-01-04feature[ats_V64QA]: Remove unneeded bundle dependency.Andy Jury1-1/+0
Change-Id: I2153d47bee6c50c8f4bca75b87a8c18ce30c8c0e
2012-11-07refactor: Update build numbers to 0.11.0Roberto E. Escobar2-2/+2
Change-Id: I30263ed867331bfdcd7278085b6a76464d181814

Back to the top