1. def6c74 [maven-release-plugin] rollback the release of asterix-0.0.4 by vinayakb · 11 years ago
  2. 67c655f [maven-release-plugin] rollback the release of asterix-0.0.4 by vinayakb · 11 years ago
  3. fbdf9ef [maven-release-plugin] prepare release asterix-0.0.4 by vinayakb · 11 years ago
  4. 634d9e3 [maven-release-plugin] prepare release asterix-0.0.4 by vinayakb · 11 years ago
  5. 4fd7643 Fixed maven plugin poms to be releas-able by vinayakb · 11 years ago
  6. 9fe5844 Fixed maven plugin poms to be releas-able by vinayakb · 11 years ago
  7. 68b25e1 Merged asterix_lsm_stabilization upto r1547 by vinayakb · 11 years ago
  8. 5ee049d Merged asterix_lsm_stabilization upto r1547 by vinayakb · 11 years ago
  9. 782bd49 Fixed dependencies to 0.2.4 of Hyracks by vinayakb · 11 years ago
  10. e2c6aab Fixed dependencies to use dependencyManagement by vinayakb · 11 years ago
  11. aca5723 revert previous synchronization in instantTryLock() by kisskys · 11 years ago
  12. 41e29f6 synchronzing instantTryLock by kisskys · 11 years ago
  13. fd69a6b fixing another bug in LockManager by kisskys · 11 years ago
  14. c0c6d33 fixing a bug of null pointer exception in LockManager by kisskys · 11 years ago
  15. e631d6e fix issue 305 by zheilbron · 11 years ago
  16. 0e7daed Prevented merges upon shutdown, made sure to deactivate all indexes upon shutdown. (code reviewed by Zack). by salsubaiee · 11 years ago
  17. 71bd917 Fix for issue 315 (reviewed by Sattam) by ramangrover29@gmail.com · 11 years ago
  18. 8726ba7 added negative test case for issue 315 by ramangrover29@gmail.com · 11 years ago vault/asterix_lsm_stabilization_315
  19. 5960475 Fix for issue 315 by ramangrover29@gmail.com · 11 years ago
  20. a159f95 creating branch for issue 315 by ramangrover29@gmail.com · 11 years ago
  21. 9cdee41 merged from asterix_lsm_stabilization -r1505:1510 by jarodwen · 11 years ago vault/asterix_lsm_stabilization_interval
  22. 9d76fa2 added fix for issue 310 with test cases. by jarodwen · 11 years ago
  23. 3613295 fixed issue 301 by zheilbron · 11 years ago
  24. 10e4275 Merge asterix_stabilization_api_cleanup r1498:r1504. by madhusudancs@gmail.com · 11 years ago
  25. ed459c5 Incorporate Yingyi's comments from the review. by madhusudancs@gmail.com · 11 years ago
  26. 48311a6 creating branch to fix the missing constructors for interval types by jarodwen · 11 years ago
  27. 1b9095e Update metadata tests to reflect the correct expected results. by madhusudancs@gmail.com · 11 years ago
  28. e122b75 Fixed the results of three failing test cases. by salsubaiee · 11 years ago
  29. ac81e17 Fix for issue: 304 by ramangrover29 · 11 years ago
  30. d1874a3 Merge asterix_lsm_stabilization r1493:r1500. by madhusudancs@gmail.com · 11 years ago
  31. 7243321 Modified test framework to write the results from REST API to file before comparing. by madhusudancs@gmail.com · 11 years ago
  32. 29e5adf Fix for issue: 304 by ramangrover29 · 11 years ago
  33. 6acd314 Display TokenMgrError messages too along with ParseException. by madhusudancs@gmail.com · 11 years ago
  34. effc45c merge asterix_lsm_stabilization into asterix_lsm_stabilization_managix r1473:1496 by ramangrover29 · 11 years ago
  35. 867558c Merge asterix_stabilization_api_cleanup r1491:r1495. by madhusudancs · 11 years ago
  36. f56d21d Sneaking in another small change which clears up output column when the query is running. by madhusudancs@gmail.com · 11 years ago
  37. 833aea7 UI changes - based on feedback from Pouria, Raman and Chen. by madhusudancs@gmail.com · 11 years ago
  38. 1ddee92 Merge asterix_lsm_stabilization r1491:r1492. by madhusudancs · 11 years ago
  39. 6a82029 Modify the test framework to actually diff between expected and actual files. by madhusudancs@gmail.com · 11 years ago
  40. 551ffe0 Merge asterix_lsm_stabilization r1490. by madhusudancs@gmail.com · 11 years ago
  41. 9f890fb Remove the changes that accidentally got committed. by madhusudancs@gmail.com · 11 years ago
  42. 13116be Creating a new branch for API related cleanup. by madhusudancs@gmail.com · 11 years ago
  43. e83c981 Trunctate the API cleanup branch which was branched off asterix_stabilization. It will be re-created of the asterix_lsm_stabilization branch. by madhusudancs@gmail.com · 11 years ago
  44. 92768fa merged back asterix_lsm_stabilization_function to asterix_lsm_stabilization by jarodwen · 11 years ago
  45. 6e5ce8b merged back from asterix_lsm_stabilization for -r1479:1485 by jarodwen · 11 years ago vault/asterix_lsm_stabilization_function
  46. e36d2c7 addressed Raman's review comment. by jarodwen · 11 years ago
  47. 65c9174 commit the fix from Raman for the function identification strategy in issue 293. Now ASTERIX supports functions with same name but different arity. by jarodwen · 11 years ago
  48. 89e9069 merge back the fixes for issue285 and issue288: r1477:1478 and r1481:1482 from asterix_issue285 by buyingyi · 11 years ago
  49. a33b345 create a branch to fix issue 293 by jarodwen · 11 years ago
  50. d85a6a2 Rollback r1474. by madhusudancs@gmail.com · 11 years ago
  51. bbcaca6 Implemented the IntroduceInstantLockSearchCallbackRule which is statically going to inspect the unnest_map and data_source_scan operators in the plan. If there is only a single access to the primary index, then an instant-lock search callback will be passed to the LSM-BTree at runtime. Otherwise, the usual search callback (the one that hold locks until the job commit) will be passed to the LSM-BTree. All test cases pass. by salsubaiee · 11 years ago
  52. c5f3513 Added type check to the spatial cell function and proper error messages. by salsubaiee · 11 years ago
  53. 67f02aa Tests should fail when there are more records in expected file than returned. by khfaraaz82@gmail.com · 11 years ago
  54. 57de85e merge r1463 through r1472 into asterix_lsm_stabilization_managix by ramangrover29 · 11 years ago
  55. 40b41b9 1)fixed read-lock escalation bug by mimicking SIX mode with allowing S and IX coexist in dataset-level and 2) released all previousely acquired locks when escalation completed by kisskys · 11 years ago
  56. e2aaa38 Eliminated extra optional () in insert clause. Code reviewed by Mike. by vinayakb · 11 years ago
  57. 6d55667 merged r1426:1454 asterix_stabilization --> asterix_lsm_stabilization by zheilbron · 11 years ago
  58. 688b135 added instant search callback factory class by kisskys · 11 years ago
  59. 35c9e9f 1) changed default home directory for zookeeper by ramangrover29 · 11 years ago
  60. b455c4d now throwing an exception when no results are returned from a query during execution tests by zheilbron · 11 years ago
  61. c778fb4 merge from asterix_lsm_stabilization rev r1457 through r1462 by ramangrover29 · 11 years ago
  62. eb8bf05 1) changed default home directory for zookeeper by ramangrover29 · 11 years ago
  63. 94d0180 added a primary index instant search callback class by kisskys · 11 years ago
  64. 1595af4 corrected a typo by kisskys · 11 years ago
  65. f67c379 changed to upgrade record-level read locks to dataset-level read lock if the number of lock requests exceeds a threshold by kisskys · 11 years ago
  66. 8f3e821 1) fixes issue 298: Managix should backup/restore hidden files under asterix storage by ramangrover29 · 11 years ago
  67. f6ed72c merge from asterix_lsm_stabilization rev 1451:1456 by ramangrover29 · 11 years ago
  68. 4b34591 1) fixes issue 298: Managix should backup/restore hidden files under asterix storage by ramangrover29 · 11 years ago
  69. 4fc447c fixed issue 290: made log cursor read from 0 offset of each log page in the log file, meaning do not allow to read from the middle of the page. by kisskys · 11 years ago
  70. d373cd7 Added fix for issue 289, with a test case. by jarodwen · 11 years ago vault/asterix_stabilization
  71. 7b4175b Test index ordering changes by khfaraaz82@gmail.com · 11 years ago
  72. 543a124 changes to add a partition flag to inverted index local metadata which is used to create invertedIndex instance during recocvery by kisskys · 11 years ago
  73. 706e9ca branching off rc release for development on managix by ramangrover29 · 11 years ago
  74. ce885f4 Merge web UI changes from asterix_stabilization to asterix_lsm_stabilization r1428:1443. by kisskys · 11 years ago
  75. dcf73ad 1) support providing iodevices in cluster configuration by ramangrover29@gmail.com · 11 years ago
  76. 7575caf changed backup/restore functionality to account for artifacts created by log manager by ramangrover29@gmail.com · 11 years ago vault/asterix_lsm_stabilization_installer
  77. d9f245b Merging r1435 through r1446 (Young-Seouk's changes related to log manager configuration) by ramangrover29@gmail.com · 11 years ago
  78. 309034e managix changes post feedback (taking checkpoint) by ramangrover29@gmail.com · 11 years ago
  79. 4480e6d changes for the log directory configuration and backup used by Managix by kisskys · 11 years ago
  80. aba6fc5 Commit the changes to the test xml file that was forgotten by mistake. by salsubaiee · 11 years ago
  81. e85adc7 Merge asterix_stabilization_api_cleanup to asterix_stabilization. by madhusudancs@gmail.com · 11 years ago
  82. 454e62d Added one missing data file. by salsubaiee · 11 years ago
  83. e970473 Added header info for all test cases that were added in the previous commit. by salsubaiee · 11 years ago
  84. ca5eb73 Enabled inverted index insert and delete operations. Added Tests cases for all the 4 index types. by salsubaiee · 11 years ago
  85. 2e1e54c Add the static files for the web ui and modify the code to serve them. by madhusudancs@gmail.com · 11 years ago
  86. 99e82c6 Add the HTML template file. by madhusudancs@gmail.com · 11 years ago
  87. d14d437 Cleanup the webui for displaying results. by madhusudancs@gmail.com · 11 years ago
  88. 4f2818c branch for making installer compatible with asterix_lsm_stabilization by ramangrover29@gmail.com · 11 years ago
  89. 7d1935d Read the CC IP address and port for client connection from the ClusterControllerInfo instead of getting it from the user. by madhusudancs@gmail.com · 11 years ago
  90. acca561 Creating a new branch for API related cleanup. by madhusudancs@gmail.com · 11 years ago
  91. e25117f Added ignore properties to asterix-events and asterix-installer. by madhusudancs@gmail.com · 11 years ago
  92. c165ad4 merged r1424:1426 asterix_stabilization --> asterix_lsm_stabilization by zheilbron · 11 years ago
  93. eb5ce9c removing validation of java version by ramangrover29 · 11 years ago
  94. 5ddcadd merged r1373:1424 asterix_stabilization --> asterix_lsm_stabilization by zheilbron · 11 years ago
  95. 16a9720 File remove wrong file name. by khfaraaz82@gmail.com · 11 years ago
  96. 019f85d Added the missing files. by khfaraaz82@gmail.com · 11 years ago
  97. c93fa6a Remove unwanted print statements. by khfaraaz82@gmail.com · 11 years ago
  98. 74fa552 Metadata tests integrated to run with REST API test framework by khfaraaz82@gmail.com · 11 years ago
  99. 573dde4 Modified nc startup script to account for added configuration parameter: result-ip-address by ramangrover29 · 11 years ago
  100. f9d34de merged func_type_check back to stabilization by jarodwen · 11 years ago