tw0517tw
a23d26a617
add quote to exec paths, prevent error when spaces in path
2016-04-11 22:21:34 +08:00
Zhu Liang
910b5d77a6
fixed version notation
2016-04-11 22:19:49 +08:00
Naoyuki Kanezawa
438ad63cdf
Merge pull request #2420 from revington/test-node-v5-stable
...
[Travis] Add Node 5.x (Stable) to the test matrix
2016-04-11 23:09:41 +09:00
Naoyuki Kanezawa
7e9a67d8ee
Merge pull request #2415 from nus-fboa2016-si/documentation
...
Documentation
2016-04-11 23:05:33 +09:00
Naoyuki Kanezawa
0ae070885d
Merge pull request #2477 from callahad/chat-layout-fix
...
Fix chat display in Firefox
2016-04-11 23:00:07 +09:00
Naoyuki Kanezawa
36d99d8d84
Merge pull request #2492 from westy92/master
...
Update package.json
2016-04-11 22:20:46 +09:00
nkzawa
0e63b0910e
ignore dist for now
2016-04-11 22:11:19 +09:00
Guillermo Rauch
3c7350fa58
Merge pull request #2509 from tw0517tw/patch-1
...
stop prepend /# before id when no namespace
2016-04-10 11:24:42 -07:00
Guillermo Rauch
aadd5da655
Merge pull request #2496 from nus-fboa2016-si/compat-test
...
Added test for compat version transformed by babel
2016-04-02 18:31:30 -07:00
吳東曄 Wu, Dung-Ie
6d4128750b
stop append /# before id when no namespace
2016-04-02 01:55:53 +08:00
Zhu Liang
6edcd1c6ba
styling fixes
2016-03-31 12:55:42 +08:00
Zhu Liang
6b2394e612
disable loading lib by default to avoid syntax error due to lib containing new es6 syntax
2016-03-31 03:54:32 +08:00
Zhu Liang
677af3fa11
changed env var name, added testing documentation to readme
2016-03-21 13:11:03 +08:00
Zhu Liang
a1ff739b36
babel transpile before test, print error
2016-03-19 20:19:08 +08:00
Zhu Liang
de5b588e17
explicit distinction between current and compat in test so we can serve either compat or current as default
2016-03-19 20:13:57 +08:00
Zhu Liang
5a20c1195b
set env vars in travis
2016-03-19 19:49:41 +08:00
Zhu Liang
5253bc400b
use multiple npm scripts
2016-03-19 19:41:14 +08:00
Zhu Liang
1245a5639e
added compat test
2016-03-19 19:21:54 +08:00
Zhu Liang
88161539a1
implement compat test using env variable
2016-03-17 13:42:29 +08:00
Zhu Liang
d99d4d15ae
add compat test for babel-transformed codes
2016-03-17 13:11:20 +08:00
Seth Westphal
06ecfe5444
Explicit local gulp is unnecesary
2016-03-16 13:01:49 -05:00
Seth Westphal
e90b4eba1e
Update repository URL
2016-03-16 12:58:59 -05:00
Guillermo Rauch
c7de1a1adf
Merge pull request #2471 from nus-fboa2016-si/gulp-rebased
...
Add gulp and babel
2016-03-12 20:04:48 -08:00
Dan Callahan
7bae6ac636
Fix chat display in Firefox
2016-03-08 19:50:55 -06:00
Diga Widyaprana
355b5156fe
Remove node 0.8 from travis
2016-03-09 09:36:51 +08:00
Diga Widyaprana
3e168ee0b8
Redirect make tasks to gulp
2016-03-06 11:40:57 +08:00
Diga Widyaprana
ed9ab77dcb
Minor fixes to gulp tasks
...
- Only provide entry point as first argument of gulp.src
- {read:false} option for mocha tests
- change timeout:2000 to slow:200 to mirror makefile's mocha options
- replace var with const where appropriate
2016-03-06 11:40:57 +08:00
Diga Widyaprana
1104cd135e
Use local instead of global gulp in npm test
2016-03-06 11:40:57 +08:00
Diga Widyaprana
0be915cd0f
Add gulp task clean to clean transpile output
...
- Work done by @YijinL. Part of @05ad308
2016-03-06 11:40:57 +08:00
Diga Widyaprana
c6dd41b915
Minor refactoring to transpile task
...
- Transpiling is now gulp transpile
- Default redirects to transpile
- Refactor transpile output directory to a separate constant
- Work by @YijinL in @05ad308
2016-03-06 11:32:40 +08:00
Diga Widyaprana
0f14312d7b
Add gulp help
...
Work was done by @YijinL in 2 separate commits (@9204125 and @05ad308)
2016-03-06 11:32:09 +08:00
Diga Widyaprana
97bd95f036
Don't use dynamic dependencies
2016-03-04 18:06:00 +08:00
Diga Widyaprana
11e0f19272
Inline babel configuration
2016-03-04 18:06:00 +08:00
Yijin
e388a3319d
npm test script to use gulp
2016-03-04 18:06:00 +08:00
Zheng Weihan
b551ce9835
added test-cov task.
2016-03-04 18:06:00 +08:00
Zhu Liang
0bac96a6b2
added comment for babel
2016-03-04 14:46:08 +08:00
Zhu Liang
1d07b10339
integrated babel into gulp
2016-03-04 14:46:08 +08:00
Zheng Weihan
398b5479f0
delete unused dependency
2016-03-04 14:45:55 +08:00
Zheng Weihan
d9eb729eab
implement gulp build system for test.
2016-03-04 14:45:03 +08:00
whattokingu
f9db72997f
Merge pull request #10 from whattokingu/queryStringFix
...
Query string fix
2016-02-14 13:57:06 +08:00
Zheng Weihan
1293505dc2
update tests.
2016-02-14 13:48:28 +08:00
Zheng Weihan
f4e9e71c56
Merge branch 'queryStringFix' of https://github.com/whattokingu/socket.io into queryStringFix
...
# By whattokingu
# Via whattokingu
* 'queryStringFix' of https://github.com/whattokingu/socket.io :
conform to style guide
Conflicts:
lib/client.js
2016-02-14 13:47:59 +08:00
Zheng Weihan
045674de97
remove unnecessary decoder. url.parse already decodes string.
...
add test to test decoding function.
2016-02-14 13:46:26 +08:00
whattokingu
7091acf24c
Merge pull request #9 from whattokingu/queryStringFix
...
Query string fix
2016-02-13 14:41:15 +08:00
whattokingu
19341051e8
conform to style guide
2016-02-13 14:35:12 +08:00
Zheng Weihan
e141e09aaf
change decodeUriComponents calls
2016-02-13 14:28:21 +08:00
Zheng Weihan
5fabe4e780
call decodeURIComponent on query received from client.
...
update package.son to point to latest commit in socket.o-client package (with URI encoder)
2016-02-13 14:10:20 +08:00
whattokingu
7760a71d90
Merge pull request #8 from whattokingu/queryStringFix
...
add comments to code
2016-02-04 13:28:29 +08:00
Zheng Weihan
c077357eff
add comments to code
2016-02-04 13:27:36 +08:00
whattokingu
2f26a2bdb4
Merge pull request #7 from whattokingu/queryStringFix
...
add test for issue #331 on socket.io-client.
2016-01-31 15:45:35 +08:00