From 6ffc8fcd8d4b09817fb9e1bcdf09c4d6b4840779 Mon Sep 17 00:00:00 2001 From: Ed Tan Date: Sat, 6 Oct 2018 11:45:56 -0400 Subject: [PATCH] Rename bitbucket to bitbucketcloud --- Documentation/connectors/{bitbucket.md => bitbucketcloud.md} | 4 ++-- .../bitbucket.go => bitbucketcloud/bitbucketcloud.go} | 0 .../bitbucketcloud_test.go} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/connectors/{bitbucket.md => bitbucketcloud.md} (97%) rename connector/{bitbucket/bitbucket.go => bitbucketcloud/bitbucketcloud.go} (100%) rename connector/{bitbucket/bitbucket_test.go => bitbucketcloud/bitbucketcloud_test.go} (100%) diff --git a/Documentation/connectors/bitbucket.md b/Documentation/connectors/bitbucketcloud.md similarity index 97% rename from Documentation/connectors/bitbucket.md rename to Documentation/connectors/bitbucketcloud.md index 71754bee..fbf8a589 100644 --- a/Documentation/connectors/bitbucket.md +++ b/Documentation/connectors/bitbucketcloud.md @@ -16,9 +16,9 @@ The following is an example of a configuration for `examples/config-dev.yaml`: connectors: - type: bitbucket-cloud # Required field for connector id. - id: bitbucket + id: bitbucket-cloud # Required field for connector name. - name: Bitbucket + name: Bitbucket Cloud config: # Credentials can be string literals or pulled from the environment. clientID: $BITBUCKET_CLIENT_ID diff --git a/connector/bitbucket/bitbucket.go b/connector/bitbucketcloud/bitbucketcloud.go similarity index 100% rename from connector/bitbucket/bitbucket.go rename to connector/bitbucketcloud/bitbucketcloud.go diff --git a/connector/bitbucket/bitbucket_test.go b/connector/bitbucketcloud/bitbucketcloud_test.go similarity index 100% rename from connector/bitbucket/bitbucket_test.go rename to connector/bitbucketcloud/bitbucketcloud_test.go