summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cloud-setup: log about cancellation of provider detectionth/cloud-setup-testableThomas Haller2023-05-171-21/+16
* cloud-setup: debug log when URL is mockedThomas Haller2023-05-171-0/+7
* cloud-setup: move implementation of getters for base URL to macroThomas Haller2023-05-175-84/+29
* cloud-setup: allow mapping device for testingThomas Haller2023-05-172-6/+108
* cloud-setup: refactor handling of environment variablesThomas Haller2023-05-176-12/+22
* cloud-setup: fix _aliyun_base() initializing base URLThomas Haller2023-05-171-1/+2
* test-cloud-meta-mock: allow configuring the provider that are mimickedThomas Haller2023-05-171-72/+185
* test-cloue-meta-mock: add and use helper to send response codeThomas Haller2023-05-171-12/+10
* test-cloue-meta-mock: update default MAC address for test-cloud-meta-mock.pyThomas Haller2023-05-172-14/+14
* release: bump version to 1.43.8 (development)HEAD1.43.8-devmainBeniamino Galvani2023-05-162-2/+2
* team: don't try to connect to teamd in update_connection()bg/team-avoid-dbus-errorBeniamino Galvani2023-05-161-16/+2
* libnm: drop duplicate line from "libnm.ver"Thomas Haller2023-05-151-1/+0
* merge: branch 'ff/bond_port_version_symbol'Fernando Fernandez Mancera2023-05-152-15/+13
|\
| * libnm: adjust symbol versioning of bond port prio in 1.40.20ff/bond_port_version_symbolFernando Fernandez Mancera2023-05-152-2/+8
| * tests: adjust test-gir.py to allow extra elements in section nameFernando Fernandez Mancera2023-05-151-13/+5
|/
* test-client: merge branch 'th/client-tests-refactor-base-class'Thomas Haller2023-05-151-215/+276
|\
| * test-client: drop TestNmClient base class from testsThomas Haller2023-05-151-62/+74
| * test-client: move TestNmClient.ReplaceTextConUuid() to NMStubServerThomas Haller2023-05-151-11/+19
| * test-client: move TestNmClient.{cmd_construct_argv,_env}() to Util.cmd_create...Thomas Haller2023-05-151-99/+110
| * test-client: move skip functions to Util classThomas Haller2023-05-151-19/+49
| * test-client: move static function from TestNmClient._read_expected() to Util....Thomas Haller2023-05-151-29/+29
|/
* nm-in-container: run with "--no-hosts" to have a plain /etc/hosts in the cont...Thomas Haller2023-05-151-0/+1
* ipv6ll: don't regenerate the address when it's removed externallybg/ipv6ll-removedBeniamino Galvani2023-05-151-11/+19
* merge: branch 'bg/wake-assume-rh2193422'Beniamino Galvani2023-05-153-3/+39
|\
| * manager: use the right reason for managing devices after wake/reenablebg/wake-assume-rh2193422Beniamino Galvani2023-05-151-2/+12
| * device: add functions to get and set sys-iface-state before sleepBeniamino Galvani2023-05-152-1/+27
|/
* clients: merge branch 'th/client-secrets-cleanup'Thomas Haller2023-05-122-21/+14
|\
| * libnmc: fix openconnect option "--cafile" in nm_vpn_openconnect_authenticate_...th/client-secrets-cleanupThomas Haller2023-05-121-1/+1
| * libnmc: drop redundant defines for array lengthsThomas Haller2023-05-121-9/+8
| * tui: cleanup secrets_requested() function to use cleanup attributeThomas Haller2023-05-121-11/+5
|/
* cloud-setup: merge branch 'lr/more-cloud-setup-tests'Thomas Haller2023-05-128-49/+477
|\
| * test/cloud-meta-mock: mock GCP metadata APILubomir Rintel2023-05-121-0/+11
| * test/cloud-meta-mock: mock azure metadata APILubomir Rintel2023-05-121-0/+16
| * test/cloud-meta-mock: mock aliyun metadata APILubomir Rintel2023-05-121-0/+15
| * test/client: test cloud-setup GCP supportLubomir Rintel2023-05-121-0/+61
| * cloud-setup/gcp: add ability to redirect metadata API requestsLubomir Rintel2023-05-121-7/+31
| * test/client: test cloud-setup azure supportLubomir Rintel2023-05-121-0/+86
| * cloud-setup/azure: add ability to redirect metadata API requestsLubomir Rintel2023-05-121-1/+23
| * test/client: test cloud-setup aliyun supportLubomir Rintel2023-05-121-0/+90
| * test-client: use a test fixture from the testLubomir Rintel2023-05-121-2/+41
| * test/cloud-meta-mock: allow putting the resourcesLubomir Rintel2023-05-121-16/+58
| * test-client: factor out the test device setupLubomir Rintel2023-05-121-3/+1
| * test-client: hardcode the cloud-setup mac addressesLubomir Rintel2023-05-121-2/+2
| * test: fix file description passing to cloud-setup mock serviceLubomir Rintel2023-05-121-1/+1
| * Revert "client/tests: don't do dup2() dance to pass file descriptor to "tools...Lubomir Rintel2023-05-122-3/+9
| * test-client: cleanup after test on failureThomas Haller2023-05-121-1/+9
| * test-client: increase context in pexecpt failure for debuggingThomas Haller2023-05-121-0/+2
| * cloud-init: fix leaking iproutes for GCP providerThomas Haller2023-05-124-13/+14
| * libnm-core: add internal _nm_ip_route_ref() helperThomas Haller2023-05-121-0/+7
|/
* cli,tui: merge branch 'dwmw2:openconnect-cli'Thomas Haller2023-05-114-152/+260
|\