Skip to content

Commit e92e68b

Browse files
author
Aaron Chambers
committed
Merge pull request #30 from achambers/update-url
Update repo url
2 parents ccf4e3c + ca0add8 commit e92e68b

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
#### Community Contributions
22

3-
- [#1](https://github.com/zapnito/ember-cli-deploy-redis/pull/1) Deploy to Redis [@achambers](https://github.com/achambers)
4-
- [#2](https://github.com/zapnito/ember-cli-deploy-redis/pull/2) Now we're using user defined config over context [@achambers](https://github.com/achambers)
5-
- [#3](https://github.com/zapnito/ember-cli-deploy-redis/pull/3) Allow configuration of redis using a url property instead of host/port/etc [@lukemelia](https://github.com/lukemelia)
6-
- [#4](https://github.com/zapnito/ember-cli-deploy-redis/pull/4) Update description and repo in package.json [@lukemelia](https://github.com/lukemelia)
7-
- [#5](https://github.com/zapnito/ember-cli-deploy-redis/pull/5) Allow keyPrefix to be configurable. Defaults to "[project name]:index" [@lukemelia](https://github.com/lukemelia)
8-
- [#6](https://github.com/zapnito/ember-cli-deploy-redis/pull/6) Use new `configure` hook instead of `willDeploy` [@achambers](https://github.com/achambers)
9-
- [#8](https://github.com/zapnito/ember-cli-deploy-redis/pull/8) Implement `activate` hook [@achambers](https://github.com/achambers)
10-
- [#9](https://github.com/zapnito/ember-cli-deploy-redis/pull/9) Added didDeploy hook [@lukemelia](https://github.com/lukemelia)
11-
- [#11](https://github.com/zapnito/ember-cli-deploy-redis/pull/11) Plugin base class restructure [@achambers](https://github.com/achambers)
12-
- [#12](https://github.com/zapnito/ember-cli-deploy-redis/pull/12) Make filePattern relative to context.distDir [@achambers](https://github.com/achambers)
13-
- [#13](https://github.com/zapnito/ember-cli-deploy-redis/pull/13) Fixed a bug in activate hook logging [@lukemelia](https://github.com/lukemelia)
14-
- [#14](https://github.com/zapnito/ember-cli-deploy-redis/pull/14) Update README for v0.5.0 [@achambers](https://github.com/achambers)
15-
- [#15](https://github.com/zapnito/ember-cli-deploy-redis/pull/15) Make filePattern config relative to distDir [@achambers](https://github.com/achambers)
16-
- [#16](https://github.com/zapnito/ember-cli-deploy-redis/pull/16) Update ember-cli-deploy-plugin version for bugfix. [@lukemelia](https://github.com/lukemelia)
17-
- [#17](https://github.com/zapnito/ember-cli-deploy-redis/pull/17) Update for ember-cli-deploy CLI changes [@lukemelia](https://github.com/lukemelia)
18-
- [#18](https://github.com/zapnito/ember-cli-deploy-redis/pull/18) Read config from configured name path instead of static 'redis' key [@dschmidt](https://github.com/dschmidt)
19-
- [#19](https://github.com/zapnito/ember-cli-deploy-redis/pull/19) Pass through database number [@dschmidt](https://github.com/dschmidt)
20-
- [#21](https://github.com/zapnito/ember-cli-deploy-redis/pull/21) Very small typo [@zapnito](https://github.com/zapnito)
21-
- [#22](https://github.com/zapnito/ember-cli-deploy-redis/pull/22) Fixed typo [@zapnito](https://github.com/zapnito)
3+
- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/1) Deploy to Redis [@achambers](https://github.com/achambers)
4+
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/2) Now we're using user defined config over context [@achambers](https://github.com/achambers)
5+
- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/3) Allow configuration of redis using a url property instead of host/port/etc [@lukemelia](https://github.com/lukemelia)
6+
- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/4) Update description and repo in package.json [@lukemelia](https://github.com/lukemelia)
7+
- [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/5) Allow keyPrefix to be configurable. Defaults to "[project name]:index" [@lukemelia](https://github.com/lukemelia)
8+
- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/6) Use new `configure` hook instead of `willDeploy` [@achambers](https://github.com/achambers)
9+
- [#8](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/8) Implement `activate` hook [@achambers](https://github.com/achambers)
10+
- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/9) Added didDeploy hook [@lukemelia](https://github.com/lukemelia)
11+
- [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/11) Plugin base class restructure [@achambers](https://github.com/achambers)
12+
- [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/12) Make filePattern relative to context.distDir [@achambers](https://github.com/achambers)
13+
- [#13](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/13) Fixed a bug in activate hook logging [@lukemelia](https://github.com/lukemelia)
14+
- [#14](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/14) Update README for v0.5.0 [@achambers](https://github.com/achambers)
15+
- [#15](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/15) Make filePattern config relative to distDir [@achambers](https://github.com/achambers)
16+
- [#16](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/16) Update ember-cli-deploy-plugin version for bugfix. [@lukemelia](https://github.com/lukemelia)
17+
- [#17](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/17) Update for ember-cli-deploy CLI changes [@lukemelia](https://github.com/lukemelia)
18+
- [#18](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/18) Read config from configured name path instead of static 'redis' key [@dschmidt](https://github.com/dschmidt)
19+
- [#19](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/19) Pass through database number [@dschmidt](https://github.com/dschmidt)
20+
- [#21](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/21) Very small typo [@zapnito](https://github.com/zapnito)
21+
- [#22](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/22) Fixed typo [@zapnito](https://github.com/zapnito)
2222

2323
Thank you to all who took the time to contribute!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ The following properties are expected to be present on the deployment `context`
224224
[1]: https://github.com/lukemelia/ember-cli-deploy-lightning-pack "ember-cli-deploy-lightning-pack"
225225
[2]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
226226
[3]: https://www.npmjs.com/package/redis "Redis Client"
227-
[4]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
227+
[4]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
228228
[5]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"
229-
[6]: https://github.com/zapnito/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"
229+
[6]: https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"

bin/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var github = new GitHubApi({version: '3.0.0'});
2020
var compareCommits = Promise.denodeify(github.repos.compareCommits);
2121
var currentVersion = 'v' + require('../package').version;
2222

23-
var user = 'zapnito';
23+
var user = 'ember-cli-deploy';
2424
var repo = 'ember-cli-deploy-redis';
2525

2626
compareCommits({

0 commit comments

Comments
 (0)