-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously we were using controller's named_url endpoints to access job_templates. This url can lead to 404 error for job templates having selective characters even with correct escalating encoding. Switch back to old method by listing all job template and find the right job template by matching the name and organization. Add a filter query parameter to limit the size of returned list. Resolves AAP-11309: run_job_template fails at some special template names Temporarily remove isort from the pre-commit-config because the setting up itself keeps on failing and thus blocks the git commit
- Loading branch information
Showing
6 changed files
with
5,432 additions
and
111 deletions.
There are no files selected for viewing
This file contains 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 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 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.