Uh oh!
There was an error while loading. Please reload this page.
Implemented driver status check. - #1153
Conversation
anilkrverma
commented
Jun 13, 2019
The tests are failing even when no changes are made in the code. This failure shouldn't be related to the code implemented here. |
jlipps
left a comment
There was a problem hiding this comment.
👍 @SrinivasanTarget what do you think?
Uh oh!
There was an error while loading. Please reload this page.
anilkrverma
left a comment
There was a problem hiding this comment.
@jlipps@mykola-mokhnach@saikrishna321@SrinivasanTarget Please review and merge if it looks good.
We need to fix breaking CI tests separately.
jlipps
left a comment
There was a problem hiding this comment.
this looks ok to me though it'd be nice to get the changes without a bunch of additional formatting changes as well (unless @SrinivasanTarget thinks they are a good idea too)
SrinivasanTarget
left a comment
There was a problem hiding this comment.
Code looks good now. Can you keep styling as per the style guides we use?
anilkrverma
commented
Jun 16, 2019
@SrinivasanTarget Current changes have been done through standard auto-formatting in Java. Any reference to style guides doc for my understanding so that I can update it accordingly and be proactive in my future commits? |
@anilkrvermahttps://github.com/appium/java-client/blob/master/google-style.xml |
anilkrverma
commented
Jun 16, 2019
@SrinivasanTarget Pushed the changes after fixing the violations reported. Please review. |
SrinivasanTarget
commented
Jun 16, 2019
@anilkrverma Can you rebase your branch with the latest master once as a final nit. CI should be green after that. |
anilkrverma
commented
Jun 16, 2019
Hurray, CI is green now. :) |
Uh oh!
There was an error while loading. Please reload this page.
anilkrverma
commented
Jun 20, 2019
@SrinivasanTarget , @mykola-mokhnach Rebased from master. Please review. |
anilkrverma
commented
Jun 20, 2019
@SrinivasanTarget@mykola-mokhnach@jlipps@saikrishna321 We are getting below error again: It was working before, Did we broke Azure CI again or am I missing something here? |
mykola-mokhnach
commented
Jun 20, 2019
This does not look like a rebase |
- Solves Issue: appium#1137
…instead of AppiumServerStatus class object. - Deleted AppiumServerStatus class as it is no longer needed.
- Empty line should be followed by <p> tag on the next line. 234 - First sentence of Javadoc is missing an ending period. 234 Ran ./gradlew clean checkstyleMain, BUILD is SUCCESSFUL now.
anilkrverma
commented
Jun 20, 2019
|
anilkrverma
left a comment
There was a problem hiding this comment.
@mykola-mokhnach@saikrishna321@SrinivasanTarget@jlipps Hope this looks perfect now for getting merged with master. Please let me know if further changes are required.
Uh oh!
There was an error while loading. Please reload this page.
saikrishna321
commented
Jun 21, 2019
Thanks for addressing all the comments. Looks good👍 |
jlipps
commented
Jun 21, 2019
🎉 congrats @anilkrverma! |
anilkrverma
commented
Jun 22, 2019
Thanks @jlipps , @saikrishna321@SrinivasanTarget@mykola-mokhnach for all the support. |
Change list
Feature: Add support for "driver.status()" - #1137
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
xin the boxes that applyDetails