-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AEROGEAR-2850 New UPS annotations on mobile client #38
AEROGEAR-2850 New UPS annotations on mobile client #38
Conversation
074161b
to
a35566d
Compare
cc @pb82 mind verifying this along with the UI changes? |
@aliok I haven't done verification steps but from a code point of view I'm so happy with this PR. Fantastic work! 👏 |
@aliok when running
anything else i need to do first? |
@aliok nvm. i had to run |
@aliok I'm getting this errors when running the tests:
I did create the mock objects before running this. Any idea? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified locally
c3715f7
to
45ac3fc
Compare
Introduce variant type label in the annotations for a better labeling Remove all push related annotations on mobile client when there is no variant anymore
It can be retrieved from other metadata in UI
45ac3fc
to
aaea9ae
Compare
@pb82 what's the reason that checking an existing Android variant with the same Google key is removed? Anyway, I rebased my branch, squashed commits. But I didn't want to create a single commit because of file restructuring. Give me an +1 and I will merge. |
@aliok The reason was that this check doesn't make a lot of sense: we only did it for Android because iOS doesn't have a unique property besides the variant id that we could use. And you can have one variant of each kind anyway. It was a leftover from the early days of the Operator when we only Supported Android. Also i believe @psturc has some testing setup that requires him to have multiple variants using the same credentials (which is totally fine for UPS). |
JIRA: https://issues.jboss.org/browse/AEROGEAR-2850
Should be verified along with aerogear-attic/origin-web-console#50, thus wrote the verification instructions there.
How to make this branch deployed on OpenShift:
Summary of changes: