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(wizards/services): add read-only wizard on access point and ied #1109

Merged
merged 30 commits into from
Feb 23, 2023

Commits on Dec 14, 2022

  1. Services wizard (WIP)

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    949b2df View commit details
    Browse the repository at this point in the history
  2. Refactoring of services to prevent merge (big) conflicts

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9d1c4a8 View commit details
    Browse the repository at this point in the history
  3. Fixed snapshot test

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0ed75a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Only add the Services icon if there actually is a Services element wi…

    …thin the IED.
    
    The
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b22899c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Wizardpages are optional in the Services Wizard.

    Don't show the wizard pages if no content is available
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    db9a10e View commit details
    Browse the repository at this point in the history
  2. Map the nullable WizardPage to an actual WizardPage (nulls are alread…

    …y filtered out)
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    bfa0ec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a1bc6 View commit details
    Browse the repository at this point in the history
  4. Different querySelector

    Stef3st committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fab444d View commit details
    Browse the repository at this point in the history
  5. Fixed snapshot test

    Stef3st committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d23b4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    9db6429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c4af8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    c969897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3566efe View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Fixed possible null on wizard select

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8ce74ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c739021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    988831f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Added Tests

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    27ac6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00f9d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fixed typo (uppercase file fetching in test)

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8f70bf9 View commit details
    Browse the repository at this point in the history
  2. Fixed typo (uppercase file fetching in test)

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    07f87e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fixed review comments

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    caee205 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    fe6a6eb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    2c7aa57 View commit details
    Browse the repository at this point in the history
  2. Added Tests for AccessPoint.

    Changed the check if a wizard page should be shown to a more `complex` function. Added tests for that function
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    38d06d1 View commit details
    Browse the repository at this point in the history
  3. Added array to isEmptyObject function to provide additional nullable …

    …properties
    
    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    214de2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccdb2e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00bdff0 View commit details
    Browse the repository at this point in the history
  6. Removed Sitipe stuff

    Signed-off-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
    pascalwilbrink committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    26241bc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    a1879db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a4501 View commit details
    Browse the repository at this point in the history