Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Multiple categories #106

Merged
merged 13 commits into from Nov 5, 2013
Merged

Multiple categories #106

merged 13 commits into from Nov 5, 2013

Conversation

matzew
Copy link
Contributor

@matzew matzew commented Nov 4, 2013

  • Allowing devices/clients to be registered in multiple categories (API change on registration endpoint)
  • Supporting multiple categories on SEND (API change on send endpoint)
  • Adding unit test for DAO and Installation entity


/**
* Used for (SimplePush) Sender API. Queries the available SimplePush "pushEndpoint URLs"(device-type : web) for a given variant, based on provided criteria
*/
List<String> findAllSimplePushEndpointURLsForVariantIDByCriteria(String variantID, String category, List<String> aliases);
List<String> findAllSimplePushEndpointURLsForVariantIDByCriteria(String variantID, List<String> categorie, List<String> aliases);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/categorie/categories

@danbev
Copy link
Contributor

danbev commented Nov 5, 2013

Fixed that already yesterday evening, based on Luke's comment:

https://github.com/aerogear/aerogear-unifiedpush-server/commit/9c38735f91eb9bdd19bda11ccf0ebfe06f362da1

I don't see any comment but I see that was fixed, as was my other comment.
👍

@@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the extra 2 spaces intentional ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will run formating AFTER this :-)

@sebastienblanc
Copy link
Member

👍 and cool to have some DAO unit tests !

@matzew matzew merged commit 9c38735 into master Nov 5, 2013
@matzew matzew deleted the MultipleCategories branch November 5, 2013 11:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants