Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoworko committed Feb 26, 2025
1 parent f06d203 commit 17f48ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import cats.instances.future._
import pl.touk.nussknacker.engine.api.ProcessVersion
import pl.touk.nussknacker.engine.api.deployment.ScenarioActionName
import pl.touk.nussknacker.engine.api.graph.ScenarioGraph
import pl.touk.nussknacker.engine.api.process._
import pl.touk.nussknacker.engine.api.process.{ProcessId, ProcessIdWithName, ProcessName, VersionId}
import pl.touk.nussknacker.engine.canonicalgraph.CanonicalProcess
import pl.touk.nussknacker.security.Permission
import pl.touk.nussknacker.test.utils.domain.TestFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object TestProcessUtil {
isArchived: Boolean = false,
processingType: String = ProcessingTypeStreaming,
lastAction: Option[ScenarioActionName] = None,
json: Option[ScenarioGraph] = None,
json: Option[ScenarioGraph] = None
): ScenarioWithDetailsEntity[ScenarioGraph] =
wrapWithScenarioDetailsEntity(
ProcessName(name),
Expand Down
1 change: 0 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
* Configuration entry `kafkaEspProperties.forceLatestRead` is replaced with `kafkaEspProperties.defaultOffsetResetStrategy` with possible values: "ToLatest", "ToEarliest", "None".
* [#7545](https://github.com/TouK/nussknacker/pull/7545) Added `useMiniClusterForDeployment` option allowing to run Flink scenarios on Flink MiniCluster
* [#7568](https://github.com/TouK/nussknacker/pull/7568) The "JSON" button was renamed to "Export" to mark that it generates data usable in "Import"
* [#7581](https://github.com/TouK/nussknacker/pull/7581) Return additional information (optionally) about last version created by non-technical user in the Nu Scenario API

## 1.18

Expand Down
7 changes: 0 additions & 7 deletions docs/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ To see the biggest differences please consult the [changelog](Changelog.md).
* forceLatestRead: false -> defaultOffsetResetStrategy: "None"
* forceLatestRead: true -> defaultOffsetResetStrategy: "ToLatest"
* [#7568](https://github.com/TouK/nussknacker/pull/7568) The `process-json` button in `processToolbarConfig` was renamed to `process-export`
* [#7581](https://github.com/TouK/nussknacker/pull/7581)
* Additional information is (optionally) returned about last version created by non-technical user in the Nu Scenario API
* list of technical users (usernames) may be optionally defined in Nu config
```hocon
technicalUsers: ["admin", "external_technical_user", "John Doe admin account"]
```
* by default the list consists of one element - internal Nu user `Nussknacker`

### REST API changes

Expand Down

0 comments on commit 17f48ed

Please sign in to comment.