-
Notifications
You must be signed in to change notification settings - Fork 26
Hotfix-1.3.5 #217
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
Hotfix-1.3.5 #217
Conversation
Improve testing with jasmine
Added improved endpoint list management
trying to synchronized tests with develop
|
Looks like you branch the hotfix branch of develop? (could that be why all the extra commits are here) What commits should be included in the hotfix? |
|
@johnsimons yes for some odd reason in my tests it could come through either way. This was what was causing the endpoint update issue. |
|
@andreasohlund I took the hotfix from master then realized the smoketest stuff I wanted to include was in develop. so i rebased the hotfix to develop. which only half worked so I merged develop into hotfix-1.3.5. In a nutshell it's all related to improving the quality of the app and solving those bugs |
@andreasohlund @johnsimons I think I have this right...I did something weird with git and my pull request has more junk in it than I would like.
This fixes these
If OK I'll release early tomorrow
I have put in a few bits an pieces to smoke-test some scenarios around endpoint and heartbeats. I'd like some help removing them from the build on the TeamCity because they really only are of use during development