Commit Graph

7693 Commits

Author SHA1 Message Date
Diga Widyaprana
c97f876332 Fix test server to use webpack middleware properly 2016-02-04 13:21:05 +08:00
Diga Widyaprana
a5568f27c1 Refactor out webpack config to support/webpack.config.js
It is used by many different files (gulp build, zuul build, test server)
2016-02-04 11:03:32 +08:00
Diga Widyaprana
f6895ae5ba Replace zuul build by webpack instead of browserify, use zuul.config.js instead of zuul.yml 2016-02-03 23:10:40 +08:00
Yijin
f08f2da7ad removed babelify dep 2016-02-03 18:46:16 +08:00
Yijin
8c86b10e0c removed babelify dep 2016-02-03 18:42:47 +08:00
Yijin
eb50b6c3d1 standardise gulpfile formatting and conventions 2016-02-03 17:58:11 +08:00
Yijin
862c1fd11e standardised gulpfile formatting across socketio repos 2016-02-03 17:57:44 +08:00
Yijin
d5467efcad removed dynamic dependencies 2016-02-03 17:05:35 +08:00
Yijin
28719ce93f removed spawnSync call (unsupported by nvm 0.10) 2016-02-03 15:48:07 +08:00
Yijin
7fc45efc69 Merge remote-tracking branch 'origin/webpack' into webpack 2016-02-03 15:17:50 +08:00
Yijin
18359ca195 added extra npm install call to deal with npm 3 flat dependencies bug that requires multiple installs 2016-02-03 15:16:57 +08:00
Diga Widyaprana
8677f66a73 Redirect make build to gulp build, remove browserify gulp task 2016-02-03 09:47:25 +08:00
Yijin
8c0465ec07 removed output hooks for spawn 2016-02-02 23:52:34 +08:00
Yijin
2e08761126 exec --> spawn for zuul test 2016-02-02 23:05:12 +08:00
Yijin
eebe54d72a fixed zuul cmd args order 2016-02-02 21:07:05 +08:00
Yijin
13535092cc fixed extra semicolon in zuul cmd args 2016-02-02 20:51:40 +08:00
Zhu Liang
3407f3f522 update test 2016-02-01 13:50:11 +08:00
Yijin
006a1bd274 fixed mocha gulp swallowing error output 2016-02-01 13:08:31 +08:00
Zhu Liang
b14018eed6 fixed test case 2016-02-01 13:00:13 +08:00
Zhu Liang
1c1ee454f5 move babel from standalone to webpack loader 2016-01-31 16:57:31 +08:00
Zhu Liang
0494ff8078 changed 4 spaces to 2 spaces 2016-01-31 16:51:33 +08:00
Zhu Liang
f8ae734b73 move babel from standalone to webpack loader 2016-01-31 16:44:06 +08:00
Michael Limantara
911c24505c Merge branch 'webpack' of https://github.com/nus-fboa2016-si/socket.io-client into webpack 2016-01-31 16:33:10 +08:00
Michael Limantara
468200ed8c Expose io variable to global when bundling with webpack 2016-01-31 16:33:00 +08:00
Diga Widyaprana
3248af270c Add global vars to webpack, don't pipe to babel during gulp build 2016-01-31 16:25:45 +08:00
whattokingu
6564a0c519 Merge pull request #9 from whattokingu/queryStringFix
remove console statement.
2016-01-31 16:11:10 +08:00
Zheng Weihan
1657971d8c remove console statement. 2016-01-31 16:07:21 +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
Zheng Weihan
13af610f6d add test for issue #331 on socket.io-client. 2016-01-31 15:44:39 +08:00
Diga Widyaprana
fb14983666 Merge branch 'webpack' of https://github.com/nus-fboa2016-si/engine.io-client into webpack 2016-01-31 15:43:35 +08:00
Diga Widyaprana
f22f990f15 Expose eio, attempt to add global 2016-01-31 15:41:40 +08:00
whattokingu
34f79d303c Merge pull request #8 from whattokingu/queryStringFix
Complete functionality. Add Test.
2016-01-31 15:34:58 +08:00
Zheng Weihan
9fa6b1c6d2 update tests 2016-01-31 15:33:16 +08:00
Zheng Weihan
3290bb43f1 move encoding of query string to lookup function.
handles passing of query via query strings
add tests for functionality
2016-01-31 15:29:49 +08:00
Yijin
242d2b651f added gulp help, modularise task code 2016-01-31 15:06:46 +08:00
Yijin
356fe46528 eslint added to gulp build 2016-01-31 15:02:58 +08:00
Zheng Weihan
b878cdbed2 Revert "rebuild client."
This reverts commit 74aff2647e.
2016-01-31 14:45:44 +08:00
Zheng Weihan
08e44f3ae4 fix bug and passes tests 2016-01-31 14:45:20 +08:00
whattokingu
526329995c Merge pull request #7 from whattokingu/queryStringFix
pass query as socket property.
2016-01-31 14:25:24 +08:00
Zheng Weihan
8d44b7a938 pass query as Socket property rather than as function params to simplify flow and handle complex event flow. 2016-01-31 14:24:38 +08:00
Yijin
96564a8a2c fixed babel missing preset 2016-01-31 13:15:42 +08:00
whattokingu
6d3e85fb2a Merge pull request #6 from whattokingu/queryStringFix
rebuild client
2016-01-31 13:07:59 +08:00
Zhu Liang
a8903672c9 removed babel task from gulp 2016-01-31 13:05:15 +08:00
Zheng Weihan
74aff2647e rebuild client. 2016-01-31 13:05:10 +08:00
Yijin
dc10f525b3 inlined .babelrc settings into gulpfile 2016-01-31 11:26:18 +08:00
Michael Limantara
b31f21741e Remove babelrc file and move the settings inline to gulpfile.js 2016-01-31 11:24:53 +08:00
whattokingu
abcedf53ec Merge pull request #6 from whattokingu/queryStringFix
sync to master branch
2016-01-31 11:23:02 +08:00
Zheng Weihan
24456fdcbe Merge branch 'master' into queryStringFix
* master:
  Release 1.4.5
  package: bump `engine.io`
  add a test for graceful shutdown
2016-01-31 11:21:30 +08:00
whattokingu
017d04cf24 Merge pull request #5 from whattokingu/queryStringFix
sync to master branch
2016-01-31 11:18:38 +08:00
Zheng Weihan
fcb176b1d5 Merge commit '5fe7373610ef92de0d34b44d503c22cab5712c8d' into queryStringFix
* commit '5fe7373610ef92de0d34b44d503c22cab5712c8d':
  Release 1.4.5
  package: bump `engine.io-client`
2016-01-31 11:15:47 +08:00