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

[WIP]: Self identity fixes #1448

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

[WIP]: Self identity fixes #1448

wants to merge 5 commits into from

Commits on May 27, 2022

  1. fix: save generated uuid

    If the user never saves settings from the UI the uuid
    was not saved and a new one would be generated on every
    server restart.
    tkurki committed May 27, 2022
    Configuration menu
    Copy the full SHA
    55926c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757c8c9 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused imports

    tkurki committed May 27, 2022
    Configuration menu
    Copy the full SHA
    270285b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    cd6114a View commit details
    Browse the repository at this point in the history
  2. feature: mmsi and uuid validate

    Validate mmsi to be 9 digits and uuid to have the right format.
    Require either mmsi or uuid to be set.
    Validation added to 'vessel' endpoint that admin UI
    uses so that admin UI shows the error message.
    tkurki committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d3f26c6 View commit details
    Browse the repository at this point in the history