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

Introducing scalafix #676

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from
Draft

Introducing scalafix #676

wants to merge 17 commits into from

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    d3878df View commit details
    Browse the repository at this point in the history
  2. Removing scapegoat

    sebastian-peter committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    175bc93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f44837 View commit details
    Browse the repository at this point in the history
  4. More rules

    sebastian-peter committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a5fc575 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04c39e3 View commit details
    Browse the repository at this point in the history
  6. Line endings spotless

    sebastian-peter committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2f9b3c7 View commit details
    Browse the repository at this point in the history
  7. Applying scalafix

    sebastian-peter committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a2e8bbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2553dc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bec281 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8d70eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9bfa96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eb61e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    eb9acb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887a77c View commit details
    Browse the repository at this point in the history
  3. Small addition

    sebastian-peter committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f7ac76e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into sp/#661-scalafix

    # Conflicts:
    #	build.gradle
    sebastian-peter committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    606f1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge branch 'dev' into sp/#661-scalafix

    # Conflicts:
    #	.scalafmt.conf
    #	build.gradle
    #	src/main/scala/edu/ie3/simona/agent/grid/DBFSAlgorithm.scala
    #	src/main/scala/edu/ie3/simona/agent/grid/GridResultsSupport.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/ParticipantAgent.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/ParticipantAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/ServiceRegistration.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/evcs/EvcsAgent.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/evcs/EvcsAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/fixedfeedin/FixedFeedInAgent.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/fixedfeedin/FixedFeedInAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgent.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/load/LoadAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/pv/PvAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/statedata/BaseStateData.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/statedata/ParticipantStateData.scala
    #	src/main/scala/edu/ie3/simona/agent/participant/wec/WecAgentFundamentals.scala
    #	src/main/scala/edu/ie3/simona/api/ExtSimAdapter.scala
    #	src/main/scala/edu/ie3/simona/config/ConfigFailFast.scala
    #	src/main/scala/edu/ie3/simona/main/RunSimonaStandalone.scala
    #	src/main/scala/edu/ie3/simona/model/participant/ChpModel.scala
    #	src/main/scala/edu/ie3/simona/model/participant/load/LoadModel.scala
    #	src/main/scala/edu/ie3/simona/model/participant/load/profile/ProfileLoadModel.scala
    #	src/main/scala/edu/ie3/simona/model/thermal/CylindricalThermalStorage.scala
    #	src/main/scala/edu/ie3/simona/scheduler/Scheduler.scala
    #	src/main/scala/edu/ie3/simona/scheduler/SchedulerData.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/service/weather/WeatherSource.scala
    #	src/main/scala/edu/ie3/simona/sim/SimonaSim.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SetupHelper.scala
    #	src/main/scala/edu/ie3/simona/sim/setup/SimonaStandaloneSetup.scala
    #	src/main/scala/edu/ie3/simona/util/ConfigUtil.scala
    #	src/main/scala/edu/ie3/util/scala/quantities/ReactivePower.scala
    #	src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmParticipantSpec.scala
    #	src/test/scala/edu/ie3/simona/agent/grid/GridAgentSetup2WSpec.scala
    #	src/test/scala/edu/ie3/simona/agent/grid/GridAgentSetup3WSpec.scala
    #	src/test/scala/edu/ie3/simona/agent/participant/ParticipantAgentFundamentalsSpec.scala
    #	src/test/scala/edu/ie3/simona/agent/participant/ParticipantAgentMock.scala
    #	src/test/scala/edu/ie3/simona/agent/participant/PvAgentModelCalculationSpec.scala
    #	src/test/scala/edu/ie3/simona/api/ExtSimAdapterSpec.scala
    #	src/test/scala/edu/ie3/simona/event/listener/RuntimeEventListenerSpec.scala
    #	src/test/scala/edu/ie3/simona/model/participant/ApparentPowerAndHeatSpec.scala
    #	src/test/scala/edu/ie3/simona/scheduler/ScheduleLockIT.scala
    #	src/test/scala/edu/ie3/simona/scheduler/ScheduleLockSpec.scala
    #	src/test/scala/edu/ie3/simona/scheduler/SchedulerSpec.scala
    #	src/test/scala/edu/ie3/simona/scheduler/TimeAdvancerSpec.scala
    #	src/test/scala/edu/ie3/simona/service/primary/PrimaryServiceProxySqlIT.scala
    #	src/test/scala/edu/ie3/simona/service/weather/WeatherServiceSpec.scala
    #	src/test/scala/edu/ie3/simona/test/common/input/PvInputTestData.scala
    #	src/test/scala/edu/ie3/simona/test/matchers/QuantityMatchers.scala
    #	src/test/scala/edu/ie3/simona/util/ConfigUtilSpec.scala
    sebastian-peter committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    69099d7 View commit details
    Browse the repository at this point in the history