Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-28refactor: Use type inference when invoking a generic constructorRyan D. Brooks5-10/+10
2015-05-12refinement: Reduce redundancy of server uri property and give defaultRyan D. Brooks1-4/+3
2015-03-19feature[ats_ATS179688]: Rename SystemUser Guest to AnonymousAngel Avila2-2/+2
2015-01-15feature[ats_ATS152956]: Remove osee.build.designation from app serverRoberto E. Escobar2-6/+1
2015-01-07bug[ats_ATS146081]: Delay IDE client acquire session on ClientJdbcServiceRoberto E. Escobar1-37/+58
2014-12-10feature[ats_ATS144309]: Remove IOseeDatabaseService from IDE clientRoberto E. Escobar1-51/+0
2014-12-10feature[ats_ATS144309]: Add ClientJdbcServiceRoberto E. Escobar1-0/+149
2014-12-08feature[ats_ATS144309]: Move OseeInfo to skynet.coreRoberto E. Escobar1-33/+6
2014-12-08feature[ats_ATS144309]: Move client OseeSql to skynet.coreRoberto E. Escobar1-8/+3
2014-12-02refactor: Remove unused client task schedulerRoberto E. Escobar3-201/+0
2014-11-25bug[ats_ATS142313]: OSEE Client throws exceptions with popup when no serverdonald.g.dunne2-21/+35
2014-05-02refactor[ats_ATS36063]: Remove URIProviderjmisinco1-37/+0
2014-02-14bug[ats_ATS21609]: Server showing Unavailable in OSEE Configurationdonald.g.dunne4-157/+2
2014-02-04bug[ats_ATS17267]: Unable to connect exception occurringjmisinco5-56/+1
2014-01-13bug[ats_ATS10062]: Remove core.model dependency from REST clientRoberto E. Escobar1-12/+0
2014-01-06refactor: Remove warnings and technical debtdonald.g.dunne1-17/+14
2013-12-04refactor[ats_SHB3P]: Remove arbitration codejmisinco1-112/+1
2013-12-04feature[ats_SHB3P]: Remove arbitration codejmisinco4-136/+10
2013-12-03refactor: Move Conditions class to jdk.coreRyan D. Brooks1-1/+1
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks7-9/+9
2013-10-09refinement[ats_7GVL6]: Increase client arbitration timeoutjmisinco1-2/+2
2013-08-27bug[ats_9NJGS]: Client arbitration hangsjmisinco1-1/+3
2013-08-15feature[ats_ZPPTH]: Configure application server to use httpsjmisinco2-22/+5
2013-02-25feature[ats_R03X6]: Create system property for skipping commit checks and eventsRyan D. Brooks1-0/+6
2013-01-18feature[ats_L63H6]: Implement client rest search apijmisinco1-0/+49
2012-10-30refinement: Avoid client authentication during connection eventRoberto E. Escobar3-0/+19
2012-10-09feature[ats_D1TM7]: Specify authentication protocol on serverRoberto E. Escobar3-22/+1
2012-10-03feature[ats_VYXJD]: Add checks to prevent NPE on empty nameRoberto E. Escobar1-3/+9
2012-08-23feature[ats_VYXJD]: Add user name case sensitivity OSEE configuration itemshawn.f.cook1-1/+2
2012-04-26feature[ats_VGR8B]: Convert core client to DSRoberto E. Escobar13-28/+49
2012-03-26refinement: MasterTestSuite_Demo releasesUser after DBInitshawn.f.cook1-2/+1
2012-03-23bug: Fix synchronization issue in user authentication codeshawn.f.cook1-1/+5
2011-12-20feature: Add getDatabaseInfo to ClientSessionManagerddunne1-0/+4
2011-08-31bug: Fix osee client arbitration logicrescobar4-181/+151
2011-08-29feature[ats_S2QRD]: Set a permanent base url address for hyperlinksrescobar1-7/+48
2011-08-04feature[ats_4F0X2]: Provide better connection unavailable information for fai...ddunne5-111/+296
2011-08-02refactor: Replace OseeLog.log() calls that use String.format with OseeLog.logfRyan D. Brooks2-5/+5
2011-05-24refactor: Create IBasicUser and UserTokenddunne3-5/+5
2011-01-20bug: Fix dbInit bootstrap user authentication issuerescobar3-5/+3
2010-11-04refactor: Remove unnecessary exceptionsrescobar2-10/+5
2010-10-28refinement: Improve exception logging during session creationrescobar1-0/+3
2010-10-04refactor: Use IArtifactType and IAttributTypeddunne1-1/+0
2010-09-29refactor: Convert DbUtil.dbInit flag into system propertyrescobar1-0/+10
2010-09-20feature[ats_UYPM6]: Partial - coverage tool needs ability to link ATS to cove...ddunne1-0/+1
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks2-3/+3
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of in-pl...rbrooks1-3/+6
2010-09-16refactor: Replace usage of unchecked exceptions with appropriate OSEE exceptionrbrooks1-2/+3
2010-09-14refactor: Remove unnecessary exception OseeArbitrationServerExceptionrbrooks3-11/+9
2010-08-31remove unused Javadoc stubsrbrooks1-3/+0
2010-08-29remove unused Javadoc stubsrbrooks1-2/+0

Back to the top