-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update the describe routes code and all routes spec (#647)
- Loading branch information
Showing
5 changed files
with
89 additions
and
160 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,20 @@ | ||
# Need to change this to use the path because there are resources with the same resource_name (pact_publications, verification_results and verification_result) | ||
requests_which_are_exected_to_have_no_policy_record: | ||
- publish_contracts POST | ||
requests_which_are_exected_to_have_no_policy_record_or_pacticipant: | ||
- index GET | ||
- can_i_deploy GET | ||
- dashboard GET | ||
- integration_dashboard GET | ||
- environments GET | ||
- environments POST | ||
- environment GET | ||
- environment PUT | ||
- environment DELETE | ||
- group GET | ||
- integrations GET | ||
- integrations DELETE | ||
- integration DELETE | ||
- matrix GET | ||
- matrix_consumer_provider GET | ||
- matrix_tag_badge GET | ||
- metrics GET | ||
- latest_pact_publications GET | ||
- pact_publication GET | ||
- pact_publication PUT | ||
- pact_publication DELETE | ||
- pact_publication PATCH | ||
- pacticipants GET | ||
- pacticipants POST | ||
- pacticipant GET | ||
- pacticipant PUT | ||
- pacticipant PATCH | ||
- pacticipant DELETE | ||
- can_i_deploy_latest_branch_version_to_environment GET | ||
- can_i_deploy_latest_branch_version_to_environment_badge GET | ||
- branch GET | ||
- branch DELETE | ||
- branch_version GET | ||
- branch_version PUT | ||
- branch_version DELETE | ||
- pacticipant_label GET | ||
- pacticipant_label PUT | ||
- pacticipant_label DELETE | ||
- latest_pacticipant_version GET | ||
- latest_tagged_pacticipant_version GET | ||
- can_i_deploy_latest_tagged_version_to_tag GET | ||
- can_i_deploy_latest_tagged_version_to_tag_badge GET | ||
- pacticipant_versions GET | ||
- pacticipant_version GET | ||
- pacticipant_version PUT | ||
- pacticipant_version PATCH | ||
- pacticipant_version DELETE | ||
- pacticipant_version_tag GET | ||
- pacticipant_version_tag PUT | ||
- pacticipant_version_tag DELETE | ||
- pacticipant_branch_versions GET | ||
- pacticipants_for_label GET | ||
- latest_pacts GET | ||
- provider_pact_publications GET | ||
- pact_publications_for_branch DELETE | ||
- latest_pact_publication GET | ||
- latest_untagged_pact_publication GET | ||
- latest_untagged_pact_badge GET | ||
- latest_pact_publication_for_branch GET | ||
- latest_tagged_pact_publication GET | ||
- latest_tagged_pact_badge GET | ||
- latest_verification_results_for_latest_tagged_pact_publication GET | ||
- latest_verification_results_for_latest_tagged_pact_publication DELETE | ||
- latest_pact_badge GET | ||
- latest_verification_results_for_latest_pact_publication GET | ||
- latest_verification_results_for_latest_pact_publication DELETE | ||
- pact_publication GET | ||
- pact_version_diff_by_pact_version_sha GET | ||
- pact_publication GET | ||
- verification_results POST | ||
- verification_result GET | ||
- verification_result DELETE | ||
- verification_results POST | ||
- verification_result GET | ||
- verification_result DELETE | ||
- latest_verification_results_for_pact_version GET | ||
- latest_verification_results_for_pact_version DELETE | ||
- tagged_pact_publications GET | ||
- tagged_pact_publications DELETE | ||
- pact_publication GET | ||
- pact_publication PUT | ||
- pact_publication DELETE | ||
- pact_publication PATCH | ||
- previous_distinct_pact_version_diff GET | ||
- pact_version_diff_by_consumer_version GET | ||
- previous_distinct_pact_version GET | ||
- latest_verification_results_for_pact_publication GET | ||
- latest_verification_results_for_pact_publication DELETE | ||
- pact_publications GET | ||
- pact_publications DELETE | ||
- pact_publication GET | ||
- pact_publication PUT | ||
- pact_publication DELETE | ||
- pact_publication PATCH | ||
- pact_webhooks POST | ||
- pact_webhooks GET | ||
- pact_webhooks_status GET | ||
- pacts_for_verification GET | ||
- pacts_for_verification POST | ||
- latest_provider_pact_publications GET | ||
- latest_tagged_provider_pact_publications GET | ||
- tagged_provider_pact_publications GET | ||
- relationships GET | ||
- error_test GET | ||
- error_test POST | ||
- verification_results_for_consumer_version GET | ||
- webhooks GET | ||
- consumer_webhooks GET | ||
- provider_webhooks GET | ||
- pacticipant_branches GET | ||
- pacticipant_webhooks GET |
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