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
2013-11-25refactor: Update build numbers to 0.16.0Roberto E. Escobar2-2/+2
Change-Id: I9a00db51e1f157ca4519bd1060c457c5da887c2a
2013-10-22refactor: Remove usage of additional.bundles from build.propertiesRyan D. Brooks1-2/+0
Change-Id: I1ae945d1f283510f060e52ec9b2bc5de90f0ef3e
2013-10-12refactor: Update build numbers to 0.15.0Roberto E. Escobar2-2/+2
Change-Id: I2e59932a053fafecdf2584b72102c0145634ae6b
2013-09-06refinement: Improve result set APIRoberto E. Escobar2-11/+11
Remove getList method. Remove getIterable method. Since resultSet is already an Iterable object, these methods are not needed. Add size and isEmpty methods for convenience. Change-Id: I34160b3acaad391949ff9da0e81afa95f4532677
2013-09-06refactor: Update build numbers to 0.14.0Roberto E. Escobar2-2/+2
Change-Id: I2ee5a0f2f1256f1a87ca4ceedac460790e7e4eaf
2013-08-30bug[ats_7JPJY]: ExecutorAdmin cancel functionality not always workingjmisinco1-9/+5
Change-Id: I6a7e49a29a0f313887502ef9756b3fce27d67bde
2013-08-19refactor: Update build numbers to 0.13.0Roberto E. Escobar2-2/+2
Change-Id: I97eab07aee1f8a5ce321c238815d78cdfe1eab79
2013-07-29refactor: Update build numbers to 0.12.0Roberto E. Escobar2-2/+2
Change-Id: I4c528d73676af19c17f2fbb26d74ca2a0d18340c
2013-07-16refactor[ats_LRLBR]: Change ExecutorAdmin to support different executorsjmisinco11-741/+101
Two types of executors are now supported, fixed thread pool executors which will be used for database bound operations, and cached pool executors while will be used for non DB bound operations. Guava's ListeningExecutorService is used to support the callback functionality on futures. Change-Id: I87bd0c79c6be5cfed07c33be3fcbb9878fd20346
2013-06-17refactor: Update build numbers to 0.11.1Roberto E. Escobar2-2/+2
Change-Id: I6322912aa393c22210af80956c7919917d45a345
2013-03-04bug: Synchronize executor creationRoberto E. Escobar1-16/+10
Change-Id: Id90c4e5d4a39adc90657171d449cc1372a8d1c6c
2012-11-07refactor: Update build numbers to 0.11.0Roberto E. Escobar2-2/+2
Change-Id: I30263ed867331bfdcd7278085b6a76464d181814
2012-10-01refactor: Update build numbers to 0.10.4Roberto E. Escobar2-2/+2
2012-09-01refactor: Update build numbers to 0.10.3Roberto E. Escobar2-2/+2
2012-08-17refactor: Update build numbers to 0.10.2Roberto E. Escobar2-2/+2
2012-07-09refactor: Update build numbers to 0.10.1Roberto E. Escobar2-2/+2
2012-02-15refactor: Update build numbers to 0.10.0Roberto E. Escobar2-2/+2
2012-03-23refactor: Code quality changeskwilk1-1/+0
2012-03-13feature[ats_VVMH0]: Reduce executor admin thread pool sizeRoberto E. Escobar1-2/+3
2012-03-06feature[ats_VVMH0]: Improve executorAdminRoberto E. Escobar8-9/+287
2012-03-10bug: Log executor admin exceptionsRoberto E. Escobar1-0/+2
2012-02-28bug: Clean-up executorAdmin shutdownRoberto E. Escobar1-2/+7
2011-11-30feature[ats_18K4T]: Make Future get method wait for callback to executeRoberto E. Escobar1-5/+7
2012-01-07feature[ats_Q9NLC]: Enable maven testsRoberto E. Escobar1-2/+2
2011-11-02feature[ats_18K4T]: Multi-thread ORCS Query and improve getRelatedArtifacts ↵Roberto E. Escobar2-17/+25
search
2011-11-01feature[ats_18K4T]: Presenter updates for threaded searchingjmisinco1-0/+5
2011-10-31feature[ats_18K4T]: Improve search executionRoberto E. Escobar5-9/+158
2011-10-28feature[ats_18K4T]: Add cancel to searchesRoberto E. Escobar5-87/+384
2011-10-27feature[ats_E6W8N]: Integration of presenter and UIjmisinco1-1/+2
2011-10-26feature[ats_E6W8N]: Implement non-blocking searchesjmisinco3-17/+47
2011-10-24feature[ats_Q9NLC]: Update query to use executor adminRoberto E. Escobar1-2/+13
2011-10-22feature[ats_Q9NLC]: Create executor adminRoberto E. Escobar18-0/+752

    Back to the top