[yast-commit] [yast/yast-dns-server] 0a1e1a: Make service evaluation lazy
Branch: refs/heads/master Home: https://github.com/yast/yast-dns-server Commit: 0a1e1a2b4b8872be3424f7c3d3dc6e12f3815245 https://github.com/yast/yast-dns-server/commit/0a1e1a2b4b8872be3424f7c3d3dc6... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M src/include/dns-server/dialog-main.rb Log Message: ----------- Make service evaluation lazy The code to install the missing package exists, but if we call these in the initialization method of an include file, SystemdService will return nil and ServiceStatus will raise, before the user has had a chance to install the missing package. service = SystemdService.find("named") status_widget = ::UI::ServiceStatus.new(service) Commit: c0180bf5e4181a968de990fc699aac231b0897fb https://github.com/yast/yast-dns-server/commit/c0180bf5e4181a968de990fc699aa... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M package/yast2-dns-server.changes M package/yast2-dns-server.spec Log Message: ----------- Bump version and update changes file Commit: 41cbc8213c4a1a111a5190bdd6acadaa039d98f5 https://github.com/yast/yast-dns-server/commit/41cbc8213c4a1a111a5190bdd6aca... Author: Imobach González Sosa <imobachgs@gmail.com> Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M package/yast2-dns-server.changes M package/yast2-dns-server.spec M src/include/dns-server/dialog-main.rb Log Message: ----------- Merge pull request #60 from imobachgs/bsc-990453-2 Make service evaluation lazy Compare: https://github.com/yast/yast-dns-server/compare/febc6a80d746...41cbc8213c4a
participants (1)
-
GitHub