Optional Policy execution histories #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull policy exec histories, make execution history policy optional
Ideas:
Change parameters in pull_policy_exec_histories and history_logging from String to Some(String). If the String is None send policy names with policy:[] instead of including the names. This should technically work according to the API documentation.