-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small wireless configuration fixes (#1753)
## Problem - https://trello.com/c/5PjJQ2Vq There are various issues detected when working on this PBI: 1. The authentication method is not selected properly 2. The form reports that auhentication failed when it is already connected. 3. Some times the labels and buttons for the selected wifi does not correspond whith the current state. 4. After a sync with master branch the backend started failing when reading wireless connections ## Solution We have fixes some of the issues but the handle of state is quite fragile and coupled to the websockets notification in the frontend and the UI therefore we plan to do some changes in the UI (Drawer and selection of the WiFi) as well as in the backend trying to store the authentication state there being able to request the state from the backend without lostling any information in case of not subscribed to changes. About the fixes in particular: 1. The authentication method is recognized again (removed method probably by error). 2. In case that a wireless device is activated the needAuth is also removed from the cached queries 3. To be better handled. 4. Get some of the wireless settings as optional (band, channel, bssid, hidden, pmf) ... ## Testing - Tested manually
- Loading branch information
Showing
6 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Thu Nov 14 14:45:47 UTC 2024 - Knut Alejandro Anderssen González <[email protected]> | ||
|
||
- Get some wireless settings as optional in order to not break the | ||
connections reader (gh#agama-project/agama#1753). | ||
|
||
------------------------------------------------------------------- | ||
Wed Nov 13 12:03:02 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Thu Nov 14 14:42:46 UTC 2024 - Knut Anderssen <[email protected]> | ||
|
||
- Fix wireless authentication initialization and | ||
invalidate the cached query in case of connected | ||
(gh#agama-project/agama#1753). | ||
|
||
------------------------------------------------------------------- | ||
Wed Nov 13 12:06:41 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
@@ -20,7 +27,7 @@ Tue Nov 5 11:33:12 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | |
|
||
- Fix a crash when editing a network connection containing an | ||
additional IP address (gh#agama-project/agama#1728). | ||
|
||
------------------------------------------------------------------- | ||
Mon Nov 4 20:32:29 UTC 2024 - David Diaz <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters