lib/pact_broker/locale/en.yml in pact_broker-2.99.0 vs lib/pact_broker/locale/en.yml in pact_broker-2.100.0
- old
+ new
@@ -85,23 +85,26 @@
invalid_webhook_uuid: The UUID can only contain the characters A-Z, a-z, 0-9, _ and -, and must be 16 or more characters.
pacticipant_not_found: No pacticipant with name '%{name}' found
environment_name_must_be_unique: Another environment with name '%{name}' already exists.
cannot_specify_tag_and_environment: Cannot specify both a 'to' tag and an environment.
cannot_specify_latest_and_environment: Cannot specify both latest=true and an environment.
+ cannot_specify_more_than_one_destination_identifier: Cannot specify more than one of tag, environment and mainBranch.
environment_with_name_not_found: "Environment with name '%{name}' does not exist"
cannot_modify_version_branch: "The branch for a pacticipant version cannot be changed once set (currently '%{old_branch}', proposed value '%{new_branch}'). Your pact publication/verification publication configurations may be in conflict with each other if you are seeing this error. If the current branch value is incorrect, you must delete the pacticipant version resource at %{version_url} and publish the pacts/verification results again with a consistent branch name."
invalid_content_for_content_type: "The content could not be parsed as %{content_type}"
cannot_set_currently_deployed_true: The currentlyDeployed property cannot be set back to true. Please record a new deployment.
cannot_set_currently_supported_true: The currentlySupported property cannot be set back to true. Please record a new deployment.
invalid_limit: The limit must be 1 or greater.
duplicate_pacticipant: |
This is the first time a pact has been published for "%{new_name}".
- The name "%{new_name}" is very similar to the following existing consumers/providers:
+ The name "%{new_name}" is very similar to the following existing pacticipants:
%{existing_names}
If you meant to specify one of the above names, please correct the pact configuration, and re-publish the pact.
- If the pact is intended to be for a new consumer or provider, please manually create "%{new_name}" using the following command, and then re-publish the pact:
- $ curl -v -XPOST -H "Content-Type: application/json" -d "{\"name\": \"%{new_name}\"}" %{create_pacticipant_url}
- If the pact broker requires basic authentication, add '-u <username:password>' to the command.
+ If the pact is intended to be for a new consumer or provider, please manually create "%{new_name}" using the following command from the Pact Broker CLI, and then re-publish the pact:
+
+ pact-broker create-or-update-pacticipant --name "%{new_name}" --broker-base-url %{base_url}
+
+ For information on the Pact Broker CLI see https://docs.pact.io/go/pbc-cli
To disable this check, set `check_for_potential_duplicate_pacticipant_names` to false in the configuration.
new_line_in_url_path: URL path cannot contain a new line character.
tab_in_url_path: URL path cannot contain a tab character.
"400":