1. 928bbd1 Change License Headers by Ian Maxon · 9 years ago
  2. f18bba2 Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  3. 34d8163 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  4. df6d42d Add record type and primary key in the response of connector servlet api. by Yingyi Bu · 10 years ago
  5. c66d23a Adding introspection for getting record details. by Preston Carman · 10 years ago
  6. 032a178 Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 10 years ago
  7. ae85a1d Introduces Feeds 2.0 by ramangrover29 · 10 years ago
  8. 0bae161 Add a JSON rest-api for external connector that uses existing AsterixDB datasets. by Yingyi Bu · 10 years ago
  9. 6510072 VariableSizeFrame(VSizeFrame) support for Asterix (Runtime Only) by JavierJia · 10 years ago
  10. 2fd7fa6 Add NoSQL grammar: by buyingyi · 10 years ago
  11. 18997ce Change default Hadoop version to 2.2.0 by Ian · 10 years ago
  12. e3e8ffa support for JSON escapes in ADM and AQL parser by Till Westmann · 10 years ago
  13. 5094f4c remove unused properties by Till Westmann · 11 years ago
  14. 0a8f00e Introduce support for JSON as a test result type, including sample test case. by Chris Hillery · 11 years ago
  15. 362b884 Support sort-based group-by, add test coverage for out-of-core code paths, and adapt to the new buffer cache interface. by Yingyi Bu · 11 years ago
  16. 1a2d229 Make DmlTest a valid JUnit test; but suppress execution as it does not work (missing asterix-configuration.xml file) by Chris Hillery · 11 years ago
  17. 75e26cf Merge branch 'master' into peili/crash_recovery_tests by Pei Li · 11 years ago
  18. 521acbb dml recovery added by Pei Li · 11 years ago
  19. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  20. 2343b87 review branch for feeds by ramangrover29 · 11 years ago
  21. 778e019 added a recovery integration test by Young-Seok · 11 years ago
  22. 998ad3f remove debugging code by zheilbron · 11 years ago
  23. 75b7355 built a basic feed console by ramangrover29 · 11 years ago
  24. 20f2583 merge from zheilbron/asterix_msr (checkpoint 1) by ramangrover29 · 11 years ago
  25. 9ae7cd7 revert tests to use unix config files by zheilbron · 12 years ago
  26. 469fcfb use File.separator instead of /; only delete transaction logs before test starts, not after by zheilbron · 12 years ago
  27. 064c69b checkpoint by ramangrover29 · 12 years ago
  28. a774ef2 merge from master by ramangrover29 · 12 years ago
  29. a5e4231 merge from master by ramangrover29 · 12 years ago
  30. 7b807ff checkpoint by ramangrover29 · 12 years ago
  31. 84d82ef checkpoint by ramangrover29 · 12 years ago
  32. 0ee5ab9 merge master by Till Westmann · 12 years ago
  33. ea8ab39 add/update license headers by Till Westmann · 12 years ago
  34. 407c071 properly delete transaction log directories during all tests (MD, Exec, Opt) by zheilbron · 12 years ago
  35. 677206d Merge asterix_lsm_stabilization into madhusudancs/parallelize_result_distribution. by Madhusudan.C.S · 12 years ago
  36. 93b74a8 modifed test fraemwork to provide functionality of selectively invoking a test case when using eclipse by ramangrover29 · 12 years ago
  37. 8516929 1) removed node reachability test 2) modified integration test to shutdown zookeeper prior to beginning tests by ramangrover29 · 12 years ago
  38. 865c706 merge from asterix_lsm_stabilization by ramangrover29 · 12 years ago
  39. 330a541 support for configurable parameters for an asterix instance (part2) by ramangrover29 · 12 years ago
  40. ef2cdc9 Log update and ddl responses. by Madhusudan.C.S · 12 years ago
  41. a4c28ee Log exceptions when they occur when using the REST API. by Madhusudan.C.S · 12 years ago
  42. 1978450 changes to fix Issue 336: asterix build tests hang by Young-Seok · 12 years ago
  43. ed459c5 Incorporate Yingyi's comments from the review. by madhusudancs@gmail.com · 12 years ago
  44. d1874a3 Merge asterix_lsm_stabilization r1493:r1500. by madhusudancs@gmail.com · 12 years ago
  45. 7243321 Modified test framework to write the results from REST API to file before comparing. by madhusudancs@gmail.com · 12 years ago
  46. 6a82029 Modify the test framework to actually diff between expected and actual files. by madhusudancs@gmail.com · 12 years ago
  47. 551ffe0 Merge asterix_lsm_stabilization r1490. by madhusudancs@gmail.com · 12 years ago
  48. 9f890fb Remove the changes that accidentally got committed. by madhusudancs@gmail.com · 12 years ago
  49. 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 · 12 years ago
  50. d85a6a2 Rollback r1474. by madhusudancs@gmail.com · 12 years ago
  51. 67f02aa Tests should fail when there are more records in expected file than returned. by khfaraaz82@gmail.com · 12 years ago
  52. 688b135 added instant search callback factory class by kisskys · 12 years ago
  53. b455c4d now throwing an exception when no results are returned from a query during execution tests by zheilbron · 12 years ago
  54. 5ddcadd merged r1373:1424 asterix_stabilization --> asterix_lsm_stabilization by zheilbron · 12 years ago
  55. c93fa6a Remove unwanted print statements. by khfaraaz82@gmail.com · 12 years ago
  56. 74fa552 Metadata tests integrated to run with REST API test framework by khfaraaz82@gmail.com · 12 years ago
  57. 66fd600 changes for 1)fixing recovery bugs(still need more tests), 2) not using NewUniverse property from AsterixProperties file, and 3) moved persistenLocalResourceRepository classes from hyracks to asterix by kisskys · 12 years ago
  58. 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 12 years ago
  59. c15bd7e merged -r1282:1373 from asterix_stabilization to asterix_lsm_stabilization by kisskys · 12 years ago
  60. 258931e Update the code to work with IOC merge. by madhusudancs@gmail.com · 12 years ago
  61. b5ae400 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
  62. 08852c6 Remove debug print statements. by madhusudancs@gmail.com · 12 years ago
  63. a9bc937 Add UTF-8 support for HTTP responses. by madhusudancs@gmail.com · 12 years ago
  64. 9704371 Checkpoint #4 for fixing runtimets. by madhusudancs@gmail.com · 12 years ago
  65. 616cb7f Checkpoint #3 for fixing runtimets. by madhusudancs@gmail.com · 12 years ago
  66. 8a992ac Checkpoint #1 to fix runtimets. by madhusudancs@gmail.com · 12 years ago
  67. fcb15df changes for fixing the logCursor bug which appeared during Rollback when logs are read from both disk log file and memory log buffer by kisskys · 12 years ago
  68. f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
  69. c1b4237 Fix imports. by madhusudancs@gmail.com · 12 years ago
  70. d8b3b90 Initial test framework changes to use RESTAPI. by khfaraaz82@gmail.com · 12 years ago
  71. 7794529 Merged asterix_stabilization -r 1189:1249 by vinayakb · 12 years ago
  72. 0e5f4f2 Modified to be compatible with fullstack_hyracks_ioc by vinayakb · 12 years ago
  73. df13751 added GroupCommit by kisskys · 12 years ago
  74. fdbe1a7 Fix for issue 257 by ramangrover29 · 12 years ago
  75. 44ecd16 removed AQLJ api by zheilbron · 12 years ago
  76. fbaba5f Reviewer:Yingyi by ramangrover29 · 12 years ago
  77. 24cee6a implemented Atomic DDL operations and passed existing tests. by kisskys · 12 years ago
  78. 62f2045 Merged asterix_stabilization r997:r1017. by alexander.behm · 12 years ago
  79. 6bc1921 Completed fix. by alexander.behm · 12 years ago
  80. 1ba4baa Merged asterix_stabilization r915:r995. by alexander.behm · 12 years ago
  81. 542b8fd Rollback is implemented and all existing tests pass.(The existing failure test cases work, but more test cases need to be added). by kisskys · 12 years ago
  82. 146d463 1) Fix Issue 198 (Metadata tests need to be rewritten - added additional tests, cleaned existing) by RamanGrover29@gmail.com · 12 years ago
  83. 607b7eb another checkpoint toward making rollback work by kisskys · 12 years ago
  84. a499706 Fixed compilation issue. by alexander.behm · 12 years ago
  85. ceff47f checkpoint toward making rollback work by kisskys · 12 years ago
  86. 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
  87. 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
  88. 0f7351e a) Enabled the new test framework for executing runtime tests. by RamanGrover29@gmail.com · 12 years ago
  89. 97c79ec Fixed issue 12 by khfaraaz82@gmail.com · 12 years ago
  90. 005a0e5 Added missing files by vinayakb · 12 years ago
  91. 84d24ad Fixes issue 197- Metadata tests not working. Running tests correctly revealed additional issues. This checkin addresses all of them by RamanGrover29@gmail.com · 12 years ago
  92. b182d4f Fixed OptimizerTests that I broke in an earlier commit. by alexander.behm · 12 years ago
  93. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 13 years ago
  94. aa5da3c merged r232:233 from asterix_stabilization by zheilbron · 13 years ago
  95. 60d8825 Merged asterix_stabilization_algebricks_cleanup -r 221:232 by vinayakb · 13 years ago
  96. 6fb1df4 stopped hdfs cluster from starting/stopping and ignored dml/load-from-hdfs.aql until issue 110 is resolved by zheilbron · 13 years ago
  97. 3c29367 Fixed asterix to work with hyracks-algebricks refactoring by vinayakb · 13 years ago vault/asterix_stabilization_algebricks_cleanup
  98. 4213d54 Modified tests to always read and write files with UTF-8 encoding by zheilbron · 13 years ago
  99. ff7a7f1 remove unnecessary console output in HDFS test cluster setup by buyingyi · 13 years ago
  100. c1df196 1. add HDFS test utilities by buyingyi · 13 years ago