Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-08refactor[bgz_354193]: Remove unused exception declarationsShawn F. Cook7-16/+12
2011-08-08bug: Add mapping for baseline and parent transaction_id during db importrescobar1-1/+4
2011-08-02refactor: Replace OseeLog.log() calls that use String.format with OseeLog.logfRyan D. Brooks4-22/+22
2011-08-02refactor: Use consistent method name, logf, in OseeLogRyan D. Brooks3-4/+4
2011-06-20refinement[bgz_349970]: Replace RecursiveBranchProvider with MultiBranchProviderjmisinco2-13/+29
2011-05-23refinement: Minor code quality changeskwilk1-6/+7
2011-05-24refactor: Create IBasicUser and UserTokenddunne1-2/+2
2011-05-19bug[bgz_342607]: Fix DeletedBranchProvider ConcurrentModificationExceptionjmisinco1-2/+5
2011-05-10refactor[bgz_343296]: Replace Options with PropertyStorejmisinco12-37/+37
2011-05-10refactor: Add toString method to ManifestSaxHandler.ImportFileRyan D. Brooks1-1/+6
2011-05-03refinement: Expose recursive purge operation to client through httpRyan D. Brooks2-1/+16
2011-04-29refinement: Allow purge_deleted_branches to handle branches that have childrenRyan D. Brooks1-2/+10
2011-04-22bug: Also apply BranchFilter to parent branch in RecursiveBranchProvider0.9.9.v201104220001_RCRyan D. Brooks2-1/+5
2011-04-18refactor[ats_PRNVV]: Fix with test database relation integrity health checkskwilk1-1/+0
2011-04-08refactor[bgz_342607]: Remove PurgeDeletedBranches and create generic BranchOp...jmisinco11-118/+287
2011-04-07feature[ats_5N7KL]: Add purge branch recursivejmisinco1-0/+55
2011-03-08refactor: Separate access control refresh cache logic from purge branchjphillips1-0/+10
2011-03-07refinement: Add logging for PurgeBranchOperationRyan D. Brooks4-16/+29
2011-03-04feature: Remove Derby databaserescobar1-20/+17
2011-02-22refactor: Update AbstractBlam to use OperationLogger for outputRyan D. Brooks1-1/+1
2011-02-28refactor: Rename OperationReporter to OperationLoggerRyan D. Brooks10-42/+42
2011-07-22refinement[ats_LCBBP]: Use truncate sql cmd for table cleanuprescobar1-2/+45
2011-07-22bug[ats_LCBBP]: Change table import to use multiple transactionsrescobar1-10/+5
2011-07-18refinement: Improve performance of DbTableExportItemRyan D. Brooks9-100/+75
2011-07-18refinement: Improve performance of ExportImportXml utility methodsRyan D. Brooks1-5/+16
2011-07-18refactor: Remove unnecessary code from DbTableExportItemRyan D. Brooks1-17/+13
2011-06-15refinement: Improve performance of database export by increasing fetch sizeRyan D. Brooks1-29/+9
2011-05-24feature[ats_YM5WH]: Add export_branch --excludeBranchIds optionrescobar1-0/+1
2011-05-18bug[ats_LCBBP]: Fix osee type exception messagerescobar1-6/+19
2011-05-17refinement: Reduce memory requirements for running check_exchangeRyan D. Brooks8-116/+313
2011-05-17refactor: Restrict throw clause of ExchangeUtil.createXmlWriter to IOExceptionRyan D. Brooks3-4/+6
2011-05-11refactor[ats_7QN16]: Remove OSEE_REMOVED_TXS tablekwilk1-11/+13
2011-05-03feature[ats_LCBBP]: Fix branch export/import cmds file path optionrescobar4-12/+22
2011-02-04refactor: Clean-up Conflict API remove duplicate status methodsrescobar1-2/+3
2011-02-01bug[ats_F0W3D]: App Server uses excessive amount an memory while running chan...rescobar2-12/+22
2011-01-20bug: Fix purge branch operations to remove purge branchesjphillips1-1/+3
2011-01-10feature[bgz_332807]: Support multiple delete and purge options for branches i...kwilk1-1/+1
2011-01-11refactor: Replace direct sql use with branch API call in PurgeBranchOperationrbrooks1-4/+1
2010-11-29refinement: Use same db connection throughout PurgeBranchOperationrbrooks1-1/+2
2010-11-15refinement: Improve txCurrent health check to show progressddunne1-4/+3
2010-11-03refinement: Add completed notification for InvalidTxCurrentsAndModTypes opera...ddunne1-5/+6
2010-11-03refactor: Split JoinUtility into top-level classesrescobar5-18/+31
2010-09-24feature: Add server command for purging deleted branchesrbrooks3-45/+55
2010-09-24refactor: Make service accessor methods in server admin Activator staticrbrooks4-35/+32
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks14-27/+25
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of in-pl...rbrooks16-55/+49
2010-09-17refactor: Remove unnecessary exception wrappingrbrooks1-2/+0
2010-09-15refactor: Utilize utility method Conditions.checkNotNull instaed of in-place ...rbrooks1-9/+4
2010-08-29Eclipse source cleanup and formatrbrooks7-16/+44
2010-08-24Cleaned up warnings and fixed service dependenciesrescobar1-7/+10

Back to the top