1. 26 Jul, 2019 3 commits
  2. 17 Jul, 2019 3 commits
  3. 21 May, 2019 2 commits
  4. 08 May, 2019 3 commits
  5. 23 Apr, 2019 2 commits
  6. 28 Mar, 2019 2 commits
  7. 24 Mar, 2019 1 commit
  8. 18 Mar, 2019 1 commit
  9. 15 Mar, 2019 1 commit
  10. 14 Mar, 2019 1 commit
  11. 07 Mar, 2019 1 commit
    • Trent Lloyd's avatar
      tests/test_terminal.py: Ensure terminal state is restored at end of test · 8a1c46f0
      Trent Lloyd authored
      test_save, test_save_and_restore_with_dict: Ensure that we restore the
      terminal state at the end of each test, as other tests rely on a clean
      state to start. Previously, the tests would work the first time but fail
      if re-run.
      
      test_save: also compare self.terminal.orig_flags to the current
      terminal flags, as opposed to a copy of itself (which would always pass)
      
      Fixes LP: #1817660
      0.96
      8a1c46f0
  12. 26 Feb, 2019 4 commits
  13. 22 Feb, 2019 2 commits
  14. 12 Feb, 2019 7 commits
  15. 08 Feb, 2019 1 commit
    • Justin Paul's avatar
      Fixed Date in changelog section · b5cb22b1
      Justin Paul authored
      The original Changelog entry of Fri Dec 13 causes a build warning in rpmbuild. Based on the release date of 0.95 I updated the date in the changelog to be Fri Dec 14 which fixes the build warning
      
      ex.
      rpmbuild -ba netplan/rpm/netplan.spec 
      warning: bogus date in %changelog: Fri Dec 13 2018 Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> - 0.95
      b5cb22b1
  16. 24 Jan, 2019 1 commit
  17. 21 Jan, 2019 2 commits
    • Justin Paul's avatar
      Update netplan.spec · 9d6b0a6f
      Justin Paul authored
      The source url is incorrect. the file name does not have the package name in it. its just version.tar.gz
      9d6b0a6f
    • Ryan Harper's avatar
      doc: update vlan example to use 'addresses' property · 3d5316eb
      Ryan Harper authored
      The example block in "Properties for device type vlans:" on the "Reference"
      site contains a key "address:" which doesn't exist. I suspect the key needed
      is "addresses:".
      
      LP: #1811802
      3d5316eb
  18. 15 Jan, 2019 1 commit
    • Alfonso Sánchez-Beato's avatar
      apply: re-start services also when unconfiguring · 0ef790ca
      Alfonso Sánchez-Beato authored
      We were not re-starting networkd/NetworkManager in the case we moved
      from a configuration that created netplan files in /run to one that did
      not need files there. Now we make sure we re-start the services also in
      that case, by checking if there were configuration files before the
      generation step. Fixes LP: #1811868.
      0ef790ca
  19. 14 Dec, 2018 2 commits