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

✨ [Job] Added 'description' to JobStepDefinition.jobStepProperty #4132

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

Coduz
Copy link
Contributor

@Coduz Coduz commented Nov 12, 2024

This PR adds a new description attribute to JobStepProperty that contains info about the JobStepProperty

Related Issue
None

Description of the solution adopted
Added the new field and modified available JobStepDefinition.

View in the Console GWT:

Screenshot 2024-11-12 at 11 08 06

Any side note on the changes made
None

…efinition of TimeoutJobStepPropertyRecord in each JobStepDefinition

Signed-off-by: Alberto Codutti <[email protected]>
@Coduz Coduz added the Enhancement This PR/Issue improves an part of Kapua label Nov 12, 2024
@Coduz Coduz force-pushed the feat-job_step_property_description branch from 2ffd294 to ff60314 Compare November 12, 2024 10:09
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 16.80%. Comparing base (840c13a) to head (da50a6d).

Files with missing lines Patch % Lines
...ice/job/step/definition/JobStepPropertyRecord.java 0.00% 6 Missing ⚠️
.../step/definition/internal/JobStepPropertyImpl.java 0.00% 4 Missing ⚠️
...evice/management/TimeoutJobStepPropertyRecord.java 0.00% 3 Missing ⚠️
.../definition/internal/JobStepDefinitionAligner.java 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4132      +/-   ##
=============================================
- Coverage      16.80%   16.80%   -0.01%     
  Complexity        22       22              
=============================================
  Files           2021     2022       +1     
  Lines          52471    52476       +5     
  Branches        4426     4426              
=============================================
  Hits            8820     8820              
- Misses         43253    43258       +5     
  Partials         398      398              
Files with missing lines Coverage Δ
.../definition/DeviceAssetWriteJobStepDefinition.java 0.00% <ø> (ø)
...definition/DeviceBundleStartJobStepDefinition.java 0.00% <ø> (ø)
.../definition/DeviceBundleStopJobStepDefinition.java 0.00% <ø> (ø)
...definition/DeviceCommandExecJobStepDefinition.java 0.00% <ø> (ø)
...ition/DeviceConfigurationPutJobStepDefinition.java 0.00% <ø> (ø)
...iceKeystoreCertificateCreateJobStepDefinition.java 0.00% <ø> (ø)
...ion/DeviceKeystoreItemDeleteJobStepDefinition.java 0.00% <ø> (ø)
.../DeviceKeystoreKeypairCreateJobStepDefinition.java 0.00% <ø> (ø)
...nition/DevicePackageDownloadJobStepDefinition.java 0.00% <ø> (ø)
...ition/DevicePackageUninstallJobStepDefinition.java 0.00% <ø> (ø)
... and 4 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua
Projects
Status: In Progress
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant