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

Create first POC Version to test integration with all components #18

Merged
merged 43 commits into from
Dec 8, 2021

Commits on Nov 25, 2021

  1. Updated Project settings and maven pom.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    fa9e891 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge pull request #1 from com-pas/reorganize-dependencies

    Updated Project settings and maven pom.
    Flurb authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    1493b23 View commit details
    Browse the repository at this point in the history
  2. Bump powsybl.version from 4.5.0 to 4.5.1

    Bumps `powsybl.version` from 4.5.0 to 4.5.1.
    
    Updates `powsybl-cgmes-conversion` from 4.5.0 to 4.5.1
    
    Updates `powsybl-triple-store-impl-rdf4j` from 4.5.0 to 4.5.1
    
    ---
    updated-dependencies:
    - dependency-name: com.powsybl:powsybl-cgmes-conversion
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.powsybl:powsybl-triple-store-impl-rdf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    f638b9f View commit details
    Browse the repository at this point in the history
  3. Bump quarkus.platform.version from 2.4.1.Final to 2.5.0.Final

    Bumps `quarkus.platform.version` from 2.4.1.Final to 2.5.0.Final.
    
    Updates `quarkus-universe-bom` from 2.4.1.Final to 2.5.0.Final
    - [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
    - [Commits](quarkusio/quarkus-platform@2.4.1.Final...2.5.0.Final)
    
    Updates `quarkus-maven-plugin` from 2.4.1.Final to 2.5.0.Final
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus:quarkus-universe-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.quarkus:quarkus-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    98e7c9b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Merge pull request #3 from com-pas/dependabot/maven/powsybl.version-4…

    ….5.1
    
    Bump powsybl.version from 4.5.0 to 4.5.1
    Dennis Labordus authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    18d3b67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from com-pas/dependabot/maven/quarkus.platform.…

    …version-2.5.0.Final
    
    Bump quarkus.platform.version from 2.4.1.Final to 2.5.0.Final
    Dennis Labordus authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    09044b4 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-java from 2.3.1 to 2.4.0

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2.3.1...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3a92021 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Converted experiment from Benoit in start of new service.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7becd68 View commit details
    Browse the repository at this point in the history
  2. Small sonar issues fixed.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    62d512f View commit details
    Browse the repository at this point in the history
  3. Small changes in Layout.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8dd9ffb View commit details
    Browse the repository at this point in the history
  4. First setup to enricht SCD with X/Y Coordinates.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4bd32b6 View commit details
    Browse the repository at this point in the history
  5. First setup to enricht SCD with X/Y Coordinates.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    788abe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Added unittests to cover the model classes.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    14151a2 View commit details
    Browse the repository at this point in the history
  2. Bump quarkus.platform.version from 2.5.0.Final to 2.5.1.Final

    Bumps `quarkus.platform.version` from 2.5.0.Final to 2.5.1.Final.
    
    Updates `quarkus-universe-bom` from 2.5.0.Final to 2.5.1.Final
    - [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
    - [Commits](quarkusio/quarkus-platform@2.5.0.Final...2.5.1.Final)
    
    Updates `quarkus-maven-plugin` from 2.5.0.Final to 2.5.1.Final
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus:quarkus-universe-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus:quarkus-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5b2d975 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge pull request #7 from com-pas/dependabot/maven/quarkus.platform.…

    …version-2.5.1.Final
    
    Bump quarkus.platform.version from 2.5.0.Final to 2.5.1.Final
    Dennis Labordus authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6434211 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from com-pas/dependabot/github_actions/actions/…

    …setup-java-2.4.0
    
    Bump actions/setup-java from 2.3.1 to 2.4.0
    Dennis Labordus authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b00c803 View commit details
    Browse the repository at this point in the history
  3. Added clean existing X/Y Coordinates and enrich Busbar.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    dec4b45 View commit details
    Browse the repository at this point in the history
  4. Small changes to Github Actions

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6213416 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Added Powertransformers and refactoring of model.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    91c5429 View commit details
    Browse the repository at this point in the history
  2. Fix sonar issues and added some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0438312 View commit details
    Browse the repository at this point in the history
  3. Fix sonar issues and added some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    41f028a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Fix sonar issues and added some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    eaecd60 View commit details
    Browse the repository at this point in the history
  2. Added unittests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f9e56d6 View commit details
    Browse the repository at this point in the history
  3. Added reuse and some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    d31898c View commit details
    Browse the repository at this point in the history
  4. Some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5e1626a View commit details
    Browse the repository at this point in the history
  5. Some more tests.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1bf6689 View commit details
    Browse the repository at this point in the history
  6. Change trigger of Actions.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f3d75b1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into first-setup-sld

    Dennis Labordus authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c664552 View commit details
    Browse the repository at this point in the history
  8. Updated mvnw.cmd

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    bf915bb View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of github.com:com-pas/compas-scl-auto-alignmen…

    …t into develop
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c0595f2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' into first-setup-sld

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    83a4f87 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'first-setup-sld' of github.com:com-pas/compas-scl-auto-…

    …alignment into first-setup-sld
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e8a62c6 View commit details
    Browse the repository at this point in the history
  12. Small changes for Native Image.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    aaa2591 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #12 from com-pas/first-setup-sld

    First version of SCL Auto Alignment Service
    Flurb authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    735f35d View commit details
    Browse the repository at this point in the history
  14. Bump microprofile-openapi-api from 2.0 to 3.0

    Bumps [microprofile-openapi-api](https://github.com/eclipse/microprofile-open-api) from 2.0 to 3.0.
    - [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
    - [Commits](eclipse/microprofile-open-api@2.0...3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    541543b View commit details
    Browse the repository at this point in the history
  15. Bump quarkus.platform.version from 2.4.1.Final to 2.5.1.Final

    Bumps `quarkus.platform.version` from 2.4.1.Final to 2.5.1.Final.
    
    Updates `quarkus-universe-bom` from 2.4.1.Final to 2.5.1.Final
    - [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
    - [Commits](quarkusio/quarkus-platform@2.4.1.Final...2.5.1.Final)
    
    Updates `quarkus-maven-plugin` from 2.4.1.Final to 2.5.1.Final
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus:quarkus-universe-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.quarkus:quarkus-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    aa24603 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Merge pull request #13 from com-pas/dependabot/maven/org.eclipse.micr…

    …oprofile.openapi-microprofile-openapi-api-3.0
    
    Bump microprofile-openapi-api from 2.0 to 3.0
    Dennis Labordus authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0eb9168 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from com-pas/dependabot/maven/quarkus.platform…

    ….version-2.5.1.Final
    
    Bump quarkus.platform.version from 2.4.1.Final to 2.5.1.Final
    Dennis Labordus authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1c432d6 View commit details
    Browse the repository at this point in the history
  3. Refactor cleanup and support multiple substations.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1f60bd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from com-pas/improve-cleanup-old-coordinates

    Refactor cleanup and support multiple substations.
    Flurb authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0f1bfb5 View commit details
    Browse the repository at this point in the history
  5. Changed the HItem records being added.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    81de6eb View commit details
    Browse the repository at this point in the history
  6. Fix error in DateTime Format.

    Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
    Dennis Labordus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1f75f60 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #17 from com-pas/fix-historyitem

    Changed the HItem records being added.
    Flurb authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c7eafbf View commit details
    Browse the repository at this point in the history