Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web2): add IPv6 configuration tab #4800

Merged

Commits on Aug 9, 2023

  1. refactor(NetworkTabsUi): support for new IPv6 tab, changed logic for …

    …adding/removing tabs in navbar
    
    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9d768b9 View commit details
    Browse the repository at this point in the history
  2. refactor(NetworkTabsUi): improved tabs arrangement code

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a922f17 View commit details
    Browse the repository at this point in the history
  3. feat(GwtNetInterfaceConfig): added support for IPv6 properties

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    06d2c51 View commit details
    Browse the repository at this point in the history
  4. docs: added messages resources for new properties

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f9e384e View commit details
    Browse the repository at this point in the history
  5. feat(web2): added first implementation of IPv6 tab

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    00ce961 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. docs: modified messages

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    92fc6af View commit details
    Browse the repository at this point in the history
  2. refactor(TabIp6Ui): using constants for ListBox values

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4b9a56c View commit details
    Browse the repository at this point in the history
  3. feat: subnet is now an IntegerBox, added help dialogs to missing inpu…

    …ts, added IPv6-related message resources
    
    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    815a66b View commit details
    Browse the repository at this point in the history
  4. docs: fix mispelling in message

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    66fba8b View commit details
    Browse the repository at this point in the history
  5. feat(TabIp6Ui): add validation for subnet field

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5ae946d View commit details
    Browse the repository at this point in the history
  6. refactor(TabIp6Ui): refactor of priority field validation

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    42c1342 View commit details
    Browse the repository at this point in the history
  7. feat(TabIp6Ui): add IPv6 address validation

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    910ee49 View commit details
    Browse the repository at this point in the history
  8. fix(TabIp6Ui): gateway and dns are disabled when status is Enabled fo…

    …r LAN
    
    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6baaec View commit details
    Browse the repository at this point in the history
  9. fix(NetworkTabsUi): corrected tabs ordering by removing them all befo…

    …re update
    
    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5b45161 View commit details
    Browse the repository at this point in the history
  10. fix(TabIp6Ui): dns field is never hidden

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d6767e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix(TabIp6Ui): corrected refresh order in init, completed refresh method

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    aa1fd3b View commit details
    Browse the repository at this point in the history
  2. fix(TabIp6Ui): corrected status value retrieval, removed unecessary code

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fc5ca36 View commit details
    Browse the repository at this point in the history
  3. refactor: separated IPv6 from IPv4-related messages

    Signed-off-by: Marcello Martina <martina.marcello.rinaldo@outlook.com>
    marcellorinaldo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1cc4ad7 View commit details
    Browse the repository at this point in the history