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

Use the new ServiceWidget #73

Merged
merged 9 commits into from
Aug 10, 2018
Merged

Use the new ServiceWidget #73

merged 9 commits into from
Aug 10, 2018

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    ec8ce14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a74a5 View commit details
    Browse the repository at this point in the history
  3. Avoid DnsServer module to overlap with Yast2::SystemService

    Since Yast2::SystemService (used through the new ServiceWidget) is
    responsible to update properly the service status
    (start/stop/restart/...), related logic in the DnsServer Perl module it
    has been limited to be executed only for AutoYast (`auto` and `config`
    modes).
    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    58b9401 View commit details
    Browse the repository at this point in the history
  4. Move duplicated logic to helper module

    Much of the methods related to status service widget were duplicated in
    both dialog, reason why it has been moved to a helper module.
    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f58b0d1 View commit details
    Browse the repository at this point in the history
  5. Update Yast2 required version

    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2b05d1e View commit details
    Browse the repository at this point in the history
  6. Update from code review

    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    f99c0fb View commit details
    Browse the repository at this point in the history
  7. Bump version and changes file

    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    67c97a6 View commit details
    Browse the repository at this point in the history
  8. Update unit tests

    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    b029053 View commit details
    Browse the repository at this point in the history
  9. Update from code review

    dgdavid committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    fb6a305 View commit details
    Browse the repository at this point in the history