This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 590
Add task thin executions by name and fix missing docs. #5994
Merged
corneil
merged 7 commits into
spring-attic:main
from
corneil:corneil/task-thin-exec-by-name
Oct 24, 2024
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c27561d
Change TaskTemplate to use task/thinexecutions instead of task/execut…
d52ec6c
Fix root controller expected response with thinexecutions/name.
65b6b28
Add rest docs generation with full profile to CI PR.
93c62fa
Added a test for invalid name returning empty page on thinexecutions.
4fd8d08
Updated thin taskexecutions by name to return 404 when definition is …
8d1558f
Fix test with added definition for covering all tasks/executions and …
1e992ec
Revert CI-PR.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2067,6 +2067,85 @@ include::{snippets}/task-executions-documentation/list-task-executions-by-name/c | |
include::{snippets}/task-executions-documentation/list-task-executions-by-name/http-response.adoc[] | ||
|
||
|
||
[[api-guide-resources-task-thin-executions-list]] | ||
==== List All Task Thin Executions | ||
|
||
The task executions endpoint lets you list all task executions with only top-level data. | ||
The following topics provide more details: | ||
|
||
* <<api-guide-resources-task-thin-executions-list-request-structure>> | ||
* <<api-guide-resources-task-thin-executions-list-request-parameters>> | ||
* <<api-guide-resources-task-thin-executions-list-example-request>> | ||
* <<api-guide-resources-task-thin-executions-list-response-structure>> | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-request-structure]] | ||
===== Request Structure | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions/http-request.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-request-parameters]] | ||
===== Request Parameters | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions/request-parameters.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-example-request]] | ||
===== Example Request | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions/curl-request.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-response-structure]] | ||
===== Response Structure | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions/http-response.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-by-name]] | ||
==== List All Task Thin Executions With a Specified Task Name | ||
|
||
The task thin executions endpoint lets you list task executions with a specified task name. | ||
The following topics provide more details: | ||
|
||
* <<api-guide-resources-task-thin-executions-list-by-name-request-structure>> | ||
* <<api-guide-resources-task-thin-executions-list-by-name-request-parameters>> | ||
* <<api-guide-resources-task-thin-executions-list-by-name-example-request>> | ||
* <<api-guide-resources-task-thin-executions-list-by-name-response-structure>> | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-by-name-request-structure]] | ||
===== Request Structure | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions-by-name/http-request.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-by-name-request-parameters]] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you verify that the request parameters are being generated properly. I'm seeing,
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Found the issue that caused this. Created #6008 to record it. I'll fix all of them. |
||
===== Request Parameters | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions-by-name/request-parameters.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-by-name-example-request]] | ||
===== Example Request | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions-by-name/curl-request.adoc[] | ||
|
||
|
||
|
||
[[api-guide-resources-task-thin-executions-list-by-name-response-structure]] | ||
===== Response Structure | ||
|
||
include::{snippets}/task-executions-documentation/list-task-thin-executions-by-name/http-response.adoc[] | ||
|
||
[[api-guide-resources-task-executions-detail]] | ||
==== Task Execution Detail | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Do we want to generate full docs on a PR build?
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.
We want to catch errors in a PR.
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.
Probably want to put this in another PR, since it relates to a process change.