Skip to content

Commit

Permalink
Merge pull request #76 from swapnilgm/azure-revendor
Browse files Browse the repository at this point in the history
Revendor azure SDk
  • Loading branch information
georgekuruvillak committed Dec 5, 2018
2 parents 1b25f0c + a3e612f commit 4706e5e
Show file tree
Hide file tree
Showing 216 changed files with 22,562 additions and 15,908 deletions.
136 changes: 82 additions & 54 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ required = ["github.com/coreos/bbolt"]
version = "0.0.1"

[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "14.6.0"
name = "github.com/Azure/azure-storage-blob-go"
version = "0.3.0"

[[constraint]]
name = "github.com/Azure/azure-pipeline-go"
version = "v0.1.8"

[[constraint]]
name = "cloud.google.com/go"
Expand Down
11 changes: 8 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,14 @@ Copyright (c) 2013-2014 Onsi Fakhouri.
MIT License (https://github.com/onsi/gomega/blob/master/LICENSE)

Microsoft Azure SDK for Go.
https://github.com/Azure/azure-sdk-for-go
Copyright 2014-2017 Microsoft
Apache 2 license (https://github.com/Azure/azure-sdk-for-go/blob/master/LICENSE)
https://github.com/Azure/azure-storage-blob-go
Copyright 2017 Microsoft
MIT License (https://github.com/Azure/azure-storage-blob-go/blob/master/LICENSE)

Microsoft Azure SDK for Go.
https://github.com/Azure/azure-pipeline-go
Copyright 2017 Microsoft
MIT License (https://github.com/Azure/azure-pipeline-go/blob/master/LICENSE)

Google Cloud Client Libraries for Go
https://github.com/GoogleCloudPlatform/google-cloud-go
Expand Down
3 changes: 0 additions & 3 deletions pkg/server/httpAPI.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ func (h *HTTPHandler) serveInitialize(rw http.ResponseWriter, req *http.Request)
defer h.initializationStatusMutex.Unlock()
if err != nil {
h.Logger.Errorf("Failed initialization: %v", err)
rw.WriteHeader(http.StatusInternalServerError)
h.initializationStatus = initializationStatusFailed
// Optional: Event if we send start signal it wi
// h.ReqCh <- HandlerSsrStart
return
}
h.Logger.Infof("Successfully initialized data directory \"%s\" for etcd.", h.EtcdInitializer.Validator.Config.DataDir)
Expand Down

0 comments on commit 4706e5e

Please sign in to comment.