Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

feat(stepsService): updateStep can receive parameters values #1978

Merged
merged 1 commit into from
Jun 16, 2023
Merged

feat(stepsService): updateStep can receive parameters values #1978

merged 1 commit into from
Jun 16, 2023

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jun 16, 2023

Context

Currently, we have two methods for the step extensions to update a step. One for updating the step and another one to update the step and its parameters.

Changes

Allow the consumer of the updateStep API to update also the parameters values.

Notes

This is needed for the Rest DSL step extension

@lordrip lordrip requested a review from a team June 16, 2023 11:39
@sonarcloud
Copy link

sonarcloud bot commented Jun 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #1978 (ab2fe44) into main (0c1d880) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1978      +/-   ##
==========================================
+ Coverage   60.72%   60.80%   +0.07%     
==========================================
  Files          78       78              
  Lines        2546     2546              
  Branches      576      577       +1     
==========================================
+ Hits         1546     1548       +2     
+ Misses        956      954       -2     
  Partials       44       44              
Impacted Files Coverage Δ
src/services/stepsService.ts 71.92% <100.00%> (+0.87%) ⬆️

@lordrip lordrip merged commit 1140102 into KaotoIO:main Jun 16, 2023
@lordrip lordrip deleted the feat/updatestep-api branch July 10, 2023 11:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants