|
1 | 1 | #### Community Contributions
|
2 | 2 |
|
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) |
22 | 22 |
|
23 | 23 | Thank you to all who took the time to contribute!
|
0 commit comments