GitHub user GERey opened a pull request:

    https://github.com/apache/usergrid/pull/449

    Unique index logging

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/usergrid unique_index_logging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/449.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 #449
    
----
commit 626fe27d9e56095401ab9bf12229f0d64b77744c
Author: George Reyes <[email protected]>
Date:   2015-12-08T21:50:23Z

    Changed the unique index index cleanup tool to be a an audit utility and 
called it ManagementUserAudit.

commit 4a3c764a5170fa61dfdbe9a25830d5d22dfc92ba
Author: George Reyes <[email protected]>
Date:   2015-12-08T21:50:59Z

    Forgot the code, now it should be complete

commit aba5705b1d6eab8515cb573bb286adf6bc3b14b0
Author: George Reyes <[email protected]>
Date:   2015-12-08T22:05:05Z

    Cleaned up the part of the user unique index cleanup that we no longer need.

commit 15d8164e96510fa2b8cb869e459a708f027db552
Author: George Reyes <[email protected]>
Date:   2015-12-08T22:16:36Z

    Merge branch '1.x' of https://git-wip-us.apache.org/repos/asf/usergrid into 
unique_index_logging
    
    # By Michael Russo
    # Via Michael Russo
    * '1.x' of https://git-wip-us.apache.org/repos/asf/usergrid:
      Add endpoint that allows fixing of admin user accounts.

commit 51cf21c080d22d7341d4b2ac27a1683b70b3d9ab
Author: George Reyes <[email protected]>
Date:   2015-12-08T22:35:03Z

    Added repair into audit tool

commit ea3c5c575c5d24b771d98f8b915f8fdabc8afb51
Author: George Reyes <[email protected]>
Date:   2015-12-09T18:36:44Z

    Removed repair, and added in stack trace in case of exceptions.

commit 818da46b262dcf464f70c4eccc76600ee59859cb
Author: George Reyes <[email protected]>
Date:   2015-12-09T18:39:22Z

    Changed the name of a method to correctly reflect what it does now.

commit a212ff0df7755644d17abfc98d8a1f16ae8f5ac0
Author: George Reyes <[email protected]>
Date:   2015-12-09T19:33:27Z

    Added ability to find and output the uuid's of orgs that aren't correctly 
registered and preventing users from logging in.
    Removed the repair as that is done elsewhere.

commit 4773353721defac78cf241d18b38722f539c7e36
Author: George Reyes <[email protected]>
Date:   2015-12-09T20:18:00Z

    Added additional org debugging to help see how is really missing all of 
their orgs and who is only missing one.

commit 78c7235aa14507efbb7c4ecf702247d3d06e8c58
Author: George Reyes <[email protected]>
Date:   2015-12-09T21:17:45Z

    Added case for an error case.

commit 5338da90e0131c3b0dc3872a298e4183041cdbbd
Author: George Reyes <[email protected]>
Date:   2015-12-10T18:32:24Z

    Added additional logging as well as another tool to audit the current 
entities and applications. Added framework for a tool to look at the 
Entity_Index and not just the entity unique column family.

commit ddbba7bc55f2dab49d95271ae0138994638677f1
Author: George Reyes <[email protected]>
Date:   2015-12-10T20:04:19Z

    Created new tool to scan the ENTITY_INDEX column families. Additional 
logging to come later.

commit 5a96416071522973e6bac07a62b4372e2f502f24
Author: George Reyes <[email protected]>
Date:   2015-12-11T17:14:48Z

    Changed existing tools to look through and see if there is a value in the 
ENTITY_* type index and see if it also exists in entity_properties. Requires a 
.json file with users email array as input.

commit cabd54a13c99aa25984be1bffc36df1fb87f381b
Author: George Reyes <[email protected]>
Date:   2015-12-11T18:15:58Z

    Added ability to check one email.

commit 7ce5675055ab54c403adfeb14224509846aff4af
Author: George Reyes <[email protected]>
Date:   2015-12-11T22:15:17Z

    Changed audit tool to do a search on the entity index as well. Need to find 
a way to delete a specific column.

commit 9e526ba5b9801bd0cb7f63ed980b7b21a3c2269e
Author: George Reyes <[email protected]>
Date:   2015-12-12T19:39:18Z

    Added fixes to delete specific entry from entity_index.
    Reverted most changes to audit tool so that it would still audit and 
wouldn't touch anything.
    Added new tool that does the above. Changed query processor and relation 
manager to expose methods that allow you to see specific column and buffer that 
stores that column.

commit 9ebbc1b903c74d36d775d2581b72795c5ac85797
Author: George Reyes <[email protected]>
Date:   2015-12-12T19:52:35Z

    Added comments explaining tool.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to