Skip to content

add initial progress class#1

Merged
jreidinger merged 4 commits intomasterfrom
progress
Dec 27, 2021
Merged

add initial progress class#1
jreidinger merged 4 commits intomasterfrom
progress

Conversation

@jreidinger
Copy link
Copy Markdown
Contributor

No description provided.

@jreidinger jreidinger marked this pull request as ready for review December 27, 2021 09:55
@jreidinger
Copy link
Copy Markdown
Contributor Author

lets mergge this one and try to rebase #4

@jreidinger jreidinger merged commit fb031a7 into master Dec 27, 2021
@jreidinger jreidinger deleted the progress branch December 27, 2021 13:27
dgdavid added a commit that referenced this pull request Jul 11, 2024
## Problem

[Switching from the former UI to the current
approach](#1202) left behind a lot
of things to review, dead components and a CSS clean up among them.

## Solution

Drop dead components and make as much clean-up rounds as needed. This
can be considered `Round #1`, made in the middle of more urgent work.

## Testing

Tested manually

## Screenshots

Visual changes after this PR should keep at minimum. In any case, it's
preferred that reviewers give the UI a shot taking the time they need.
teclator added a commit that referenced this pull request Jul 24, 2025
## 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
      }
    ]
  }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants