• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 16497534512 / 1 – rust
64%
master: 81%

Build:
Build:
LAST BUILD BRANCH: disconnect_not_bound_devices
DEFAULT BRANCH: master
Ran 24 Jul 2025 01:11PM UTC
Files 181
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jul 2025 12:58PM UTC coverage: 21.963%. First build
rust – 16497534512.1

push

github

web-flow
Encode connection ID for the URL path (#2605)

## Problem

The CLI needs to encode the connection Id in order to use it in the URL
for adding or updating it.

- https://bugzilla.suse.com/show_bug.cgi?id=1246930
-
https://trello.com/c/H8mxZJxy/5185-2-agama-loading-a-profile-tries-to-create-an-existing-network-

## Solution

Encode the connection id in order to use it in the URL path for adding
or updating a connection


## Testing

- *Tested manually*
**Example profile net.json**
```
suse@vikingo:~$ cat net.json 
{
  "product": {
    "id": "Tumbleweed"
  },
  "network": {
    "connections": [
      {
        "id": "Wired #1",
        "status": "up"
      }
    ]
  }
}

suse@vikingo:~$ agama config load < net.json 
✓ The profile is valid.

suse@vikingo:~$ agama config load < net.json 
✓ The profile is valid.

## REMOVED IRRELEVANT DATA
suse@vikingo:~$ agama config show 
{
  "network": {
    "connections": [
      {
        "id": "Wired #1",
        "method4": "auto",
        "method6": "auto",
        "ignoreAutoDns": false,
        "status": "up",
        "autoconnect": true,
        "persistent": true
      }
    ]
  }
}
```

1998 of 9097 relevant lines covered (21.96%)

0.43 hits per line

Source Files on job rust - 16497534512.1
  • Tree
  • List 181
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16497534512
  • bfa873a5 on github
  • Next Job for on rc3 (#16497929274.)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc