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 #26

Merged
merged 13 commits into from
Aug 14, 2018
Merged

Use the new ServiceWidget #26

merged 13 commits into from
Aug 14, 2018

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    fcdd8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2764952 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from yast/drop-triggered-by-sle-15-ga

    Adapt old test suite to new services management (2)
    imobachgs authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7f4762c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9d8fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d326c4 View commit details
    Browse the repository at this point in the history
  6. Avoid DhcpServer Perl module to overlap with Yast2::SystemService

    Despite services will be managed by Yast2::SystemService from now on, it
    is necessary to keep the related Perl code for `auto` and `config` modes
    until  them will be also managed from Ruby.
    dgdavid committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7acbe06 View commit details
    Browse the repository at this point in the history
  7. Update from code review

    dgdavid committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    f3a0c3b View commit details
    Browse the repository at this point in the history
  8. Update Yast2 required version

    dgdavid committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ca7cb79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7655ad6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9007e59 View commit details
    Browse the repository at this point in the history
  11. Manage the service status and start mode directly from Ruby code

    Using the `keep_state` option of Yast2::SystemService#save method. See
    commit 7acbe06.
    dgdavid committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9c4ca86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0396ebc View commit details
    Browse the repository at this point in the history
  13. Update from code review

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