-
Notifications
You must be signed in to change notification settings - Fork 0
apply CompositeModification #156
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b16e3e6
apply CompositeModification
Mathieu-Deharbe 801c348
better style
Mathieu-Deharbe 6a39c70
handle exceptions
Mathieu-Deharbe 5d41375
CI
Mathieu-Deharbe b0da849
TU on exceptions
Mathieu-Deharbe f010e68
better log structure
Mathieu-Deharbe b5d8bec
test thrown message in reports
Mathieu-Deharbe 8bdec70
getMessageFromReporterAtDepth
Mathieu-Deharbe 3797c2f
adds a name to the composite modifications
Mathieu-Deharbe f226044
Merge branch 'main' into apply-composite-modification
Mathieu-Deharbe e766d67
cleaning
Mathieu-Deharbe 8374156
Merge branch 'main' into apply-composite-modification
Mathieu-Deharbe 55d6464
Merge branch 'main' into apply-composite-modification
Mathieu-Deharbe be7d022
ModificationsToCopyInfos
Mathieu-Deharbe cf2ddb4
divide unit tests + check modif
Mathieu-Deharbe 4998066
rename compositeName to name
Mathieu-Deharbe 0362d7c
rename network.modification.composite.exception.report
Mathieu-Deharbe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/main/java/org/gridsuite/modification/dto/ModificationsToCopyInfos.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| /** | ||
| * Copyright (c) 2026, RTE (http://www.rte-france.com) | ||
| * This Source Code Form is subject to the terms of the Mozilla Public | ||
| * License, v. 2.0. If a copy of the MPL was not distributed with this | ||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
| */ | ||
|
|
||
| package org.gridsuite.modification.dto; | ||
|
|
||
| import lombok.AllArgsConstructor; | ||
| import lombok.Builder; | ||
| import lombok.Getter; | ||
| import lombok.NoArgsConstructor; | ||
|
|
||
| import java.util.UUID; | ||
|
|
||
| /** | ||
| * @author Mathieu Deharbe <mathieu.deharbe at rte-france.com> | ||
| */ | ||
| @AllArgsConstructor | ||
| @NoArgsConstructor | ||
| @Getter | ||
| @Builder | ||
| public class ModificationsToCopyInfos { | ||
| private UUID uuid; | ||
|
|
||
| // only useful when the operation is the import of a composite as a complete composite | ||
| private String compositeName; | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.