-
Notifications
You must be signed in to change notification settings - Fork 94
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
[NU-1772] Scenario activities BE implementation #6823
Conversation
…ntract' into NU-1772-scenario-activities # Conflicts: # designer/server/src/main/scala/pl/touk/nussknacker/ui/api/ScenarioActivityApiHttpService.scala # designer/server/src/main/scala/pl/touk/nussknacker/ui/api/description/scenarioActivity/Dtos.scala # designer/server/src/main/scala/pl/touk/nussknacker/ui/api/description/scenarioActivity/Endpoints.scala # designer/server/src/main/scala/pl/touk/nussknacker/ui/api/description/scenarioActivity/InputOutput.scala # docs-internal/api/nu-designer-openapi.yaml
.../scala/pl/touk/nussknacker/ui/process/repository/activities/ScenarioActivityRepository.scala
Show resolved
Hide resolved
…enario-activities
6000152
to
874206e
Compare
…ntract' into NU-1772-scenario-activities
designer/server/src/main/scala/db/migration/V1_055__CreateScenarioActivitiesDefinition.scala
Outdated
Show resolved
Hide resolved
...ain/scala/db/migration/V1_056__MigrateActionsAndCommentsToScenarioActivitiesDefinition.scala
Outdated
Show resolved
Hide resolved
...ain/scala/db/migration/V1_056__MigrateActionsAndCommentsToScenarioActivitiesDefinition.scala
Outdated
Show resolved
Hide resolved
...ain/scala/db/migration/V1_056__MigrateActionsAndCommentsToScenarioActivitiesDefinition.scala
Outdated
Show resolved
Hide resolved
designer/server/src/main/scala/pl/touk/nussknacker/ui/api/ScenarioActivityApiHttpService.scala
Outdated
Show resolved
Hide resolved
...cala/pl/touk/nussknacker/ui/process/repository/activities/DbScenarioActivityRepository.scala
Show resolved
Hide resolved
...cala/pl/touk/nussknacker/ui/process/repository/activities/DbScenarioActivityRepository.scala
Outdated
Show resolved
Hide resolved
...cala/pl/touk/nussknacker/ui/process/repository/activities/DbScenarioActivityRepository.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall it's a great job
created: #6887 |
...cala/pl/touk/nussknacker/ui/process/repository/activities/DbScenarioActivityRepository.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parts of the code that I read are fine for me, let's w8 for @lukasz-bigorajski approve as he checked it more extensively..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I responded to the questions.
Yesterday I tested this change using real data from prod environments. It turned out, that migration was not fully correct, and existing test did not catch that. Some data, including standalone comments, was missing. Done after review and approve:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One question.
Describe your changes
What is done:
What is left to do in further PRs
Checklist before merge