1. b5668d2 Merge branch 'master' into genomix/fullstack_genomix by JavierJia · 12 years ago
  2. 534471c Read results for each result set id. by Madhusudan.C.S · 12 years ago
  3. 092f4ba merge version-bumped fullstack_lsm_staging by buyingyi · 12 years ago
  4. ccfbf41 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  5. bdd3648 [maven-release-plugin] prepare release fullstack-0.2.5 by Vinayak Borkar · 12 years ago fullstack-0.2.5
  6. 6dbd752 merge fullstack_dynamic_deployment by buyingyi · 12 years ago
  7. 427b06b merge fullstack_dynamic_deployment by buyingyi · 12 years ago
  8. 8867a1a [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago vault/fullstack_lsm_staging@3347
  9. 4fa2343 [maven-release-plugin] prepare release fullstack-0.2.4 by vinayakb · 12 years ago fullstack-0.2.4@3341
  10. 4df3110 Merged fullstack_lsm_staging upto r3336 by vinayakb · 12 years ago
  11. ed8b8eb svn merge -r3112:3163 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization svn merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234 svn merge -r3209:3233 https://hyracks.googlecode.com/svn/trunk/fullstack by anbangx · 12 years ago
  12. a7ee757 merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk by buyingyi · 12 years ago
  13. 6952551 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  14. 1ca34f4 [maven-release-plugin] prepare release fullstack-0.2.3 by vinayakb · 12 years ago fullstack-0.2.3@3231
  15. ea837d0 [maven-release-plugin] rollback the release of fullstack-0.2.3 by vinayakb · 12 years ago
  16. a553abb [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  17. beac3b2 [maven-release-plugin] prepare release fullstack-0.2.3 by vinayakb · 12 years ago fullstack-0.2.3@3210
  18. 55df521 cross merge fullstack_release_candidate into trunk by buyingyi · 12 years ago
  19. 9506d18 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  20. caf0833 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  21. 3ca6098 svn merge -r2972:3096 https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization by jianfeng.jia@gmail.com · 12 years ago
  22. f5cfdff Change almost all the integration tests to use ResultWriterOperatorDescriptor for result distribution. by madhusudancs@gmail.com · 12 years ago
  23. d6066cb Add the additional datasetIPAddress parameter required for the NCConfig in all the tests and implement the basic infrastructure required to run hyracks integration tests using ResultWriterOperatorDescriptor. by madhusudancs@gmail.com · 12 years ago
  24. 248afcb Style/Formatting fixes. by madhusudancs@gmail.com · 12 years ago
  25. 7acfa1e Implement a result serializer, its factories and providers for test to serialize the results based on record descriptor instead of printer factory in test framework. by madhusudancs@gmail.com · 12 years ago
  26. a837e39 Adding the import that got lost somewhere :P by madhusudancs@gmail.com · 12 years ago
  27. 00f2ad0 Fix abstract integration test to include serializer init. by madhusudancs@gmail.com · 12 years ago
  28. a05b1d4 Added complete lifecycle methods for the Application EntryPoint interfaces by vinayakb · 12 years ago
  29. a5ed515 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  30. ca27294 Fix the tests and code to support server side serialization. by madhusudancs@gmail.com · 12 years ago
  31. 46f3897 Fix the tests to use the new serializer names. by madhusudancs@gmail.com · 12 years ago
  32. ffc49ae To be able to serialize the results on the server side obtain the printer factories for the results and pass it to the result handling metadataprovider run time. by madhusudancs@gmail.com · 12 years ago
  33. dca02da Update hyracks api version to 0.2.3-SNAPSHOT. by madhusudancs@gmail.com · 12 years ago
  34. 58f5056 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  35. af06318 The dataset API only gets the serialized descriptor. by madhusudancs@gmail.com · 12 years ago
  36. bc7dfa8 Update the tests to use the rewritten HyracksDataset API. by madhusudancs@gmail.com · 12 years ago
  37. 4bb03e9 Revert the hyracks version to 0.2.2 for all the packages. by madhusudancs@gmail.com · 12 years ago
  38. a828538 merge fullstack_asterix_stabilization r2800:2814 by buyingyi · 13 years ago
  39. d5bdffa Merged fullstack_staging -r 2426:2786 by vinayakb · 13 years ago
  40. 43b91da merge fullstack_asterix_stabilization to fullstack_genomix by buyingyi · 13 years ago
  41. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 13 years ago vault/fullstack_staging_bigmerge_target
  42. b44e20d Provide the ordering specification to result writer operator descriptor in SortMergeTest. by madhusudancs · 13 years ago
  43. 3385489 Update the sort merge test to use the new API. by madhusudancs · 13 years ago
  44. 83f33fb Update the tests to set the IPAddress for result distribution socket. by madhusudancs · 13 years ago
  45. b6cd6db Update all the imports with the new locations and fix the method calls with argument changes. by madhusudancs · 13 years ago
  46. b7fa154 Teach root pom.xml about the new projects and update the poms in other projects to include the required projects as dependencies. by madhusudancs · 13 years ago
  47. 377b400 Modify the SortMergeTest and the base AbstractTest to use the new result distribution mechanism. by madhusudancs · 13 years ago
  48. 8480793 Fixed pregelix tests to use INCApplicationEntryPoint. Fixed BTree example to use INCApplicationEntryPoint. Fixed POMs to have versions for all plugins by vinayakb · 13 years ago
  49. 1696995 Eliminated Application deployment code. Eliminated hyracks-cli. Fixed hyracks examples to work with the new application model by vinayakb · 13 years ago
  50. 70c821c [maven-release-plugin] prepare for next development iteration by vinayakb · 13 years ago vault/fullstack_genomix@2593 vault/fullstack_imru@2585 vault/fullstack_staging@2391
  51. 4a6309b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 13 years ago fullstack-0.2.2@2387
  52. 6390e6b [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 13 years ago
  53. 7a8cb26 [maven-release-plugin] prepare for next development iteration by vinayakb · 13 years ago
  54. 671f31b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 13 years ago fullstack-0.2.2@2381
  55. 5570ea3 [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 13 years ago
  56. 5d149c3 [maven-release-plugin] prepare for next development iteration by vinayakb · 13 years ago
  57. 551fd7d [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 13 years ago
  58. 8d79d16 add a name to all hyracks subprojects by buyingyi · 13 years ago
  59. 819edac Added IPageCleanerPolicy by vinayakb · 13 years ago
  60. 0c86039 Copied hyracks trunk into fullstack by vinayakb · 13 years ago