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

Native remedial action CSA objects for import #984

Merged
merged 41 commits into from May 14, 2024

Commits on Apr 22, 2024

  1. Native contingencies

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    50e5b6f View commit details
    Browse the repository at this point in the history
  2. AssessedElement

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d414e6e View commit details
    Browse the repository at this point in the history
  3. Add author and copyright

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    503f429 View commit details
    Browse the repository at this point in the history
  4. AssessedElementWithContingency

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    220f043 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Operational Limits

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    59d5d53 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'main' into csa/importer/native_objects

    # Conflicts:
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/cnec/CsaProfileCnecCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/cnec/FlowCnecCreator.java
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0f60598 View commit details
    Browse the repository at this point in the history
  2. Add flowReliabilityMargin

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8f3056c View commit details
    Browse the repository at this point in the history
  3. Add StaticPropertyRange

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    25066dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12aee1b View commit details
    Browse the repository at this point in the history
  5. Native CRAC returns native objects instead of property bags

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    05c1db6 View commit details
    Browse the repository at this point in the history
  6. Overriding data

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    34a3f97 View commit details
    Browse the repository at this point in the history
  7. TapPositionActions

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c74329a View commit details
    Browse the repository at this point in the history
  8. TopologyActions

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d4982fc View commit details
    Browse the repository at this point in the history
  9. RotatingMachineActions

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8c71851 View commit details
    Browse the repository at this point in the history
  10. ShuntCompensatorModifications

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    81d51b4 View commit details
    Browse the repository at this point in the history
  11. StaticPropertyRanges

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    73bf5da View commit details
    Browse the repository at this point in the history
  12. RemedialActionGroups

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e526fef View commit details
    Browse the repository at this point in the history
  13. RemedialActionDependencies

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c64c5e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. CO with RA

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    353009a View commit details
    Browse the repository at this point in the history
  2. AE with RA

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    010fe9f View commit details
    Browse the repository at this point in the history
  3. Remedial Actions

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f599462 View commit details
    Browse the repository at this point in the history
  4. Auto Remedial Actions

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    de669d0 View commit details
    Browse the repository at this point in the history
  5. Remove useless methods

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d0f9f91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41c7fc6 View commit details
    Browse the repository at this point in the history
  7. Replace identifier by mrid

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bde79fc View commit details
    Browse the repository at this point in the history
  8. Add interfaces

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d9ff1f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into csa/importer/native_remedial_actions

    # Conflicts:
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/CsaProfileCracCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/cnec/CsaProfileCnecCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/contingency/CsaProfileContingencyCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/CsaProfileRemedialActionsCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/ElementaryActionsHelper.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/NetworkActionCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/OnConstraintUsageRuleHelper.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/PstRangeActionCreator.java
    #	data/crac-creation/crac-creator-csa-profiles/src/main/resources/csa_profile.sparql
    #	data/crac-creation/crac-creator-csa-profiles/src/test/java/com/powsybl/openrao/data/craccreation/creator/csaprofile/craccreator/remedialaction/RemedialActionCreationTest.java
    bqth29 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b4f732f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge main

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    611f00d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. NC Aggregator

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8400f81 View commit details
    Browse the repository at this point in the history
  2. Property Bags converter

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bc4971f View commit details
    Browse the repository at this point in the history
  3. Split remedial actions among grid state and scheme

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ffb4f03 View commit details
    Browse the repository at this point in the history
  4. Use native CRAC as argument for creators

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    287a821 View commit details
    Browse the repository at this point in the history
  5. Use native CRAC as attribute

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    525e650 View commit details
    Browse the repository at this point in the history
  6. Mutualize RA and SPS creation

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5035f85 View commit details
    Browse the repository at this point in the history
  7. Tests

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1e0ec6a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f218390 View commit details
    Browse the repository at this point in the history
  2. Extract enums in different files

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d13c9d2 View commit details
    Browse the repository at this point in the history
  3. Remove useless field in test

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f9e169b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Checkstyle

    Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
    bqth29 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6582726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f08f5 View commit details
    Browse the repository at this point in the history