1. efb236d Fixed CSV parser to recognize quote and delimiter inside a string by Taewoo Kim · 10 years ago
  2. 8325946 Implement TokenizeOperator in addition to the changes made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  3. 6212c90 fix build warnings by Till Westmann · 11 years ago
  4. b9b5176 apply code conventions to files containing tabs by Till Westmann · 11 years ago
  5. f2ed8bc [maven-release-plugin] prepare for next development iteration by Ian Maxon · 11 years ago
  6. 25bed01 [maven-release-plugin] prepare release asterix-0.8.6 by Ian Maxon · 11 years ago asterix-0.8.6
  7. fd733ee improvements for demo by Till Westmann · 11 years ago
  8. d905773 Add external indexes by Abdullah Alamoudi · 11 years ago
  9. eb78b8a [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 11 years ago
  10. f3268e9 [maven-release-plugin] prepare release asterix-0.8.5 by Zachary Heilbron · 11 years ago asterix-0.8.5 documentation-13
  11. 762470b [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 11 years ago
  12. 8350912 [maven-release-plugin] prepare release asterix-0.8.4 by Zachary Heilbron · 11 years ago asterix-0.8.4
  13. e2542dc Consolidate JUnit configuration to top-level POM by Chris Hillery · 11 years ago
  14. 6313d24 remove useless gitignores that Eclipse generates by zheilbron · 11 years ago
  15. 9e00d47 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  16. 84fc7cc [maven-release-plugin] prepare release asterix-0.8.3 by Vinayak Borkar · 11 years ago asterix-0.8.3
  17. 4c35023 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  18. b633831 [maven-release-plugin] prepare release asterix-0.8.2 by Vinayak Borkar · 11 years ago asterix-0.8.2
  19. 229b80c [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  20. 9cca81b [maven-release-plugin] prepare release asterix-0.8.1 by Vinayak Borkar · 11 years ago asterix-0.8.1
  21. 72574eb Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  22. 7696def added test for installation and use of an external adaptor by Raman Grover · 11 years ago
  23. d97f5ea clean up azure adapters by zheilbron · 11 years ago
  24. 076f61b Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  25. e9904f2 minor changes to pull based twitter adapter by ramangrover29 · 11 years ago
  26. 66b8a07 added an additional test for feed ingestion by Raman Grover · 11 years ago
  27. 6e8d3fc added test case for generic socket based feed adaptor by Raman Grover · 11 years ago
  28. 4abeab5 checkpoint by Raman Grover · 11 years ago
  29. 13e2bec merged from master by ramangrover29 · 11 years ago
  30. d4fd2ed modified PullBasedAdaptor to account for the case when data is not available at the external data source for sufficiently longer duration of time by Raman Grover · 11 years ago
  31. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  32. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  33. 98c0a60 modified test library descriptor xml to account for schema change by ramangrover29 · 11 years ago
  34. 47c92e7 miscellaneous/minor changes + support for installing adapters by Raman Grover · 11 years ago
  35. 25a2b2e minor cosmetic changes by Raman Grover · 11 years ago
  36. d59bfd5 re-orchestrated feeds fault tolerance integration test by ramangrover29 · 11 years ago
  37. 48e13b7 1) modified tweet schema to have tweet ids as int64. 2) Added GUID (Long) generator for generating cluster wide unique Ids by ramangrover29 · 11 years ago
  38. 81fca19 allow for absolute constraints or *all NCs* rather than count constraints by zheilbron · 11 years ago
  39. 5119b63 log a record when it fails to be parsed by zheilbron · 11 years ago
  40. 1a98fc5 enable feeds to ingest partitions of the data stored in azure by zheilbron · 11 years ago
  41. 80cce1e rename variables for clarity by zheilbron · 11 years ago
  42. 86091c9 work around parser issues with ints/doubles; validate tablename in azure adapter by zheilbron · 11 years ago
  43. 3cffd054 missed a file on last commit by zheilbron · 11 years ago
  44. 073b0c4 add feed ingestion for posting metadata by zheilbron · 11 years ago
  45. 195318a Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  46. 27a858d remove debug messages by zheilbron · 11 years ago
  47. 06178b1 remove debug statements by zheilbron · 11 years ago
  48. 9d4b1f7 remove debug statements by zheilbron · 11 years ago
  49. 0ff0d82 use smaller dummy field by zheilbron · 11 years ago
  50. 803fce5 added fix for type promotion during insertion by JArod · 11 years ago
  51. 555dc9d Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  52. cb98388 syncing azure adapter by zheilbron · 11 years ago
  53. b0e116a added support for optional types for delimited data parser; fixed an issue on temporal constructors on incorrect string parsing if the string is empty by JArod · 11 years ago
  54. 75b7355 built a basic feed console by ramangrover29 · 11 years ago
  55. df04b7e introduced feed runtime factory for managing feeds by ramangrover29 · 11 years ago
  56. 20f2583 merge from zheilbron/asterix_msr (checkpoint 1) by ramangrover29 · 11 years ago
  57. 553817e remove staticness of lifecyclemanager and asterixthreadexecutor/factory; remove unnecessary asterixappruntimecontext used only for recovery by zheilbron · 12 years ago
  58. 9253569 added basic feeds robustness test; testing behavior upon a cluster restart by ramangrover29 · 12 years ago
  59. a5e4231 merge from master by ramangrover29 · 12 years ago
  60. d7fa966 added managix commands for starting/stopping a node by ramangrover29 · 12 years ago
  61. 93dd823 checkpoint by ramangrover29 · 12 years ago
  62. 0e64ec5 added push based Twitter firehose adapter by ramangrover29 · 12 years ago
  63. fef378d merged raman/asterix_lsm_stabilization_udfs by ramangrover29 · 12 years ago
  64. bdba1a8 fixed integration tests for external library/UDFs by ramangrover29 · 12 years ago
  65. 4da3606 checkpoint by ramangrover29 · 12 years ago
  66. 44fc782 code cleanup for adaptors/factories by ramangrover29 · 12 years ago
  67. 927e2f1 code cleanup for adaptors/factories by ramangrover29 · 12 years ago
  68. 8be29bd merge from master by ramangrover29 · 12 years ago
  69. 8679d45 checkpoint post merge from master by ramangrover29 · 12 years ago
  70. 723fc10 Merge branch 'master' into raman/master_feeds by ramangrover29 · 12 years ago
  71. f7f449a completed merge from master by ramangrover29 · 12 years ago
  72. db035f9 checkpoint by ramangrover29 · 12 years ago
  73. 7491566 merge from master by ramangrover29 · 12 years ago
  74. 8cdf655 addressed Jimah's comments on un-synced function names by JArod · 12 years ago
  75. b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  76. 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 12 years ago asterix-0.8.0
  77. 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 12 years ago
  78. ea8ab39 add/update license headers by Till Westmann · 12 years ago
  79. 73877cc Merge branch 'master' into raman/asterix_lsm_stabilization_coredump by salsubaiee · 12 years ago
  80. 904637d fix the hive adapter by buyingyi · 12 years ago
  81. 7f6ad12 Merge master into raman/asterix_lsm_stabilization_coredump. by salsubaiee · 12 years ago
  82. 54151ae cleanup the fix for issue349 by buyingyi · 12 years ago
  83. 209adfb fix issue349 by buyingyi · 12 years ago
  84. 3a43223 Removed cobertura dependency. Forced rome to use 1.0.1-modified-01 by Vinayak Borkar · 12 years ago
  85. 4855e7e Fixed POM files to remove unneeded dependencies by Vinayak Borkar · 12 years ago
  86. 566b3a9 checkpoit by ramangrover29 · 12 years ago
  87. 4424af4 policy stuff by ramangrover29 · 12 years ago
  88. bd2b120 pending changes by ramangrover29 · 12 years ago
  89. f9f7834 synthetic adapter by ramangrover29 · 12 years ago
  90. 4037404 support for coredump: checkpoint 1 by ramangrover29 · 12 years ago
  91. 33d5c8d merge asterix_lsm_stabilization by buyingyi · 12 years ago
  92. 726f392 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  93. 52a5978 [maven-release-plugin] prepare release asterix-0.0.5 by Vinayak Borkar · 12 years ago asterix-0.0.5
  94. 6c00d47 pending changes by ramangrover29 · 12 years ago
  95. 95135de added external UDF that initializes it with a dictionary as part of initialization and uses it in subsequent invocations by ramangrover29 · 12 years ago
  96. 6d9b59a integration test for managix by Raman Grover · 12 years ago
  97. 5be214a external udf feed tests: checkpoint by ramangrover29 · 12 years ago
  98. 00560cc completed framework for automated testing of external libraries by ramangrover29 · 12 years ago
  99. d554ab4 external library testcases: checkpoint 2 by ramangrover29 · 12 years ago
  100. 5a50c9c integration test for external library deploymenti/usage: checkpoint 1 by ramangrover29 · 12 years ago