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

Implement external data service for primary data and results #698

Open
wants to merge 49 commits into
base: dev
Choose a base branch
from

Commits on Jan 16, 2024

  1. Temporary

    jo-bao committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a682776 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Feb 19, 2024

  1. in development

    jo-bao committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    778b4e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. tests for PrimaryServiceProxy

    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ffaa520 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jb/#671-externaldataservice' int…

    …o jb/#671-externaldataservice
    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3effeab View commit details
    Browse the repository at this point in the history
  3. spotless

    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    16c485c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into jb/#671-externaldatase…

    …rvice
    
    # Conflicts:
    #	build.gradle
    #	src/main/scala/edu/ie3/simona/event/listener/ResultEventListener.scala
    #	src/main/scala/edu/ie3/simona/ontology/messages/services/ServiceMessage.scala
    #	src/main/scala/edu/ie3/simona/service/ev/ExtEvDataService.scala
    #	src/main/scala/edu/ie3/simona/service/primary/PrimaryServiceProxy.scala
    #	src/main/scala/edu/ie3/simona/sim/SimonaSim.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaSetup.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaStandaloneSetup.scala
    #	src/test/scala/edu/ie3/simona/service/primary/PrimaryServiceProxySpec.scala
    #	src/test/scala/edu/ie3/simona/service/primary/PrimaryServiceProxySqlIT.scala
    #	src/test/scala/edu/ie3/simona/sim/SimonaSimFailSpec.scala
    #	src/test/scala/edu/ie3/simona/sim/setup/SimonaSetupSpec.scala
    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    223c8a2 View commit details
    Browse the repository at this point in the history
  5. spotless scala

    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4c22d87 View commit details
    Browse the repository at this point in the history
  6. spotless

    jo-bao committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fff290a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    bdb9b0b View commit details
    Browse the repository at this point in the history
  2. spotless

    jo-bao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    94aba27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b9327 View commit details
    Browse the repository at this point in the history
  4. code quality

    jo-bao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f04c4e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge remote-tracking branch 'origin/dev' into jb/#671-externaldatase…

    …rvice
    
    # Conflicts:
    #	src/main/scala/edu/ie3/simona/event/listener/ResultEventListener.scala
    #	src/main/scala/edu/ie3/simona/sim/SimonaSim.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaSetup.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaStandaloneSetup.scala
    #	src/test/scala/edu/ie3/simona/sim/SimonaSimFailSpec.scala
    #	src/test/scala/edu/ie3/simona/sim/setup/SimonaSetupSpec.scala
    jo-bao committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6b07e15 View commit details
    Browse the repository at this point in the history
  2. pekko typed

    jo-bao committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d2b8b67 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/jb/#671-externaldataservice' int…

    …o jb/#671-externaldataservice
    jo-bao committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7fba817 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge branch 'dev' into jb/#671-externaldataservice

    # Conflicts:
    #	build.gradle
    #	src/test/scala/edu/ie3/simona/sim/setup/SimonaSetupSpec.scala
    jo-bao committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    27d4a83 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. working

    jo-bao committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6cdbf83 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. working

    jo-bao committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a39da22 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. primary and result init

    jo-bao committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    10f8536 View commit details
    Browse the repository at this point in the history
  2. delayed stopping

    jo-bao committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9d24e72 View commit details
    Browse the repository at this point in the history
  3. imports

    jo-bao committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ab38e48 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into jb/#671-externaldatase…

    …rvice
    
    # Conflicts:
    #	src/main/scala/edu/ie3/simona/io/grid/CsvGridSource.scala
    #	src/main/scala/edu/ie3/simona/io/grid/GridProvider.scala
    jo-bao committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2be6d58 View commit details
    Browse the repository at this point in the history
  5. simplify

    jo-bao committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fdbcef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. uml

    jo-bao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d875226 View commit details
    Browse the repository at this point in the history
  2. extSimulation

    jo-bao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dc2ee3a View commit details
    Browse the repository at this point in the history
  3. testgrids

    jo-bao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c4c753e View commit details
    Browse the repository at this point in the history
  4. fine tuning

    jo-bao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e8bdad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge remote-tracking branch 'origin/dev' into jb/#671-externaldatase…

    …rvice
    
    # Conflicts:
    #	src/main/scala/edu/ie3/simona/sim/SimonaSim.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/ExtSimSetupData.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaStandaloneSetup.scala
    #	src/main/scala/edu/ie3/util/scala/quantities/DefaultQuantities.scala
    jo-bao committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    595cf06 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. temp

    jo-bao committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1f84793 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. phase in extsim

    jo-bao committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5525738 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. uml

    jo-bao committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    16130a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fdd88 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. opsim coupling

    jo-bao committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f45e5c3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. temp

    jo-bao committed May 16, 2024
    Configuration menu
    Copy the full SHA
    063dc89 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. simple em ext simulation

    jo-bao committed May 20, 2024
    Configuration menu
    Copy the full SHA
    58ed7a0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. temp

    Johannes Bao committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8da5def View commit details
    Browse the repository at this point in the history
  2. UncontrolledStrat

    jo-bao committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a8e8d8b View commit details
    Browse the repository at this point in the history
  3. temp

    Johannes Bao committed May 21, 2024
    Configuration menu
    Copy the full SHA
    37fd8e3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. ext address as argument

    jo-bao committed May 24, 2024
    Configuration menu
    Copy the full SHA
    575955d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. mapping in runtime

    Johannes Bao committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c75518a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. temp

    Johannes Bao committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d361070 View commit details
    Browse the repository at this point in the history
  2. merge dev

    Johannes Bao committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9364df9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. removed dataSimulation

    jo-bao committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    126e107 View commit details
    Browse the repository at this point in the history
  2. gitignore

    Johannes Bao committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    da39065 View commit details
    Browse the repository at this point in the history
  3. removed testgrids

    Johannes Bao committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1b8cee4 View commit details
    Browse the repository at this point in the history
  4. gitignore

    Johannes Bao committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cbedc48 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. modified setup

    Johannes Bao committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a2d0174 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. docs

    jo-bao committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ddcaa59 View commit details
    Browse the repository at this point in the history