[PATCH] 341 Fixed find commands.
by Endi Sukma Dewata
Some of the REST services have been fixed to consistently return a
DataCollection which contains the total count, the requested subset
of results, and links to request other subsets of the results.
The TPSConnectorFindCLI has been split into separate find and show
commands.
Ticket #749
--
Endi S. Dewata
11 years
[PATCH] 308 Fixed database cleanup issues.
by Endi Sukma Dewata
The configuration code has been modified not to remove the LDAP database
folder since it may not have access to it. It will also not continue
with the cleanup if the database is used by another subtree.
Manual removal of old entries in the subtree is redundant so the code
has been removed. The exception handling has been improved as well.
--
Endi S. Dewata
11 years
[PATCH] 74, 75, 76, 77 Broken up patches with fixes for review comments for patch 72-3
by Abhishek Koneru
Please review the attached patches. The patch 72-3 has been broken into
these patches. I will close the patch once these are ack'ed.
Patch 74 - Adds all the QE tests upstream.
Patch 75 - Adds all the scripts needed to build the task rpm.
Patch 76 - Adds the sample java tests (JUnit).
Patch 77 - Adds the README_FILE for setting up and running the tests.
Alsi has a few minor changes w.r.t all the patches.
Review comments by Endi for 72-3 addressed here:
1. Move the test configuration file from the src folder to conf folder.
2. Provide a sample deployment config file for running the tests from
eclipse.
3. Line length should be <80 in the READ_ME Document.
4. Format the commands mentioned in README_FILE.
5. Re-arranging the sections in the README document.
6. Remove some unwanted information.
Another patch will be coming up with the build scripts for the JUnit
tests. It will also update the READ file with setting up the CI test
framework.
--Abhishek
11 years
[PATCH] 340 Fixed return code for user and group services.
by Endi Sukma Dewata
The user and group services have been modified to return consistent HTTP
return codes under various situations. The UGSubsystem has been modified
to capture any LDAP exceptions and throw the proper PKIException
subclass that represents the appropriate HTTP error code for the situation.
Ticket #669, #749
--
Endi S. Dewata
11 years