GitHub user mdunker opened a pull request:
https://github.com/apache/usergrid/pull/595
Hotfix 20170728
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/usergrid hotfix-20170728
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/595.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 #595
----
commit 436cb8046d8a23f457a1bb34cfc3d6769da6000d
Author: Michael Russo <[email protected]>
Date: 2017-05-25T04:45:04Z
Add new parameter that can be used in the JSP viewables.
commit 57c55f0085dfae8741f9602d32da5c90f57411d9
Author: Mike Dunker <[email protected]>
Date: 2017-07-28T21:04:49Z
Fix check for missing keyspace in Astayanax bad request exception
commit c0c489ea2d23efab99f65de3414d7e3d07a86bf3
Author: Mike Dunker <[email protected]>
Date: 2017-07-28T21:11:31Z
fix html encode in jsp
commit ceba1fa44455a6c8f962c5e7badd615a382dddae
Author: Mike Dunker <[email protected]>
Date: 2017-07-28T22:09:09Z
add password complexity check before submitting during reset password flow
commit 4d312f8d4889800b1eea8d2ad55fffc8238e29c4
Author: Mike Dunker <[email protected]>
Date: 2017-07-28T23:33:07Z
additional info statement when describe keyspace fails
commit 4e6116e3543bb3404699e7338cc71c0ef6cc3e2c
Author: Mike Dunker <[email protected]>
Date: 2017-08-04T18:11:14Z
Add astayanax drop keyspace during test setup, because there seems to be a
race condition between Hector dropping keyspace and Astayanax detecting it.
commit cbc40065163ca7273704103061bb29c37aaf2215
Author: Mike Dunker <[email protected]>
Date: 2017-08-07T17:01:10Z
fix some race conditions in test by making sure each test is going against
different collection
commit e4c65126be6effcac328f4ca1afc2599fc7a748f
Author: Mike Dunker <[email protected]>
Date: 2017-08-09T21:54:40Z
during tests, drop keyspaces using astyanax driver
commit 93cb4ad0fea1044e286fc3bb8d454c60daa3f22f
Author: Mike Dunker <[email protected]>
Date: 2017-08-09T22:17:00Z
During test startup, if dropping keyspace, don't check again for existence.
commit 8c368b6180f87c6eb20769d31765d75103cc078b
Author: Mike Dunker <[email protected]>
Date: 2017-08-09T23:06:00Z
change test Cassandra timeout for astyanax to allow for long request to
drop keyspace
commit d42dc2f701415a6e73589032553105fe6169a1a2
Author: Mike Dunker <[email protected]>
Date: 2017-08-10T01:39:23Z
fix broken recaptcha
----
---