*What*
We want to allow developers to specify which OpenShift target they wish to use for the mobile client.
*How*
- Add "Configure Openshift Target" [action|https://github.com/aerogear/aerogear-mobile-intellij-plugin/blob/master/src/main/resources/META-INF/plugin.xml#L48] to Aerogear mobile menu item under tools menu. This should create a [dialog|https://www.jetbrains.org/intellij/sdk/docs/user_interface_components/dialog_wrapper.html] -> [example code here|https://github.com/aerogear/aerogear-mobile-intellij-plugin/blob/master/src/main/java/org/aerogear/plugin/intellij/mobile/ui/sdkconfig/CreateConfigDialog.java] to take in the openshift target and namespace or [Openshift profiles?|https://docs.openshift.com/enterprise/3.0/cli_reference/manage_cli_profiles.html] - Save these parameters to the [project settings|https://github.com/aerogear/aerogear-mobile-intellij-plugin/blob/master/src/main/java/org/aerogear/plugin/intellij/mobile/services/AeroGearMobileConfiguration.java]. Setting UI [found here|https://github.com/aerogear/aerogear-mobile-intellij-plugin/tree/master/src/main/java/org/aerogear/plugin/intellij/mobile/ui/settings]
Example of gerrit login settings. !login-settings.png|thumbnail! |
|