SeaCloudsEU / SeaCloudsPlatform

Seamless adaptive multi-cloud management of service-based applications
http://www.seaclouds-project.eu/
Apache License 2.0
18 stars 20 forks source link

Fixes jumping topology on status screen. #293

Closed rosogon closed 8 years ago

rosogon commented 8 years ago

Status.fromjson recreates() the whole topology structure. This commit calls Status.fromjson only when the application changes.

TODO: the new code may update other properties than status (e.g., module urls).

codecov-io commented 8 years ago

Current coverage is 41.18%

Merging #293 into master will decrease coverage by -6.96% as of 058a505

@@            master    #293   diff @@
======================================
  Files          219     365    +146
  Stmts         9045   13212   +4167
  Branches      1322    1660    +338
  Methods          0       0        
======================================
+ Hit           4355    5442   +1087
- Partial        355     430     +75
- Missed        4335    7340   +3005

Review entire Coverage Diff as of 058a505

Powered by Codecov. Updated on successful CI builds.

kiuby88 commented 8 years ago

+1 The code was also tested in production deployment