Skip to content
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

Server info oop #192

Merged
merged 30 commits into from
Jan 21, 2018
Merged

Server info oop #192

merged 30 commits into from
Jan 21, 2018

Commits on Jan 14, 2018

  1. Release(v2.7.5)

    strizhechenko committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    443918a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    e4e6c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d918693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0ad0ce View commit details
    Browse the repository at this point in the history
  4. Refactoring(server-info): moved CPU rate from Rater to CPU

    Moved all the folding logic/constants to Folding
    strizhechenko committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    26604c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32c1bb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91b1e0d View commit details
    Browse the repository at this point in the history
  7. Refactoring(server-info): base __init__/__rate for every subsystem

    Added: disk/net subsystems
    strizhechenko committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    c78d793 View commit details
    Browse the repository at this point in the history
  8. Fixed(server-info): __rate in base class didn't worked because __, re…

    …named to map()
    
    Added: memory subsystem.
    strizhechenko committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    2f44e2d View commit details
    Browse the repository at this point in the history
  9. Refactoring(server-info): moved last subsystem (system) to the separa…

    …te class
    
    Got rid from unused imports in rater
    Mapped subsystem classes to their keys and got rid from that long if elif elif elif elif
    strizhechenko committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    5194e1e View commit details
    Browse the repository at this point in the history
  10. Refactoring(server-info): all subsystem-specific parsers moved to app…

    …ropriate subsystem class.
    strizhechenko committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    95ee548 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    ebf30f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    3c7fff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db82696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bed6ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c924fa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    551849a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aa50a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd4eb57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02d5e23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ef2ca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e8b7889 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b24403d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c82348c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0c21a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3833597 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74e5bb3 View commit details
    Browse the repository at this point in the history
  16. Refactoring(server-info): removed -f / -ff / -fff args.

    Use --device / --subsystem / --server instead.
    strizhechenko committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    202e5b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7310eda View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6bb5b0a View commit details
    Browse the repository at this point in the history