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

agama-project / agama / 16497534512
64%
master: 75%

Build:
Build:
LAST BUILD BRANCH: fix-l10n-reload
DEFAULT BRANCH: master
Ran 24 Jul 2025 01:11PM UTC
Jobs 2
Files 739
Run time 1min
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: 53.73% (-14.3%) from 68.06%
16497534512

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
      }
    ]
  }
}
```

2135 of 3884 branches covered (54.97%)

Branch coverage included in aggregate %.

2 of 6 new or added lines in 2 files covered. (33.33%)

13588 of 25379 relevant lines covered (53.54%)

43.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
0.0
rust/agama-lib/src/network/client.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust 16497534512.1 24 Jul 2025 01:11PM UTC 181
21.96
GitHub Action Run
1 web 16474921553.1 23 Jul 2025 03:28PM UTC 558
68.06
GitHub Action Run
Source Files on build 16497534512
  • Tree
  • List 739
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16497534512
  • bfa873a5 on github
  • Prev Build on rc3 (#16474921553)
  • Next Build 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