Skip to content

Commit

Permalink
Relocated repo to codedellemc
Browse files Browse the repository at this point in the history
This patch rewrites all of the "github.com/emccode" to
"github.com/codedellemc" in source files, documentation, and other
build-related content.
  • Loading branch information
akutz committed Oct 28, 2016
1 parent c25038d commit bdb914a
Show file tree
Hide file tree
Showing 143 changed files with 514 additions and 510 deletions.
52 changes: 26 additions & 26 deletions .docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Release early, release often
This is a minor update that includes support for ScaleIO 2.0.1.

### Enhancements
* Support for ScaleIO 2.0.1 ([#303](https://github.com/emccode/libstorage/issues/303))
* Support for ScaleIO 2.0.1 ([#303](https://github.com/codedellemc/libstorage/issues/303))

## Version 0.3.0 (2016/10/16)
This release introduces the Elastic Block Storage (EBS) driver, formerly known
as the EC2 driver in REX-Ray <=0.3.x.

### Enhancements
* Amazon Elastic Block Storage (EBS) Support ([#248](https://github.com/emccode/libstorage/issues/248), [#279](https://github.com/emccode/libstorage/issues/279))
* Build with Docker ([#274](https://github.com/emccode/libstorage/issues/274), [#281](https://github.com/emccode/libstorage/issues/281))
* Documentation updates ([#298](https://github.com/emccode/libstorage/issues/298))
* Amazon Elastic Block Storage (EBS) Support ([#248](https://github.com/codedellemc/libstorage/issues/248), [#279](https://github.com/codedellemc/libstorage/issues/279))
* Build with Docker ([#274](https://github.com/codedellemc/libstorage/issues/274), [#281](https://github.com/codedellemc/libstorage/issues/281))
* Documentation updates ([#298](https://github.com/codedellemc/libstorage/issues/298))

### Bug Fixes
* Volume Removal Instance ID Fix ([#292](https://github.com/emccode/libstorage/issues/292))
* Avoid Client Failure when Server Driver not Supported ([#296](https://github.com/emccode/libstorage/issues/296), [#297](https://github.com/emccode/libstorage/issues/297), [#299](https://github.com/emccode/libstorage/issues/299), [#300](https://github.com/emccode/libstorage/issues/300))
* Volume Removal Instance ID Fix ([#292](https://github.com/codedellemc/libstorage/issues/292))
* Avoid Client Failure when Server Driver not Supported ([#296](https://github.com/codedellemc/libstorage/issues/296), [#297](https://github.com/codedellemc/libstorage/issues/297), [#299](https://github.com/codedellemc/libstorage/issues/299), [#300](https://github.com/codedellemc/libstorage/issues/300))

### Thank You
Name | Blame
Expand All @@ -36,27 +36,27 @@ as improvements to the build process. For example, Travis-CI now builds
libStorage against multiple versions of Golang and both Linux and Darwin.

### Bug Fixes
* EFS Volume / Tag Creation Bug ([#261](https://github.com/emccode/libstorage/issues/261))
* Next Device Fix ([#268](https://github.com/emccode/libstorage/issues/268))
* EFS Volume / Tag Creation Bug ([#261](https://github.com/codedellemc/libstorage/issues/261))
* Next Device Fix ([#268](https://github.com/codedellemc/libstorage/issues/268))

### Enhancements
* Build Matrix Support ([#263](https://github.com/emccode/libstorage/issues/263))
* Glide 12 Support ([#265](https://github.com/emccode/libstorage/issues/265))
* Build Matrix Support ([#263](https://github.com/codedellemc/libstorage/issues/263))
* Glide 12 Support ([#265](https://github.com/codedellemc/libstorage/issues/265))

## Version 0.2.0 (2016/09/07)
Beginning with this release, libStorage's versions will increment the MINOR
component with the introduction of a new storage driver in concert with the
[guidelines](http://semver.org) set forth by semantic versioning.

### New Features
* Amazon Elastic File System (EFS) Support ([#231](https://github.com/emccode/libstorage/issues/231))
* Amazon Elastic File System (EFS) Support ([#231](https://github.com/codedellemc/libstorage/issues/231))

### Enhancements
* Support for Go 1.7 ([#251](https://github.com/emccode/libstorage/issues/251))
* Support for Go 1.7 ([#251](https://github.com/codedellemc/libstorage/issues/251))

### Bug Fixes
* Isilon Export Permissions ([#252](https://github.com/emccode/libstorage/issues/252), [#257](https://github.com/emccode/libstorage/issues/257))
* Isilon Volume Removal ([#253](https://github.com/emccode/libstorage/issues/253))
* Isilon Export Permissions ([#252](https://github.com/codedellemc/libstorage/issues/252), [#257](https://github.com/codedellemc/libstorage/issues/257))
* Isilon Volume Removal ([#253](https://github.com/codedellemc/libstorage/issues/253))

### Thank You
Name | Blame
Expand All @@ -73,34 +73,34 @@ that were taking minutes now take seconds or less. Memory consumption that
could exceed 50GB is now kept neat and tidy.

### Bug Fixes
* Task service memory fix ([#225](https://github.com/emccode/libstorage/issues/225))
* Context logger optimizations ([#224](https://github.com/emccode/libstorage/issues/224))
* Task service memory fix ([#225](https://github.com/codedellemc/libstorage/issues/225))
* Context logger optimizations ([#224](https://github.com/codedellemc/libstorage/issues/224))

### Enhancements
* Improved volume path caching ([#227](https://github.com/emccode/libstorage/issues/227))
* Make Gometalinter optional ([#223](https://github.com/emccode/libstorage/issues/223))
* Improved volume path caching ([#227](https://github.com/codedellemc/libstorage/issues/227))
* Make Gometalinter optional ([#223](https://github.com/codedellemc/libstorage/issues/223))


## Version 0.1.4 (2016/07/08)
This update provides a major performance improvement as well as a few other,
minor bug fixes and enhancements.

### Bug Fixes
* Performance degradation bug ([#218](https://github.com/emccode/libstorage/issues/218))
* Close bug in ScaleIO driver ([#213](https://github.com/emccode/libstorage/issues/213))
* Panic when checking attached instances with Isilon driver ([#211](https://github.com/emccode/libstorage/issues/211))
* Performance degradation bug ([#218](https://github.com/codedellemc/libstorage/issues/218))
* Close bug in ScaleIO driver ([#213](https://github.com/codedellemc/libstorage/issues/213))
* Panic when checking attached instances with Isilon driver ([#211](https://github.com/codedellemc/libstorage/issues/211))

### Enhancements
* Improved build process ([#220](https://github.com/emccode/libstorage/issues/220))
* Improved executor logging ([#217](https://github.com/emccode/libstorage/issues/217))
* Log timestamps in ms ([#219](https://github.com/emccode/libstorage/issues/219))
* Updated ScaleIO docs ([#214](https://github.com/emccode/libstorage/issues/214))
* Improved build process ([#220](https://github.com/codedellemc/libstorage/issues/220))
* Improved executor logging ([#217](https://github.com/codedellemc/libstorage/issues/217))
* Log timestamps in ms ([#219](https://github.com/codedellemc/libstorage/issues/219))
* Updated ScaleIO docs ([#214](https://github.com/codedellemc/libstorage/issues/214))

## Version 0.1.3 (2016/06/14)
This is a minor update to support the release of REX-Ray 0.4.0.

### Enhancements
* Marshal to YAML Enhancements ([#203](https://github.com/emccode/libstorage/issues/203))
* Marshal to YAML Enhancements ([#203](https://github.com/codedellemc/libstorage/issues/203))

## Version 0.1.2 (2016/06/13)
This release updates the default VirtualBox endpoint to `http://10.0.2.2:18083`.
Expand Down
54 changes: 27 additions & 27 deletions .docs/dev-guide/build-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Linux, but by default Clang is used on OS X and GCC on Linux.

## Cross-Compilation
This project's
[`Makefile`](https://github.com/emccode/libstorage/blob/master/Makefile)
[`Makefile`](https://github.com/codedellemc/libstorage/blob/master/Makefile)
is configured by default to cross-compile certain project components for both
Linux x86_64 and Darwin (OS X) x86_64. Therefore the build process will fail if
the local Go environment is not configured for cross-compilation. Please take a
Expand All @@ -50,7 +50,7 @@ can be achieved by executing `make` from the project's root directory.
```sh
$ make
make deps
make[1]: Entering directory './github.com/emccode/libstorage'
make[1]: Entering directory './github.com/codedellemc/libstorage'
glide up && touch glide.lock.d
[INFO] Downloading dependencies. Please wait...
[INFO] Fetching updates for github.com/Sirupsen/logrus.
Expand All @@ -59,17 +59,17 @@ glide up && touch glide.lock.d
[INFO] Fetching updates for github.com/akutz/gofig.
[INFO] Fetching updates for github.com/appropriate/go-virtualboxclient.
[INFO] Fetching updates for github.com/jteeuwen/go-bindata.
[INFO] Fetching updates for github.com/emccode/goisilon.
[INFO] Fetching updates for github.com/codedellemc/goisilon.
[INFO] Fetching updates for github.com/blang/semver.
[INFO] Fetching updates for github.com/cesanta/validate-json.
[INFO] Fetching updates for github.com/akutz/goof.
[INFO] Fetching updates for github.com/emccode/goscaleio.
[INFO] Fetching updates for github.com/codedellemc/goscaleio.
[INFO] Fetching updates for github.com/akutz/gotil.
[INFO] Setting version for github.com/Sirupsen/logrus to feature/logrus-aware-types.
[INFO] Setting version for github.com/blang/semver to v3.0.1.
[INFO] Setting version for github.com/jteeuwen/go-bindata to feature/md5checksum.
[INFO] Setting version for github.com/emccode/goscaleio to 53ea76f52205380ab52b9c1f4ad89321c286bb95.
[INFO] Setting version for github.com/emccode/goisilon to f9b53f0aaadb12a26b134830142fc537f492cb13.
[INFO] Setting version for github.com/codedellemc/goscaleio to 53ea76f52205380ab52b9c1f4ad89321c286bb95.
[INFO] Setting version for github.com/codedellemc/goisilon to f9b53f0aaadb12a26b134830142fc537f492cb13.
[INFO] Setting version for github.com/appropriate/go-virtualboxclient to e0978ab2ed407095400a69d5933958dd260058cd.
[INFO] Resolving imports
[INFO] Setting version for github.com/akutz/goof to master.
Expand Down Expand Up @@ -104,10 +104,10 @@ glide up && touch glide.lock.d
[INFO] Fetching updates for github.com/gorilla/context.
[INFO] Setting references for remaining imports
[INFO] Project relies on 32 dependencies.
go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
make[1]: Leaving directory './github.com/emccode/libstorage'
go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
make[1]: Leaving directory './github.com/codedellemc/libstorage'
make build
make[1]: Entering directory './github.com/emccode/libstorage'
make[1]: Entering directory './github.com/codedellemc/libstorage'
gcc -Wall -pedantic -std=c99 cli/semaphores/open.c -o cli/semaphores/open -lpthread
gcc -Wall -pedantic -std=c99 cli/semaphores/wait.c -o cli/semaphores/wait -lpthread
gcc -Wall -pedantic -std=c99 cli/semaphores/signal.c -o cli/semaphores/signal -lpthread
Expand All @@ -133,7 +133,7 @@ go install ./drivers/storage/vfs
go install ./drivers/storage/vfs/storage
go install ./imports/remote
env GOOS=linux GOARCH=amd64 make -j $GOPATH/bin/linux_amd64/lsx-linux
make[2]: Entering directory './github.com/emccode/libstorage'
make[2]: Entering directory './github.com/codedellemc/libstorage'
go install ./api/types
go install ./drivers/storage/isilon
go install ./api/context
Expand All @@ -147,7 +147,7 @@ go install ./drivers/storage/vfs/executor
go install ./imports/executors
go install ./cli/lsx
go install ./cli/lsx/lsx-linux
make[2]: Leaving directory './github.com/emccode/libstorage'
make[2]: Leaving directory './github.com/codedellemc/libstorage'
go install ./imports/config
go install ./drivers/storage/isilon/executor
go install ./drivers/storage/scaleio/executor
Expand All @@ -156,7 +156,7 @@ go install ./drivers/storage/vfs/executor
go install ./imports/executors
go install ./cli/lsx
go install ./cli/lsx/lsx-darwin
go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
$GOPATH/bin/go-bindata -md5checksum -pkg executors -prefix api/server/executors/bin -o api/server/executors/executors_generated.go api/server/executors/bin/...
go install ./api/server/executors
go install ./api/server/router/executor
Expand Down Expand Up @@ -184,30 +184,30 @@ go install ./cli/lss
go install ./cli/lss/lss-darwin
go install ./drivers/storage/vbox/client
make -j libstor-c libstor-s
make[2]: Entering directory './github.com/emccode/libstorage'
go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/libstor-c.so ./c/libstor-c
make[2]: Entering directory './github.com/codedellemc/libstorage'
go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/libstor-c.so ./c/libstor-c
go install ./drivers/storage/isilon/storage
go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/libstor-s.so ./c/libstor-s
gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/emccode/libstorage/c/libstor-c \
-I$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \
-L$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \
go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
go build -buildmode=c-shared -o $GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/libstor-s.so ./c/libstor-s
gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/codedellemc/libstorage/c/libstor-c \
-I$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \
-L$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \
-o $GOPATH/bin/libstor-c \
./c/libstor-c.c \
-lstor-c
gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/emccode/libstorage/c \
-I$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \
-L$GOPATH/pkg/darwin_amd64/github.com/emccode/libstorage/c/ \
gcc -Wall -pedantic -std=c99 -I$GOPATH/src/github.com/codedellemc/libstorage/c \
-I$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \
-L$GOPATH/pkg/darwin_amd64/github.com/codedellemc/libstorage/c/ \
-o $GOPATH/bin/libstor-s \
./c/libstor-s.c \
-lstor-s
make[2]: Leaving directory './github.com/emccode/libstorage'
make[2]: Leaving directory './github.com/codedellemc/libstorage'
make build-lss
make[2]: Entering directory './github.com/emccode/libstorage'
make[2]: Entering directory './github.com/codedellemc/libstorage'
go install ./drivers/storage/isilon/storage
go install github.com/emccode/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
make[2]: Leaving directory './github.com/emccode/libstorage'
make[1]: Leaving directory './github.com/emccode/libstorage'
go install github.com/codedellemc/libstorage/vendor/github.com/jteeuwen/go-bindata/go-bindata
make[2]: Leaving directory './github.com/codedellemc/libstorage'
make[1]: Leaving directory './github.com/codedellemc/libstorage'
```

## Version File
Expand Down
6 changes: 3 additions & 3 deletions .docs/dev-guide/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ or `stable` release.

## Review Issues & Pull Requests
The first step to a release is to review the outstanding
[issues](https://github.com/emccode/libstorage/issues) and
[pull requests](https://github.com/emccode/libstorage/pulls) that are tagged
[issues](https://github.com/codedellemc/libstorage/issues) and
[pull requests](https://github.com/codedellemc/libstorage/pulls) that are tagged
for the release in question.

If there are outstanding issues requiring changes or pending pull requests to
Expand Down Expand Up @@ -117,7 +117,7 @@ Release Type | Tag Format | Example
### Tag Methods
There are two ways to tag a release:

1. [GitHub Releases](https://github.com/emccode/libstorage/releases/new)
1. [GitHub Releases](https://github.com/codedellemc/libstorage/releases/new)
2. Command Line

### Command Line
Expand Down
2 changes: 1 addition & 1 deletion .docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Using libStorage can be broken down into several, distinct steps:
## Getting Help
To get help with libStorage, please use the
[discussion group](https://groups.google.com/forum/#!forum/emccode-users),
[GitHub issues](https://github.com/emccode/libstorage/issues), or tagging
[GitHub issues](https://github.com/codedellemc/libstorage/issues), or tagging
questions with **EMC** at [StackOverflow](https://stackoverflow.com).

The code and documentation are released with no warranties or SLAs and are
Expand Down
2 changes: 1 addition & 1 deletion .docs/user-guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ be configured.

### Embedded Configuration
If `libStorage` is embedded into another application, such as
[`REX-Ray`](https://github.com/emccode/rexray), then that application may
[`REX-Ray`](https://github.com/codedellemc/rexray), then that application may
manage its own configuration and supply the embedded `libStorage` instance
directly with a configuration object. In this scenario, the `libStorage`
configuration files are ignored in deference to the embedding application.
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.*-e
.*-e
*-e
/lsx-*
/lss-*
*.a
Expand Down
Loading

0 comments on commit bdb914a

Please sign in to comment.