1. 90da419 Merge branch 'master' into eugenia/asterix_sdk_stable by genia.likes.science@gmail.com · 12 years ago
  2. 64ca88e Implemented 6 & 7 (Quantified Expressions) but error when running original query in WebUI by genia.likes.science@gmail.com · 12 years ago
  3. e34c57b Adds QuantifiedExpression by genia.likes.science@gmail.com · 12 years ago
  4. 79e603a Implements setstatements and Query 11 - Left Outer Fuzzy Join by genia.likes.science@gmail.com · 12 years ago
  5. 3957830 Implements 9A & 9B TinySocial (Grouping & Aggreggation) by genia.likes.science@gmail.com · 12 years ago
  6. fba7cc8 Fixes ReturnClause formatting bug, completes Query 10 Grouping & Limits by genia.likes.science@gmail.com · 12 years ago
  7. 6e39291 GroupClause implemented correctly by genia.likes.science@gmail.com · 12 years ago
  8. 2ba3224 Correct implementations of orderby, limit, let, various fixes in AQLExpression core by genia.likes.science@gmail.com · 12 years ago
  9. fd7fe95 Added template expression runners for the TinySocial queries by genia.likes.science@gmail.com · 12 years ago
  10. 6fd7b2e Added debug statements to track a weird BEx bug by genia.likes.science@gmail.com · 12 years ago
  11. 935d1ad Merge branch 'master' into salsubaiee/master_fix_asterix_issue_460 by salsubaiee · 12 years ago
  12. cad4997 fix issue487 by buyingyi · 12 years ago
  13. 1bfa800 resolved dependency issue around AsterixClusterProperties that escaped the master fix, as it was hiding in a private branch. by ramangrover29 · 12 years ago
  14. f02e52e6 Fixed an issue when trying to create NCs that share the same io devices. by salsubaiee · 12 years ago
  15. 45d6121 merge master into branch. by salsubaiee · 12 years ago
  16. 41eb26f address Madhusudan's review comments by buyingyi · 12 years ago
  17. 01af688 Merge branch 'master' into yingyi/asterix_beta_fix by buyingyi · 12 years ago
  18. 7fc5709 fix the error reporting format by buyingyi · 12 years ago
  19. 35324f6 Merge branch 'raman/asterix_lsm_stabilization_dependency' by ramangrover29 · 12 years ago
  20. 5ca104c TinySocial - Fixes ReturnClause unexpected behavior by genia.likes.science@gmail.com · 12 years ago
  21. 80121c9 Fixes the TinySocial indentation issue (trivial - cosmetic) by genia.likes.science@gmail.com · 12 years ago
  22. b4cb6b3 Removes debug statements for FLWOGR by genia.likes.science@gmail.com · 12 years ago
  23. dd8128b Addressed code review comments. by salsubaiee · 12 years ago
  24. 3861263 Exact match query works correctly, fixed return bug, added some clauses by genia.likes.science@gmail.com · 12 years ago
  25. 2e71349 Updated query 8 - simple aggregate, javascript version by genia.likes.science@gmail.com · 12 years ago
  26. 90d0872 AExpression base behavior now correct by genia.likes.science@gmail.com · 12 years ago
  27. 73dcc70 AQLClause base behavior now correct by genia.likes.science@gmail.com · 12 years ago
  28. 512454d AsterixSDK Stable Beta Demo - TinySocial - Simple Aggregate Correct by genia.likes.science@gmail.com · 12 years ago
  29. b7db18c Merge branch 'master' into eugenia/asterix_beta_examples by genia.likes.science@gmail.com · 12 years ago
  30. c22cf7b Task complete: dependency between asterix-transactions and asterix-common broken. All test case PASS by ramangrover29 · 12 years ago
  31. 7799756 dependency resolution checkpoint 1 by ramangrover29 · 12 years ago
  32. 5800c16 Fixed various bugs that prevented an lsm index from being partitioned accross iodevices. by salsubaiee · 12 years ago
  33. 9b48192 merged master into dependency branch, resolving all conflicts and made it compatible with hyracks master by ramangrover29 · 12 years ago
  34. 8c4c394 factor out code that checks the default dataverse and throws an exception if not dataverse is specified by Till Westmann · 12 years ago
  35. 904d250 1) Asterix now subscribes to cluster membership events. 2) By virtue of (1), it now collects NC config params and uses the # of iodevices when creating a dataset. 3) Upon a node failure, Asterix declares itself in UNUSABLE state and shows appropriate message when a user tries the webui by ramangrover29 · 12 years ago
  36. 8dbf9dc FLWOGR process - TinySocial demo by genia.likes.science@gmail.com · 12 years ago
  37. 5cadee6 Merge branch 'master' into salsubaiee/master_add_configurable_bloom_filter_parameter by salsubaiee · 12 years ago
  38. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 12 years ago
  39. f5c6cd2 Passing bloom filter parameters to the LSM indexes. by salsubaiee · 12 years ago
  40. ad3b0b9 Cherry Demo Fixes by genia.likes.science@gmail.com · 12 years ago
  41. 72db644 merge from master by ramangrover29 · 12 years ago
  42. 5e6d21f fixed issue 376 Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
  43. c8e540d Intermediate commit - fixing binding bug on function expression by genia.likes.science@gmail.com · 12 years ago
  44. 7d42df0 Fixed init bug for AsterixExpressions by genia.likes.science@gmail.com · 12 years ago
  45. 2092890 Stable API for beta + legacy queries functional on Cherry by genia.likes.science@gmail.com · 12 years ago
  46. 6797a08 remove dataverse folder when dataverse is dropped by zheilbron · 12 years ago
  47. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
  48. 9a430b2 renamed some configuration parameters and made sure log level is set properly for builds by zheilbron · 12 years ago
  49. e2eb6ef addressed raman's review comments by zheilbron · 12 years ago
  50. 18e3138 resolving dependency between asterix-common and asterix-transactions by ramangrover29 · 12 years ago
  51. 6b8c8f2 Asterix SDK added syntax and comments; new icon for cherry example by genia.likes.science@gmail.com · 12 years ago
  52. bdfa27a Ported Cherry partially to new API by genia.likes.science@gmail.com · 12 years ago
  53. 3462a20 Merge branch 'master' into eugenia/asterix_beta_examples by genia.likes.science@gmail.com · 12 years ago
  54. c5f82a2 Updated Asterix SDK + Easy XDM by genia.likes.science@gmail.com · 12 years ago
  55. 76fee7f storage configurations are now accessed from config file by zheilbron · 12 years ago
  56. 9c5793c refactored configurations into hierarchy and namespaced property names by zheilbron · 12 years ago
  57. f3f691a removed unused config param by zheilbron · 12 years ago
  58. edee4f6 revert the changes on the log configuration by JArod · 12 years ago
  59. 2b25fc5 Merge branch 'asterix_lsm_stabilization' into jarodwen/hotfix/issue395 by JArod · 12 years ago
  60. 704d3fe checkpoint 2 with more test cases, and revert back to the original checkout status. by JArod · 12 years ago
  61. 49604ac Set the result history size to 1000 for tests. by Madhusudan.C.S · 12 years ago
  62. 677206d Merge asterix_lsm_stabilization into madhusudancs/parallelize_result_distribution. by Madhusudan.C.S · 12 years ago
  63. 95ab427 Revert "Add support for chunked result transfers." by Madhusudan.C.S · 12 years ago
  64. 8fbc5fb altering build logging level to WARNING (from INFO); note that this would omit messages (Executed test....blah) which are logged at INFO. If you feel strongly for a different default log level, please share your opinion by ramangrover29 · 12 years ago
  65. a7f9634 Committing the following:- 1) integration tests for managix 2) support for configurable parameters in Asterix 3) refactoring of test cases (removing code duplication by ramangrover29 · 12 years ago
  66. 8516929 1) removed node reachability test 2) modified integration test to shutdown zookeeper prior to beginning tests by ramangrover29 · 12 years ago
  67. 8bdea78 changes to 1) fix Issue 379: DDL transaction model broken and 2) cleanup and deliver all thrown exception to the caller(reviewed by Raman) by Young-Seok · 12 years ago
  68. 1042b1a Merge branch 'asterix_lsm_stabilization' into salsubaiee/asterix_lsm_stabilization_issue_367. by salsubaiee · 12 years ago
  69. 865c706 merge from asterix_lsm_stabilization by ramangrover29 · 12 years ago
  70. 330a541 support for configurable parameters for an asterix instance (part2) by ramangrover29 · 12 years ago
  71. 6c282a1 support for configurable parameters for an asterix instance by ramangrover29 · 12 years ago
  72. ae256e5 Use the job level status enum type for result status. by Madhusudan.C.S · 12 years ago
  73. 3c73d0f Add support for chunked result transfers. by Madhusudan.C.S · 12 years ago
  74. 29c2f83 Removed the Die statement footprint and the corresponding test cases. by salsubaiee · 12 years ago
  75. 07921bf changes to fix Issues: 319(Non-unique dataset Id generation), 332(Use logging generously on startup paths). This commit includes revision from 4158314f3e5d..9528d2004a03: the left side is not inclusive. by Young-Seok · 12 years ago
  76. a4c28ee Log exceptions when they occur when using the REST API. by Madhusudan.C.S · 12 years ago
  77. 5632d66 Added core placeholder file and basic working example by genia.likes.science@gmail.com · 12 years ago
  78. ded644d Fix for issue 384. by salsubaiee · 12 years ago
  79. 1de4b93 Removed static file method from RESTAPIServlet by genia.likes.science@gmail.com · 12 years ago
  80. 614a534 Created AsterixSDK servlet for serving the asterix-core API by genia.likes.science@gmail.com · 12 years ago
  81. ab85130 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_255' into asterix_lsm_stabilization (Reviewed by Raman). by salsubaiee · 12 years ago
  82. c50b771 Minor optimization, added comments, and fixed typos. by salsubaiee · 12 years ago
  83. f5af277 Addressed code review comments. by salsubaiee · 12 years ago
  84. 6413355 Addressed code review comments. by salsubaiee · 12 years ago
  85. e700045 Fixed the issue when feeds are created on non-existent field, and added a test case. Removed obselete code. by salsubaiee · 12 years ago
  86. 9f0569d Addressed code review comments. by salsubaiee · 12 years ago
  87. 7511dee Removed my IDE's shameful auto-import for java.io.* - no such mischief under my watch by genia.likes.science@gmail.com · 12 years ago
  88. a733208 Updated RESTAPIServlet to serve static javascript for asterix-core-api by Eugenia Gabrielova · 12 years ago
  89. d0d3aca Fix for issue 255. by salsubaiee · 12 years ago
  90. f9c57c9 Fix for issue 272. by salsubaiee · 12 years ago
  91. 8dbbefe reflected code review comments and set the default group commit wait period to 200, but still build test setting is 1 millisec from log.properties file by Young-Seok · 12 years ago
  92. 0e7daed Prevented merges upon shutdown, made sure to deactivate all indexes upon shutdown. (code reviewed by Zack). by salsubaiee · 12 years ago
  93. 6acd314 Display TokenMgrError messages too along with ParseException. by madhusudancs@gmail.com · 12 years ago
  94. f56d21d Sneaking in another small change which clears up output column when the query is running. by madhusudancs@gmail.com · 12 years ago
  95. 833aea7 UI changes - based on feedback from Pouria, Raman and Chen. by madhusudancs@gmail.com · 12 years ago
  96. 543a124 changes to add a partition flag to inverted index local metadata which is used to create invertedIndex instance during recocvery by kisskys · 12 years ago
  97. ce885f4 Merge web UI changes from asterix_stabilization to asterix_lsm_stabilization r1428:1443. by kisskys · 12 years ago
  98. dcf73ad 1) support providing iodevices in cluster configuration by ramangrover29@gmail.com · 12 years ago
  99. 309034e managix changes post feedback (taking checkpoint) by ramangrover29@gmail.com · 12 years ago
  100. ca5eb73 Enabled inverted index insert and delete operations. Added Tests cases for all the 4 index types. by salsubaiee · 12 years ago