Skip to content

Commit 62a6298

Browse files
committed
Merge branch 'master' of github.com:nikz/ember-cli-deploy-redis
2 parents 83de031 + e92e68b commit 62a6298

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
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
@@ -272,6 +272,6 @@ your Redis host as the destination host, like so:
272272
[1]: https://github.com/lukemelia/ember-cli-deploy-lightning-pack "ember-cli-deploy-lightning-pack"
273273
[2]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
274274
[3]: https://www.npmjs.com/package/redis "Redis Client"
275-
[4]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
275+
[4]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
276276
[5]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"
277-
[6]: https://github.com/zapnito/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"
277+
[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({

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"build": "ember build",
1212
"test": "node tests/runner.js"
1313
},
14-
"repository": "https://github.com/zapnito/ember-cli-deploy-redis",
14+
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
1515
"engines": {
1616
"node": ">= 0.10.0"
1717
},
18-
"author": "",
18+
"author": "Aaron Chambers and the ember-cli-deploy team",
1919
"license": "MIT",
2020
"devDependencies": {
2121
"broccoli-asset-rev": "^2.0.2",

0 commit comments

Comments
 (0)