diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9c33e716..4ef4a998 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.0.0 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/.env.enc b/.env.enc deleted file mode 100644 index c8faa580..00000000 Binary files a/.env.enc and /dev/null differ diff --git a/.ghostenv.enc b/.ghostenv.enc deleted file mode 100644 index 0726b7c3..00000000 Binary files a/.ghostenv.enc and /dev/null differ diff --git a/.gitignore b/.gitignore index e321ff94..5cc5d9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .DS_Store -.env +*.env # ignore vendor/ vendor/ diff --git a/.iam_access_groups_env.enc b/.iam_access_groups_env.enc deleted file mode 100644 index 2c675ea6..00000000 Binary files a/.iam_access_groups_env.enc and /dev/null differ diff --git a/.travis.yml b/.travis.yml index e6509b8c..248f0f01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,28 +18,27 @@ before_install: - nvm install 12 - npm install -g npm@6.x -install: -- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0 - -before_script: +before_install: - openssl aes-256-cbc -K "$ghost_key" -iv "$ghost_iv" -in .ghostenv.enc -out .ghostenv -d || true - openssl aes-256-cbc -K $encrypted_3b05ea0a069c_key -iv $encrypted_3b05ea0a069c_iv -in .iam_access_groups_env.enc -out .iam_access_groups_env -d || true +install: +- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0 + script: -- go test `go list ./... | grep -v Samples` - go test `go list ./... | grep -v Samples` -tags=integration - golangci-lint run -before_deploy: -- pip install --user bump2version -- npm install @semantic-release/changelog -- npm install @semantic-release/exec -- npm install @semantic-release/git -- npm install @semantic-release/github - -deploy: - - provider: script - script: npx semantic-release - skip_cleanup: true - on: - branch: master +# before_deploy: +# - pip install --user bump2version +# - npm install @semantic-release/changelog +# - npm install @semantic-release/exec +# - npm install @semantic-release/git +# - npm install @semantic-release/github +# +# deploy: +# - provider: script +# script: npx semantic-release +# skip_cleanup: true +# on: +# branch: master diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f1f03e36..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,41 +0,0 @@ -# [0.4.0](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.3.0...v0.4.0) (2020-03-24) - - -### Features - -* **Case Management:** add initial case-mgmt generated service ([a41ac9f](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/a41ac9fa7f08f4954ab9acd26bf9b2b4a32ccabe)) - -# [0.3.0](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.2.0...v0.3.0) (2020-03-23) - - -### Features - -* **IAM Access Groups:** re-gen service with new API definition ([8177185](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/81771855733a2d82874b83ae80ec15b03db2f410)) - -# [0.2.0](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.1.1...v0.2.0) (2020-03-20) - - -### Features - -* **IAM Policy Management:** regen service with latest API definition ([3b3c9f2](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/3b3c9f20cbfad74ce4aa0f58b64182680f852f40)) - -## [0.1.1](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.1.0...v0.1.1) (2020-03-16) - - -### Bug Fixes - -* remove analytics header (no longer needed) ([40803c4](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/40803c49d1ca33b95769a800b37dd54c0aabe046)) - -# [0.1.0](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.0.2...v0.1.0) (2020-03-09) - - -### Features - -* add sdk analytics header ([#19](https://github.ibm.com/ibmcloud/platform-services-go-sdk/issues/19)) ([da5290c](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/da5290cc8b37da6abd5936b8d3a06e9efddce146)) - -## [0.0.2](https://github.ibm.com/ibmcloud/platform-services-go-sdk/compare/v0.0.1...v0.0.2) (2020-03-09) - - -### Bug Fixes - -* **docs:** update CONTRIBUTING.md with commit message requirements ([8872750](https://github.ibm.com/ibmcloud/platform-services-go-sdk/commit/88727506cb9ce6db237336bc8a52c9d2db7e077a)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68fe907c..3aa52eeb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ # Questions -If you are having problems using the APIs or have a question about IBM Cloud services, please ask a question on -[dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=ibm-cloud) -or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud). +If you are having problems using the APIs or have a question about IBM Cloud services, +please ask a question at +[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud). # Issues If you encounter an issue with the project, you are welcome to submit a -[bug report](https://github.ibm.com/ibmcloud/platform-services-go-sdk/issues). +[bug report](https://github.com/IBM/platform-services-go-sdk/issues). Before that, please search for similar issues. It's possible that someone has already reported the problem. # General Information diff --git a/README.md b/README.md index c3957bcd..064e0d8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# IBM Cloud Platform Services Go SDK Version 0.4.0 -[![Build Status](https://travis.ibm.com/ibmcloud/platform-services-go-sdk.svg?token=eW5FVD71iyte6tTby8gr&branch=master)](https://travis.ibm.com/ibmcloud/platform-services-go-sdk) + + +# IBM Cloud Platform Services Go SDK Version 0.0.0 -Go client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/apidocs?category=platform_services). +Go client library to interact with various +[IBM Cloud Platform Service APIs](https://cloud.ibm.com/apidocs?category=platform_services). ## Table of Contents