3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change test collection names so no race condition conflicts More... over 7 years ago
change test collection names so no race condition conflicts More... over 7 years ago
increase test cassandra.timeout settings More... over 7 years ago
fix broken recaptcha More... over 7 years ago
fix html encode in jsp More... over 7 years ago
Converts de-indexing of edges and entities to identify documents in the index to delete based on data in Cassandra vs. resource intensive queries to the index. Fixes issue where nodes were not actually getting deleted from graph as marked edges were being filtered out during the delete process itself. Update to a newer vs. of jamm (used for jvm memory management in the test framework). More... over 7 years ago
Initial commit for exposing collection re-index to non sysadmin users. More... over 7 years ago
Fix precondition More... over 7 years ago
Merge commit 'refs/pull/573/head' of github.com:apache/usergrid More... over 7 years ago
Remove unused import. More... over 7 years ago
1. Remove messages from dead letter queue if the message map entry was never received after a configurable timeout (15 minutes currently). 2. Log messages as they are moved from the dead letter queue back to the originating queue. Also log messages that are in dead letter queue and can't be moved to originating queue for some reason. More... over 7 years ago
Fix precondition checks and add another try/catch around the token workflow org id. More... over 7 years ago
Add try/catch around fetching and casting of token info from serialization map. Also, throw exceptions early. More... over 7 years ago
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. More... over 7 years ago
Finish convert token service persistence to Datastax. Add tests, and rename the package for TokenServiceImpl to impl from cassandra. More... over 7 years ago
Initial commit of new token module to replace Hector for access token storage. More... over 7 years ago
dead letter queue handling 1. Add workers that move messages from dead letter queues back to the indexing and utility queues. 2. Change ERROR for DuplicateUniquePropertyExistsException to INFO. This happens when someone tries to create an entity with the same unique value as another entity, which is not an error that should be logged. 3. Add better logging when cluster region or region list has an invalid region. More... over 7 years ago
Add new parameter that can be used in the JSP viewables. More... over 7 years ago
Allow name and any property set with aliasProperty to be changed. More... over 7 years ago
Add a new Asset binary provider for Google Cloud Storage. Refactor the BinaryStore implementation to follow a Factory pattern. More... almost 8 years ago
Add new push notification test and remove duplicate index processing on entity create/update. More... almost 8 years ago
Switch DISTRIBUTED database queueing to default not cache in memory as the in memory impl causes duplicate messgae processing quite often at the moment. More... almost 8 years ago
Fix issue where duplicate receipts were created when a notification failed. More... almost 8 years ago
Update new ExportService to better stream out the results directly from the database. Added tests to validate More... almost 8 years ago
Batch write to the export stream and use a cleaner filename. More... almost 8 years ago
Initial commit of export application API. More... almost 8 years ago
Default disable the query breaker enforcement. More... almost 8 years ago
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 More... almost 8 years ago
Merge commit 'refs/pull/567/head' of github.com:apache/usergrid More... almost 8 years ago
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). More... almost 8 years ago