GitHub user GERey opened a pull request:

    https://github.com/apache/incubator-usergrid/pull/114

    Usergrid 256 api response implementation

    

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

    $ git pull https://github.com/apache/incubator-usergrid 
USERGRID-256-ApiResponseImplementation

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

    https://github.com/apache/incubator-usergrid/pull/114.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 #114
    
----
commit 9ea4aeff94909e12b782df29db7811e631dd2feb
Author: grey <[email protected]>
Date:   2014-11-26T16:22:34Z

    Added working ApiResponse to different class called RevisedApiResponse. 
I'll be making my changes there then transfer them over.
    Fixed a RevisedApiResponse to use UserResourceIT and get back a valid 
RevisedApiREsponse that can than be deconstructed.

commit 0e82b18c02d40663bcb606ea1a1ed4e2d44305dc
Author: grey <[email protected]>
Date:   2014-11-26T17:56:11Z

    Add generics to the RevisedApiResponse class to start the first step of 
having generic types being returned

commit b2bdda4ee0f1089880ebf78f216194f5e624ac92
Author: grey <[email protected]>
Date:   2014-12-01T18:51:08Z

    Revert "Add generics to the RevisedApiResponse class to start the first 
step of having generic types being returned"
    
    This reverts commit 0e82b18c02d40663bcb606ea1a1ed4e2d44305dc.

commit 06f98cac0f3709a559ee91235066d5c9394b2602
Author: grey <[email protected]>
Date:   2014-12-02T00:44:58Z

    Created a ApiResponseCollection in order to hold the state from GET 
responses from the rest tests. Now the other rest classes are stateless ( 
except for context ) and testing will use the ApiResponseCollection to create 
tests.
    Created RevisedApiResponse because the ApiResponse is used heavily in the 
service tier and I don't want to make changes to two tiers at once by changing 
the api response.
    Added a collection level test
    Added RevisedApiResponses to the Value resource.
    Created ApiResponse Collection and fixed parts that weren't compiling ( 
with Todds help )
    Added a get to Collection.java ( so we could get the ApiResponse but this 
is still up in the air )
    Added a model call of what the ApiResponseCollection will look like when 
used for the GroupsCollection but currently not working.

----


---
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