Closed corneil closed 1 month ago
Hmm... Looks like the build failed with the following test failure: RootControllerTests.rootControllerResponse:71
When I tested the PR with the following URL
http://localhost:9393/tasks/thinexecutions?name=nope
I expected no results, but all task executions were returned.
Added test for name=nope
resulting in empty page.
Thank you for verifying. I pulled down the latest and rebuilt the project and now seeing something a different, investigating.
Looks like we picked up a CI test failure.
Change TaskTemplate to use task/thinexecutions instead of task/executions.
Add task thin executions by name. Update api-guide.adoc with links to generated documentation. Modify TaskCommands to use thin executions since it provides the data required. Removed duplicate entries from api docs.
Fixes #5991 Fixes #5973