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(scl-transformation): automatic IEDName subscriber auto-complete #126

Merged
merged 18 commits into from
Feb 20, 2021

Commits on Feb 17, 2021

  1. Add clone feature (#101)

    * feat(editors/substation): add duplicate feature to bay and voltage level editors
    
    * test(snapshots): fix bay and voltage level editor snapshot
    
    * refactor(editors/foundation): remove unused imports
    
    * refactor(editors/fondation): simplify cloneElement function
    
    * feat(substation/foundation): add error message for unsuccessfull copy
    
    * docs(foundation): document createElement
    
    Co-authored-by: Christian Dinkel <chhildeb@gmail.com>
    Co-authored-by: Christian Dinkel <christian.dinkel@omicronenergy.com>
    3 people committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    12fabae View commit details
    Browse the repository at this point in the history
  2. feat(update-plugin): add functions to create IEDName elements

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5b285f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b76f04 View commit details
    Browse the repository at this point in the history
  4. fix(transform/subscriberinfo): fix wrong attribute name

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ffe7360 View commit details
    Browse the repository at this point in the history
  5. refactor(translations/subscriberinfo): imporove german terms

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    aaff243 View commit details
    Browse the repository at this point in the history
  6. test(open-scd): update snapshot

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f577653 View commit details
    Browse the repository at this point in the history
  7. test(open-scd): update snapshot

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    85ed8d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30b1068 View commit details
    Browse the repository at this point in the history
  9. test(transform/subscriberinfo): add unit test

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    192fe55 View commit details
    Browse the repository at this point in the history
  10. Create network configuration plug in (#111)

    * feat(editors/network): initial tab
    
    * feat(editors/network): add initial network plug-in
    
    * refactor(communication/plugin): add snapshot test and correct naming
    
    * feat(editors/communication/subnetwork-editor): initial attemed without tests
    
    * fix(editors/communication/subnetwork): add missing editors
    
    * fix(integration-tests): fixed wrong input
    
    * test(editors/communication/subnetwork-editor): add integration and unit tests
    
    * refactor(foundation): change compareName to accept Element and String
    
    * feat(editors/communication/connectedap): initial push dispaying all ConnectedAP sorted by IED
    
    * feat(editors/communication/connectedap): allow add and delte capability
    
    * test(editors/communication/subnetwork): update snapshot
    
    * refactor(editors/communication/p-type): add pattern for important schema versions
    
    * refactor(editors/communication/connectedap): change to mulit select on adding new connectedap's
    
    * refactor(editors/communication/connectedap): refactor p-type and edit wizard
    
    * refactor(editors/communication/connectedap): name correction
    
    * feat(communication/editors/connectedap): edit Address field within ConnectedAP element
    
    * refactor(editors/communication/connectedap): remove unused properties
    
    * fix(editors/communication/p-types): fix ipV4 pattern requirements
    
    * test(editors/communication/connectedap): add integration tests
    
    * refactor(plugin/communication): smaller code improvements
    
    * refactor(editors/communication/connected-ap): code improvement
    
    * fix(editors/communication/sonnected-ap): remove wrong import statemant
    
    * refactor(editors/communication/connected-ap): make editAction more stable
    
    * test(editors/communication/connected-ap): add unit tests
    
    * refactor(editors/communication/subnetwork): use createElement function to add SubNetwork element
    
    * refactor(editors): fix wrong lower case interface name
    
    * refactor(editors/communication/subnetwork): change unique filter to inline function
    
    * refactor(editors/communication/connectedap): convert static methods to functions
    
    * refactor(style): delete superflous abbr styling
    
    * fix(editors/communication/subnetwork): remove import statement for removed function
    
    * chore(editors/communication/connectedap): make comment less obtrusive
    
    * fix(editors/communications/connectedap): check for equal address elements inverted
    
    * refactor(editors/communication/connectedap): clearify reference element in Create action
    
    * refactor(editors/communication): remove superfluous translations and add missing translations
    
    * docs(editors/communication/connectedap): stop shouting
    
    Co-authored-by: Christian Dinkel <christian.dinkel@omicronenergy.com>
    Jakob Vogelsang and ca-d committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    c7b26ca View commit details
    Browse the repository at this point in the history
  11. Add clone feature (#101)

    * feat(editors/substation): add duplicate feature to bay and voltage level editors
    
    * test(snapshots): fix bay and voltage level editor snapshot
    
    * refactor(editors/foundation): remove unused imports
    
    * refactor(editors/fondation): simplify cloneElement function
    
    * feat(substation/foundation): add error message for unsuccessfull copy
    
    * docs(foundation): document createElement
    
    Co-authored-by: Christian Dinkel <chhildeb@gmail.com>
    Co-authored-by: Christian Dinkel <christian.dinkel@omicronenergy.com>
    3 people committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    43e719a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69cb082 View commit details
    Browse the repository at this point in the history
  13. fix(localisation): remove duplicate translation

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e53d03c View commit details
    Browse the repository at this point in the history
  14. refactor(transform/subscriberinfo): add menu translation

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    b643efa View commit details
    Browse the repository at this point in the history
  15. fix(transform/subscriberinfo): fix wrong attribute name

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    002af61 View commit details
    Browse the repository at this point in the history
  16. test(transform/subscriberinfo): finalize unit tests

    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    9b3d266 View commit details
    Browse the repository at this point in the history
  17. fix(localisation): add translated string and remove superfluouse tran…

    …slation information
    Jakob Vogelsang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6bee9ea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

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