Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.1 KB

File metadata and controls

39 lines (32 loc) · 1.1 KB

Changelog for WebMonitor

07 Dec 2020 (v 1.0.2)

Critical

  • A JSONDecodeError was thrown while creating the file. Fixed by creating data model in init method.

Notice

  • self.__hosts_pcf renamed to self.__storage. Does not affect functions, modified for understanding.

Fix

  • Added params justify='c', terminal_width=600 for optimized table view.

05 Dec 2020 (v 1.0.1)

Critical

  • Remove parameter TIME_FORMAT for class
  • Remove parameter force_check for method check()
  • Reformat configure file to json
  • Create structured configure file
  • Add responses input for remove actions
  • Add Exceptions for logic

Notice

  • Used JSON format for supported other languages
  • Show hosts from file as table formatted

Back-stage

  • Create private method for format input types
  • For method add() change tuple type to list (format input types)
  • Add structured history
  • Added filter for history
  • Make private variables and methods
  • Refactor blocks code
  • Code optimization
  • Extend code pydoc for methods

Other

  • Updated readme
  • Added version control
  • Added changelog