Skip to content

#110 Cache & Node 4.2 #144

Merged
kyungmi merged 8 commits intowebida:masterfrom
gotchazipc:cache
Nov 19, 2015
Merged

#110 Cache & Node 4.2 #144
kyungmi merged 8 commits intowebida:masterfrom
gotchazipc:cache

Conversation

@gotchazipc
Copy link
Contributor

redis is coming... & we'll move on to node 4.2, as documented.

  • resolves Apply Redis #110
    • session will be changed to redis, also, after merging this PR

@kyungmi
Copy link
Contributor

kyungmi commented Nov 18, 2015

@gotchazipc A wrong commit(b080418) was mixed in this PR. Can you try to rebase your commits?

김중훈 and others added 8 commits November 19, 2015 00:48
 - introduced redis in package.json
 - refactoring in auth-manager.js
 - removed deprecated authMgr.verifyToken - replaced with ensureLogin
 - renamed verifySesssion to getUserInfoByToken
 - changed node-redis to ioredis (faster & more powerful)
 - sorted dependency list & pull '*' versioned packages
 - added cache-related configuration in default-conf.js
 - fixed some bugs in auth-manager.js
 - added simple test for cache.js
 - removed test/conf, replaced with symbolic link
 - fixed bugs of Cache constructor
 - fixed bugs in cache test
 - implemented token read/write logics
 - merged checkAuthorization & checkAuthorize
 - fixed some typos
 - many bugs are fixed
 - added some logs in userdb, acl-manager, fs-manager
 - fixed log timestamp format bug - hh --> HH
 - fixed default-conf.js sanity checker for right propery paths.
 - changed auth & common
 - we may need to change other modules, later
 - missed ',' after sorting dependencies. sorry.
@gotchazipc
Copy link
Contributor Author

sorry for jshint errors. we may fix the errors later, after merging.

kyungmi pushed a commit that referenced this pull request Nov 19, 2015
Changed function names look good:+1:
@kyungmi kyungmi merged commit f0c407d into webida:master Nov 19, 2015
@wcho
Copy link
Contributor

wcho commented Nov 19, 2015

Were there any problems fixing jshint error before merging?

@gotchazipc gotchazipc mentioned this pull request Nov 19, 2015
@kyungmi
Copy link
Contributor

kyungmi commented Nov 19, 2015

@wcho There were warnings related with ES6 from jshint checker. We are going to fix it with the jenkins server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply Redis

3 participants