Merge ~slyon/netplan/+git/ubuntu:slyon/0101 into ~ubuntu-core-dev/netplan/+git/ubuntu:ubuntu/master

Proposed by Lukas Märdian
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 957cd6bae06fe01255c7bfb13c5ec4f7f5500c21
Merged at revision: 957cd6bae06fe01255c7bfb13c5ec4f7f5500c21
Proposed branch: ~slyon/netplan/+git/ubuntu:slyon/0101
Merge into: ~ubuntu-core-dev/netplan/+git/ubuntu:ubuntu/master
Diff against target: 4519 lines (+2723/-308)
52 files modified
.github/pull_request_template.md (+1/-0)
.github/workflows/build.yml (+33/-0)
.github/workflows/check-coverage.yml (+41/-0)
Makefile (+5/-6)
README.md (+2/-3)
dbus/io.netplan.Netplan.conf (+2/-0)
debian/changelog (+19/-0)
debian/libnetplan0.symbols (+2/-0)
dev/null (+0/-4)
doc/manpage-footer.md (+1/-1)
doc/netplan-dbus.md (+42/-0)
doc/netplan-generate.md (+5/-0)
doc/netplan-get.md (+39/-0)
doc/netplan-set.md (+42/-0)
doc/netplan-try.md (+3/-0)
doc/netplan.md (+48/-35)
examples/dbus_config_scenario.txt (+41/-0)
examples/openvswitch.yaml (+45/-0)
examples/wireguard.yaml (+27/-0)
netplan/cli/commands/__init__.py (+4/-0)
netplan/cli/commands/apply.py (+40/-49)
netplan/cli/commands/get.py (+67/-0)
netplan/cli/commands/info.py (+1/-1)
netplan/cli/commands/set.py (+123/-0)
netplan/cli/commands/try_command.py (+7/-3)
netplan/cli/ovs.py (+6/-2)
netplan/cli/utils.py (+52/-6)
netplan/configmanager.py (+56/-2)
netplan/terminal.py (+15/-10)
src/dbus.c (+662/-50)
src/generate.c (+58/-29)
src/networkd.c (+13/-12)
src/nm.c (+5/-2)
src/openvswitch.c (+2/-2)
src/parse.c (+18/-1)
src/parse.h (+3/-0)
src/util.c (+21/-3)
src/util.h (+3/-0)
tests/dbus/test_dbus.py (+556/-15)
tests/generator/base.py (+10/-7)
tests/generator/test_errors.py (+15/-0)
tests/generator/test_routing.py (+58/-0)
tests/generator/test_vlans.py (+47/-56)
tests/integration/base.py (+2/-1)
tests/integration/ethernets.py (+76/-0)
tests/integration/ovs.py (+1/-4)
tests/integration/routing.py (+17/-0)
tests/integration/tunnels.py (+1/-1)
tests/test_cli_get_set.py (+322/-0)
tests/test_configmanager.py (+29/-3)
tests/test_ovs.py (+10/-0)
tests/test_utils.py (+25/-0)
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+395083@code.staging.launchpad.net

Description of the change

Related changes of `upstream/latest` branch: https://code.launchpad.net/~slyon/netplan/+git/ubuntu/+merge/395082

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Looking good!

review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches