GitHub user keyurkarnik opened a pull request:
https://github.com/apache/usergrid/pull/597
Patchset of changes made by Mike Dunker from another fork
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/keyurkarnik/usergrid dunker_patch_set
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/597.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #597
----
commit 455bdde7004f1f610f6ac2395298167ee9a3e7b2
Author: Mike Dunker <mdunker@...>
Date: 2018-02-24T20:09:52Z
fix NPE with push notifications and sendMessageToLocalRegion
commit e8dc09bb3961ae91f5631b14344c7bcd62539263
Author: Mike Dunker <mdunker@...>
Date: 2018-02-24T23:59:39Z
bypass ES for push notification devices specified by UUID
commit ec7c6b48730ad233284dc536907dc73f6c01d8e1
Author: Mike Dunker <mdunker@...>
Date: 2018-03-01T15:41:32Z
update to later tomcat version
commit a4f32fab8b8b044d4a0d3f9436225a147d9ab6f8
Author: Mike Dunker <mdunker@...>
Date: 2018-03-06T18:50:43Z
check for deleted entity candidates before checking for stale candidates
commit 35a22edd3fe7e3356254f2770f2c22d8c7685789
Author: Mike Dunker <mdunker@...>
Date: 2018-03-06T20:19:35Z
exclude CollectionDeleteTest for now
commit 1feb3dbab88145c9d5483b05bced03c2f6bafa79
Author: Mike Dunker <mdunker@...>
Date: 2018-03-08T08:32:39Z
Several indexing fixes:
1. remove possible duplicate entities from query results when using
collection
setting indexConsistency=latest
2. deindex all but latest candidate for an entity, even when using
indexConsistency=latest
3. fix indexing bug when collection settings have been added but fields
setting does not exist
4. by default deindex deleted entity even when indexing is off for the
collection (this will clean up old index documents) - this is controlled
by
usergrid.entityManager.deindex_deleted_when_collection_indexing_off
property.
commit c98a5e92d1f2bf2424624e6c1f76511a345f5d69
Author: Mike Dunker <mdunker@...>
Date: 2018-03-08T23:05:09Z
fix deindex on update -- was deindexing current version along with old
versions
commit 0632ceff5b40b3a23f1561589cb911c3ca45cb6b
Author: Mike Dunker <mdunker@...>
Date: 2018-03-12T19:19:56Z
improvements to CollectionIterator tool for duplicate and orphaned
connections
commit 38c7313dce04550e72e5bac434d831675ad5bf2d
Author: Mike Dunker <mdunker@...>
Date: 2018-04-06T23:04:38Z
Add password when soft deleting an application
Will need the password when attempting to restore.
commit 57afad20a6c152550cc7f9fb3d35d445dbb90a25
Author: Mike Dunker <mdunker@...>
Date: 2018-04-06T23:05:56Z
Add ability to query by name/uuid without using Elasticsearch
example ql: "direct widget1,56d8fac2-39ef-11e8-b467-0ed5f89f718b,widget3"
commit 59e7a24e9ebd577bd892812bd36f2626fa011677
Author: Mike Dunker <mdunker@...>
Date: 2018-04-06T23:08:41Z
Create AppDeleter tool to delete data for an application
commit 98a2f5d23d4736219d23c637223a891c47216eed
Author: Mike Dunker <mdunker@...>
Date: 2018-04-13T01:03:47Z
fix NPE for missing names in direct queries and block requests based on
direct query count before deduping
commit 0a3333c90b9beb00037f83af9cd49044a83618d5
Author: Mike Dunker <mdunker@...>
Date: 2018-04-13T01:27:31Z
return 400 when direct query has too many items
----
---