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

Migration tool fixes and enhancements #48

Merged
merged 12 commits into from
Nov 30, 2023
Merged

Migration tool fixes and enhancements #48

merged 12 commits into from
Nov 30, 2023

Commits on Nov 28, 2023

  1. Avoid wg0 interface name conflicts

    Use a different interface name, ns8, to avoid naming confilicts with
    existing Wireguard setups.
    DavidePrincipi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2d727ec View commit details
    Browse the repository at this point in the history
  2. Migrate wg-quick@wg0 key to wg-quick@ns8

    Rename the DB record, once, if it's found in configuration DB.
    DavidePrincipi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eb4a62f View commit details
    Browse the repository at this point in the history
  3. Do not run agent in ns7

    The agent is useless in ns7, only API client requests are needed.
    DavidePrincipi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a1b7c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0410b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054aac5 View commit details
    Browse the repository at this point in the history
  6. Do not mix validation with protocol errors

    The API must return the full error if response payload has some issue.
    DavidePrincipi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6781535 View commit details
    Browse the repository at this point in the history
  7. Forcibly join the node if already present

    - Remove the node if already present
    - Remove the external LDAP domain, if already present
    DavidePrincipi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ebf16e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. UI code review

    Co-authored-by: Andrea Leardini <andrea.leardini@nethesis.it>
    DavidePrincipi and andre8244 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a2ac462 View commit details
    Browse the repository at this point in the history
  2. Code review

    Co-authored-by: Giacomo Sanchietti <giacomo.sanchietti@nethesis.it>
    DavidePrincipi and gsanchietti committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e53d60d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. fixup! Code review

    DavidePrincipi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0e11605 View commit details
    Browse the repository at this point in the history
  2. fixup! Code review

    DavidePrincipi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dc5f0f3 View commit details
    Browse the repository at this point in the history
  3. fixup! Code review

    DavidePrincipi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c0618c5 View commit details
    Browse the repository at this point in the history