Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29feature[ats_VVMH0]: Integrate search engine into ORCSRoberto E. Escobar42-3487/+0
2012-02-20bug[ats_L9Q6R]: Quick Search case insensitive not working correctlyjmisinco1-15/+27
2011-09-08refactor: Remove calls to getId for typesjmisinco6-37/+57
2011-08-30refactor: Remove redundant tag by branch logicRyan D. Brooks4-122/+1
2011-08-02refactor: Replace OseeLog.log() calls that use String.format with OseeLog.logfRyan D. Brooks3-14/+14
2011-05-10refactor[bgz_343296]: Replace Options with PropertyStorejmisinco2-3/+3
2011-04-08refactor: Convert subclasses of BaseServerCommand to extend ↵Ryan D. Brooks2-2/+5
AbstractOperation directly
2011-05-25feature[ats_CRKXB]: Add tag_all non-tagged gamma_id optionrescobar1-5/+0
2011-04-22refactor: Introduce end-of-line normalizationRyan D. Brooks1-61/+61
2011-01-20refinement: Improve server de/registrationrescobar1-2/+6
2010-11-03refactor: Split JoinUtility into top-level classesrescobar4-7/+11
Separate database access for testability Add getAllQueryIds to base join query class Remove getAllTagQueuQueryIds from JoinUtility Remove JoinUtility.deleteQuery methods
2010-10-15refactor: Convert all line terminators to Unix stylerbrooks1-79/+79
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks1-3/+2
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of ↵rbrooks7-27/+24
in-place code
2010-09-15refactor: Remove unnecessary exception InvalidTaggerExceptionrbrooks1-2/+2
2010-09-20refactor: Update IAttributeType to AttributeType conversion to use Collectionrescobar2-10/+18
2010-09-17bug[ats_UNJKK]: Implement server-side change to use search request/response ↵rescobar15-381/+98
messages
2010-09-17refactor: Move MatchLocation to jdk.corerescobar1-72/+0
2010-09-16refactor: Warnings clean-up for framework.core.message.testrescobar1-60/+0
2010-09-15bug[ats_UNJKK]: Convert SearchEngine messages to standard formatrescobar7-156/+273
2010-09-15refactor: Make searchTag query testablerescobar2-69/+84
2010-09-14feature[ats_49K1T]: Improve search error dialog to show that no words in ↵ddunne3-2/+16
search string
2010-09-08refactor: Eclipse source cleanup and formatRyan D. Brooks1-1/+0
2010-08-31remove unused Javadoc stubsrbrooks5-9/+0
2010-08-29remove unused Javadoc stubsrbrooks5-12/+0
2010-08-29Eclipse source cleanup and formatrbrooks5-8/+71
2010-08-29convert all line terminators to Unix stylerbrooks6-432/+432
2010-08-27Fixed uri is valid coderescobar1-1/+1
2010-08-27Updated code to use concurrenthashmaprescobar1-4/+2
2010-08-26(no commit message)rescobar1-1/+1
2010-08-26(no commit message)rescobar1-1/+1
2010-08-26(no commit message)rescobar1-3/+1
2010-08-26"Team Workflow" - TGYTK - "Quick search needs to support special quotation ↵rescobar33-311/+755
marks" Refactored for testability
2010-07-24applied Eclipse source cleanuprbrooks24-218/+260
2010-07-24converted all line terminators to unix stylerbrooks39-3306/+3306
2010-07-22[Bug 320445] ArtifactForm widget does not handle xml reserved characters ↵rbrooks1-5/+5
properly
2010-07-15Converted Sessions to use core model datastore patternrescobar1-145/+145
Fixed Service Registration to use dependency tracker Fixed Servlet Registraction to user dependency tracker
2010-06-19(no commit message)rescobar5-6/+6
2010-04-29Fixed quick search performance issuerschmitt1-1/+3
Quick search w/ multiple attribute types had a performance issue because of the way the SQL query was written. The /* ordered */ hint, combined with the order in which tables were actually given in the FROM clause, was forcing cartesianing. This FROM clause has been reordered for optimal efficiency. (The query in question went from taking 3.1 hours to taking 0.3 seconds.)
2010-03-12(no commit message)rescobar39-0/+3310

    Back to the top