1. c748242 1. Remove messages from dead letter queue if the message map entry was never received after a configurable timeout (15 minutes currently). by Mike Dunker · 7 years ago
  2. c0ba710 Fix precondition checks and add another try/catch around the token workflow org id. by Michael Russo · 7 years ago token-service-to-dstax
  3. 9963449 Add try/catch around fetching and casting of token info from serialization map. Also, throw exceptions early. by Michael Russo · 7 years ago
  4. bea9a41 Fix issue where tokenInfo was not being updated with latest inactive value. Add trace logging to TokenSerializationImpl. Fix issue with push notifications where the InactiveDeviceManager was making a duplicate (yet incorrect) query for devices. by Michael Russo · 7 years ago
  5. 146e47d Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra. by Michael Russo · 7 years ago
  6. 179f12d Initial commit of new token module to replace Hector for access token storage. by Michael Russo · 7 years ago
  7. 5935460 dead letter queue handling by Mike Dunker · 7 years ago
  8. 3f819dc Allow name and any property set with aliasProperty to be changed. by Michael Russo · 7 years ago
  9. bafd462 Add a new Asset binary provider for Google Cloud Storage. Refactor the BinaryStore implementation to follow a Factory pattern. by Michael Russo · 7 years ago
  10. 949b465 Add new push notification test and remove duplicate index processing on entity create/update. by Michael Russo · 7 years ago
  11. d3e988b Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment. by Michael Russo · 7 years ago
  12. 8b63aae Fix issue where duplicate receipts were created when a notification failed. by Michael Russo · 7 years ago
  13. b37fc81 Update new ExportService to better stream out the results directly from the database. Added tests to validate by Michael Russo · 7 years ago
  14. 2d56d81 Batch write to the export stream and use a cleaner filename. by Michael Russo · 7 years ago
  15. 82e7ec5 Initial commit of export application API. by Michael Russo · 7 years ago
  16. ea1ba36 Default disable the query breaker enforcement. by Michael Russo · 7 years ago
  17. 8917832 Fixes a handful of issues around single quotes and plus symbols in queries and email addresses. See: USERGRID-29 USERGRID-1041 USERGRID-1117 USERGRID-1338 by Michael Russo · 7 years ago
  18. d921108 Merge commit 'refs/pull/567/head' of github.com:apache/usergrid by Michael Russo · 7 years ago
  19. 3b1b0ca Fix issue where default passwords are not being created when not provided ( you are allowed to create new admin users with just an email and it will invoke a reset password flow). by Michael Russo · 7 years ago
  20. 9141f8d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid by Michael Russo · 7 years ago
  21. f6aed13 [USERGRID-1341] Fix cache expiration type for ApplicationQueueManagerCache. by Michael Russo · 7 years ago
  22. 104f64e Add UTF-8 sourceEncoding, without it build fails on some platforms. by Dave Johnson · 7 years ago
  23. 761aa44 Add some additional logging around flaky test setup. by Michael Russo · 7 years ago
  24. f556e42 Add query analyzer condition for full collection sorts when the collection size exceeds the limit. Add QueryAnalyzer tests. by Michael Russo · 7 years ago query-analyzer
  25. a494146 [USERGRID-1336] Initial commit of a simple query analyzer feature. by Michael Russo · 7 years ago
  26. f8e644d Slight refactor of visting the parsed query such that a correct determination if Elasticsearch response sortValues have geo distance contained within. by Michael Russo · 7 years ago
  27. 8426840 Fix condition with deciding whether or not to use the known field type vs. adding the default sort predicate types. by Michael Russo · 7 years ago
  28. 5903c3c Always make sure FIELD_STRING_NESTED_UNANALYZED is used for known field String values in sort predicates. by Michael Russo · 7 years ago
  29. 447b5b8 Enhance the elasticsearch filter so that sort predicates of known entity fields have a sort applied with their specific type rather than all possible types. by Michael Russo · 7 years ago
  30. cf0b653 Fixes issue with organization credentials using the same cache key when the credentials cache is enabled. by Michael Russo · 7 years ago
  31. 691d6b2 Make Locks keyspace creation more robust ( IF NOT EXISTS sometimes has problems ). by Michael Russo · 7 years ago
  32. 280ac8b Temporarily disabling tools tests as it's failing to exit properly causing the build to fail even though all tests pass. by Michael Russo · 7 years ago
  33. 8e7aff3 Revert "Temporarily disabling tools build from main pom as it's failing to exit properly causing the fully build to fail even though all tests pass." by Michael Russo · 7 years ago
  34. 7134d34 Temporarily disabling tools build from main pom as it's failing to exit properly causing the fully build to fail even though all tests pass. by Michael Russo · 7 years ago
  35. cf81679 Set test timeouts higher due to schema changes taking awhile, and there are frequent schema changes in the test suites. by Michael Russo · 7 years ago
  36. 7125899 Add logging to tests. by Michael Russo · 7 years ago
  37. 2f25e9c Set default to UniqueValue verification for UG clustering. by Michael Russo · 7 years ago
  38. 9f63dcc Remove call to .duplicate on the BB in serialization classes and lower number of database connections on collection tests. by Michael Russo · 7 years ago
  39. 2fe81cd Add logging to AbstractServiceNotificationIT by Michael Russo · 7 years ago
  40. bb5f2fb Stop parallel execution of tests in EntityCollectionManagerIT temporarily. by Michael Russo · 7 years ago
  41. 303661c Add client side timestamp generator to Datastax cluster client. by Michael Russo · 7 years ago
  42. e3ab255 Add configuration to disable unique value verification using Akka clustering. by Michael Russo · 7 years ago
  43. 2f7b0ee Merge branch 'hotfix-20160819' by Michael Russo · 7 years ago
  44. ff574d3 Fix cassandra transport frame size exceptions due to numeric overflow causing incorrect calucations of batch loading of entities from cassandra. by Michael Russo · 7 years ago
  45. 79492c2 Fix ExportAppTest by Dave Johnson · 7 years ago
  46. cb95ce5 Fix the rarely used getConnectionTypes() method to use Graph rather than Dictionary. by Dave Johnson · 7 years ago
  47. 33fe480 Add option to update each entity. by Dave Johnson · 7 years ago
  48. 8444687 New "re-persist all entities in named list of apps" tool, plus fixes to other toosl. ExportAppTest still failing tho. by Dave Johnson · 7 years ago
  49. d4c408f Fix tools module so it compiles and builds properly. by Dave Johnson · 7 years ago
  50. b9f39ee Merge branch 'master' of https://github.com/snoopdave/usergrid by Dave Johnson · 7 years ago
  51. cf06b4e Fix log4j props in Services and destroy db session before re-creating schema to make sure meta gets refreshed. by Michael Russo · 7 years ago
  52. ebab21e Use defaults always for max requests per connection for datastax driver. by Michael Russo · 7 years ago
  53. 447aaa1 More Collection test tuning. by Michael Russo · 7 years ago
  54. fcd3bd7 Set smaller thread counts in tests. by Michael Russo · 7 years ago
  55. 4584787 Services module test tuning. by Michael Russo · 7 years ago
  56. cb41a0a Additional test tuning for Collection module. by Michael Russo · 7 years ago
  57. fab971d Increase # of database connections for collection tests. by Michael Russo · 7 years ago
  58. 8fda937 Fix more netty dependency exclusions. by Michael Russo · 7 years ago
  59. 2af22a8 Make sure to create keyspaces on initialization before trying to obtain sessions to the keyspaces. by Michael Russo · 7 years ago
  60. 3d60145 Clear up some potential netty dependency conflicts by widening the range in inclusion. Go back to datastax driver version 2.1.9 for now, and fix loading of log4j.properties in corepersistence tests. by Michael Russo · 7 years ago
  61. 0ada637 Add retry logic to initial session connections to the database. by Michael Russo · 7 years ago
  62. f49fe0a Add ability to force check database schema with Tables in addition to Keyspaces. by Michael Russo · 7 years ago
  63. 8587735 Standardize the collection test properties. by Michael Russo · 7 years ago
  64. 229a13a Reduce number of actors in hopes of getting collections tests passing on Jenkins. by Dave Johnson · 7 years ago
  65. 9364496 Enable Akka for all tests. by Dave Johnson · 7 years ago
  66. a7cf58c Further test tuning. by Michael Russo · 7 years ago
  67. a77b1f4 Tune test properties. by Michael Russo · 7 years ago
  68. cae0605 Reduce long polling time in tests and switch back to database driver metadata now that Hector is no longer used for altering test schema. by Michael Russo · 7 years ago
  69. f0ec3a9 Increase database connections for Collection module as there are a lot of async workers doing IO. by Michael Russo · 7 years ago
  70. ad9d607 Stop using hector for schema deletion in tests and move to the datastax driver. by Michael Russo · 7 years ago
  71. 0a83ee4 Rely less on the datastax driver's metadata configuration as tests modify schema too much currently. by Michael Russo · 7 years ago
  72. dd46ebe Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid by Dave Johnson · 7 years ago
  73. 20c425b Reduce retries in refreshIndex() and tone down exceptions that occur when keyspace or table not yet created. by Dave Johnson · 7 years ago
  74. 2578e93 Give CoreSchemaManager in tests the ability to force check if keyspaces are created while normal runtime classes can rely on the driver's cached metadata. by Michael Russo · 7 years ago
  75. 40e1c06 Use direct queries to cassandra to see if a keyspace exists vs. the driver's cached metadata. by Michael Russo · 7 years ago
  76. 6bd4a20 Add logging and wait for schema agreement in tests that drop the keyspace. by Michael Russo · 7 years ago
  77. 66c1b0d Reduce queue long polling timeout for tests. by Michael Russo · 7 years ago
  78. 0736478 In tests, schema already setup before populateDataBase is called. by Michael Russo · 7 years ago
  79. dcf38be Don’t attempt to create queue until actor system is started. by Dave Johnson · 7 years ago
  80. eaf3b52 Tests use a different injector, clear the queue name cache using other means. by Michael Russo · 7 years ago
  81. 7464167 Call clearQueueNameCache during test database schema destruction. by Michael Russo · 7 years ago
  82. 432a8f8 Fix issue with updated LocalQueueManager creation. by Michael Russo · 7 years ago
  83. 9b12299 For tests, ensure we clear the in memory set of queues that exist as keyspaces get dropped w/o new class instantiation. by Michael Russo · 7 years ago
  84. 61878c0 Fix log binding and reduce long poll timeout for tests to reduce time spent validating index data. by Michael Russo · 7 years ago
  85. fdd4e0b Turn on Qakka for services and rest tests too, plus a test fix. by Dave Johnson · 7 years ago
  86. 278abd2 Make it possible to configure either LOCAL, DISTRIBUTED or DISTRIBUTED_SNS queue; also: set Core tests to use DISTRIBUTED queue (i.e. Qakka). by Dave Johnson · 7 years ago
  87. e504aae Fix cassandra properties that are used during setup and bootstrap. by Michael Russo · 7 years ago
  88. 6e5978b Set the default elasticsearch cluster name via fig only. by Michael Russo · 7 years ago
  89. edbda93 Fix Core Tests. by Michael Russo · 7 years ago
  90. f4dca5d Update Elasticsearch client version to 1.7.5. by Michael Russo · 7 years ago
  91. be7c2d1 Ignore QueueResource test as it may be interfering with other tests. by Dave Johnson · 7 years ago
  92. 80369b9 See if longer waits fix tests on Jenkins. by Dave Johnson · 7 years ago
  93. 14b5fe0 Use one and only one Akka cluster for all queue tests. by Dave Johnson · 7 years ago
  94. e83b54e Use one injector in tests and, at most, one Akka cluster per test class. For real this time ;-) by Dave Johnson · 7 years ago
  95. 58c1d09 Use one injector in tests and, at most, one Akka cluster per test class. by Dave Johnson · 7 years ago
  96. 9ee4288 Optimization: don’t check that queue exists on every call by Dave Johnson · 7 years ago
  97. fbd73cd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/usergrid by Dave Johnson · 7 years ago
  98. bb5d3f5 Add database connection closing to shutdown listener and again tweak test properties. by Michael Russo · 7 years ago
  99. b418451 Remove reuse address. by Michael Russo · 7 years ago
  100. ce9d66c Add reconnection policy. by Michael Russo · 7 years ago