-
Notifications
You must be signed in to change notification settings - Fork 14
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
Return deleted data provider descriptor and related swagger doc updates #110
Return deleted data provider descriptor and related swagger doc updates #110
Conversation
5e2b429
to
802c3d7
Compare
@@ -1326,11 +1326,11 @@ public Response createDataProvider( | |||
@Tag(name = OCG) | |||
@Produces(MediaType.APPLICATION_JSON) | |||
@Operation(summary = "Delete a configuration instance of a given configuration type", responses = { | |||
@ApiResponse(responseCode = "200", description = "The derived data provider (and it's configuration) was successfully deleted", content = @Content(schema = @Schema(implementation = org.eclipse.tracecompass.incubator.internal.trace.server.jersey.rest.core.model.Configuration.class))), | |||
@ApiResponse(responseCode = "200", description = "Returns the deleted derived data provider descriptor. The derived data provider (and it's configuration) was successfully deleted.", content = @Content(schema = @Schema(implementation = DataProvider.class))), |
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.
its
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.
Done
@@ -1326,11 +1326,11 @@ public Response createDataProvider( | |||
@Tag(name = OCG) | |||
@Produces(MediaType.APPLICATION_JSON) | |||
@Operation(summary = "Delete a configuration instance of a given configuration type", responses = { |
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.
Delete a derived data provider.
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.
Done
@@ -1326,11 +1326,11 @@ public Response createDataProvider( | |||
@Tag(name = OCG) |
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.
At line 1314, replace 'from created by' with 'created from'?
Also check the param and return tags.
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.
Done
9591df9
to
bddb954
Compare
ed0df37
to
db5a4f3
Compare
Update swagger description for deletion and corresponding method name. Signed-off-by: Bernd Hufmann <[email protected]>
Update also method name of the provider creation operation. Signed-off-by: Bernd Hufmann <[email protected]>
db5a4f3
to
697c889
Compare
ddb176a
into
eclipse-tracecompass-incubator:master
Update swagger description for deletion and method name.
Update also method name.
Signed-off-by: Bernd Hufmann [email protected]