-
Notifications
You must be signed in to change notification settings - Fork 95
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
Added docsUrl to PropertiesConfig #6578
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
created: #6724 |
arkadius
reviewed
Aug 19, 2024
...ents-api/src/main/scala/pl/touk/nussknacker/engine/api/component/SingleComponentConfig.scala
Outdated
Show resolved
Hide resolved
...onents-api/src/main/scala/pl/touk/nussknacker/engine/api/properties/ScenarioProperties.scala
Outdated
Show resolved
Hide resolved
...onents-api/src/main/scala/pl/touk/nussknacker/engine/api/properties/ScenarioProperties.scala
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Aug 19, 2024
engine/flink/management/dev-model/src/main/resources/defaultModelConfig.conf
Outdated
Show resolved
Hide resolved
Diamekod0221
force-pushed
the
Add_properties_url
branch
from
August 20, 2024 14:21
2c57c6e
to
5a5f47d
Compare
arkadius
reviewed
Aug 22, 2024
components-api/src/main/scala/pl/touk/nussknacker/engine/api/component/ComponentConfig.scala
Outdated
Show resolved
Hide resolved
...ala/pl/touk/nussknacker/engine/definition/component/ComponentAdditionalConfigConverter.scala
Outdated
Show resolved
Hide resolved
engine/flink/management/dev-model/src/main/resources/defaultModelConfig.conf
Outdated
Show resolved
Hide resolved
Diamekod0221
force-pushed
the
Add_properties_url
branch
from
August 22, 2024 19:37
895cf67
to
f2dfce3
Compare
gskrobisz
reviewed
Aug 23, 2024
Dzuming
approved these changes
Aug 26, 2024
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.
Frontend LGTM
arkadius
reviewed
Aug 26, 2024
engine/flink/management/dev-model/src/main/resources/defaultModelConfig.conf
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Aug 26, 2024
arkadius
reviewed
Aug 26, 2024
...oyment-manager-api/src/main/scala/pl/touk/nussknacker/engine/DeploymentManagerProvider.scala
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Aug 26, 2024
designer/server/src/main/scala/pl/touk/nussknacker/ui/server/AkkaHttpBasedRouteProvider.scala
Outdated
Show resolved
Hide resolved
arkadius
reviewed
Aug 26, 2024
...ver/src/main/scala/pl/touk/nussknacker/ui/definition/ScenarioPropertiesConfigFinalizer.scala
Outdated
Show resolved
Hide resolved
gskrobisz
force-pushed
the
Add_properties_url
branch
from
August 31, 2024 07:57
5be7efe
to
8c33aa8
Compare
arkadius
reviewed
Sep 2, 2024
designer/server/src/main/scala/pl/touk/nussknacker/ui/definition/DefinitionsService.scala
Outdated
Show resolved
Hide resolved
engine/flink/management/dev-model/src/main/resources/defaultModelConfig.conf
Outdated
Show resolved
Hide resolved
designer/server/src/main/scala/pl/touk/nussknacker/ui/definition/DefinitionsService.scala
Outdated
Show resolved
Hide resolved
…ntManagerProvider) to DefinitionsService where UI config is being built.
Diamekod0221
force-pushed
the
Add_properties_url
branch
from
September 3, 2024 18:58
bdf3068
to
b9714ae
Compare
Diamekod0221
added a commit
that referenced
this pull request
Sep 3, 2024
* Added docsUrl to PropertiesConfig on BE, added docsUrl icon display in properties on FE Co-authored-by: Marcel Philipiak <[email protected]> Co-authored-by: gskrobisz <[email protected]>
Diamekod0221
added a commit
that referenced
this pull request
Sep 3, 2024
* Added docsUrl to PropertiesConfig on BE, added docsUrl icon display in properties on FE Co-authored-by: Marcel Philipiak <[email protected]> Co-authored-by: gskrobisz <[email protected]>
raphaelsolarski
pushed a commit
that referenced
this pull request
Sep 6, 2024
* Added docsUrl to PropertiesConfig on BE, added docsUrl icon display in properties on FE Co-authored-by: Marcel Philipiak <[email protected]> Co-authored-by: gskrobisz <[email protected]>
raphaelsolarski
pushed a commit
that referenced
this pull request
Sep 6, 2024
* Added docsUrl to PropertiesConfig on BE, added docsUrl icon display in properties on FE Co-authored-by: Marcel Philipiak <[email protected]> Co-authored-by: gskrobisz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
We want to make it possible to display a docsUrl with icon in scenario properties, based on processing type and configurable by model.conf
Checklist before merge