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

Conversation

JakobVogelsang
Copy link
Collaborator

No description provided.

src/Importing.ts Outdated Show resolved Hide resolved
@ca-d
Copy link
Contributor

ca-d commented Feb 16, 2021

This could use a rebase on the current main branch.

Base automatically changed from master to main February 16, 2021 17:58
Jakob Vogelsang and others added 17 commits February 17, 2021 17:47
* 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>
* 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>
* 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>
@@ -251,7 +251,7 @@ describe('open-scd', () => {
'No IED element in the file'
);
});
it('throws doblicate ied name error', async () => {
it('throws dublicate ied name error', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually spelt "duplicate" 😉

Copy link
Contributor

@ca-d ca-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only a test spelling mistake left.

@ca-d ca-d linked an issue Feb 20, 2021 that may be closed by this pull request
@ca-d
Copy link
Contributor

ca-d commented Feb 20, 2021

Closes #82 .

@ca-d ca-d closed this Feb 20, 2021
@ca-d
Copy link
Contributor

ca-d commented Feb 20, 2021

Sorry for the accidental premature closing of this request.

@ca-d ca-d reopened this Feb 20, 2021
@JakobVogelsang JakobVogelsang changed the title Add gesecontrol subscriber info feat(scl-transformation): automatic IEDName subscriber auto-complete Feb 20, 2021
@JakobVogelsang JakobVogelsang merged commit 9875644 into main Feb 20, 2021
@ca-d ca-d deleted the add-gesecontrol-subscriber-info branch February 25, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update GSEcontrol with subscriber information
2 participants