Activity log for bug #1484480

Date Who What changed Old value New value Message
2015-08-13 11:20:06 Dmitry Tyzhnenko bug added bug
2015-08-13 11:45:52 Roman Prykhodchenko description Example of current debug log: 2015-08-13 08:17:09,782 - DEBUG __init__.py:45 -- Calling: get_ntp with args: (<devops.helpers.helpers.SSHClient object at 0x7f4b59c62f10>, 'admin') {} We can implement own __repl__ method for improve understanding our debug logs Some proposal of new log view: 2015-08-13 08:17:09,782 - DEBUG __init__.py:45 -- Calling: get_ntp with args: (SSHClient <0x7f4b59c62f10, host: '10.109.0.2', user: 'root'>, 'admin') {} When instance of a devops classe is printed to the debug log the __repr__ method is used. Example of current debug log: 2015-08-13 08:17:09,782 - DEBUG __init__.py:45 -- Calling: get_ntp with args: (<devops.helpers.helpers.SSHClient object at 0x7f4b59c62f10>, 'admin') {} We can implement own __repl__ method for improve understanding our debug logs Some proposal of new log view: 2015-08-13 08:17:09,782 - DEBUG __init__.py:45 -- Calling: get_ntp with args: (SSHClient <0x7f4b59c62f10, host: '10.109.0.2', user: 'root'>, 'admin') {}
2015-08-13 11:46:42 Roman Prykhodchenko summary [fuel-devops] When instance of devops classes printed in debug log it use default __repr__ method [fuel-devops] Devops classes should implement custom __repr__ method
2015-08-13 11:46:51 Roman Prykhodchenko fuel: status New Confirmed
2015-08-13 11:48:52 Dmitry Tyzhnenko fuel: assignee Fuel QA Team (fuel-qa)
2015-10-22 03:38:25 Dmitry Pyzhov tags fuel-devops area-qa fuel-devops
2016-01-06 15:36:28 Tatyanka fuel: milestone 8.0 9.0
2016-04-10 21:50:43 Fuel Devops McRobotson fuel/mitaka: importance Undecided Medium
2016-04-10 21:50:43 Fuel Devops McRobotson fuel/mitaka: status New Confirmed
2016-04-10 21:50:43 Fuel Devops McRobotson fuel/mitaka: milestone 9.0
2016-04-10 21:50:43 Fuel Devops McRobotson fuel/mitaka: assignee Fuel QA Team (fuel-qa)
2016-04-10 21:50:46 Fuel Devops McRobotson fuel/newton: milestone 9.0 10.0
2016-04-10 21:50:48 Fuel Devops McRobotson fuel/mitaka: status Confirmed Won't Fix