Commit Graph

453 Commits

Author SHA1 Message Date
Evan You
68dac4c10a fix ci script syntax error 2016-05-13 21:16:44 -04:00
Evan You
8c6db60b58 setup coverage 2016-05-13 21:12:56 -04:00
Evan You
991db6ed73 update dep range 2016-05-13 21:04:10 -04:00
Evan You
9a8e5d65e9 use explicit ci steps 2016-05-13 20:54:53 -04:00
kazuya kawaguchi
82da272bdf add watcher tests (#2868) 2016-05-13 20:53:09 -04:00
Evan You
209b4212ac use ci script 2016-05-13 19:32:12 -04:00
Evan You
f90b696060 also run flow on ci 2016-05-13 19:30:58 -04:00
Evan You
bbc3031afa add flow script 2016-05-13 19:22:20 -04:00
Evan You
ff738e394a add eslintignore 2016-05-13 19:09:12 -04:00
Evan You
1b7ab89a5d rework type annotation strategy: use interface instead 2016-05-13 18:30:04 -04:00
Evan You
6dc2662b40 remove branch restrictions so PRs can run 2016-05-13 15:05:04 -04:00
Evan You
0bd9a31858 annotate core util 2016-05-12 21:22:23 -04:00
Evan You
a953bdeeb6 annotate observer 2016-05-12 20:36:16 -04:00
Evan You
1a65dc880f annotate global api 2016-05-12 19:53:16 -04:00
Evan You
354ea616b5 annotate Vue class 2016-05-12 19:13:38 -04:00
Evan You
182a45e0fa annotate shared/util 2016-05-12 16:49:43 -04:00
Evan You
fe48c6cf07 annotation tweaks 2016-05-12 16:49:36 -04:00
Evan You
6a94e2ca7f annotate config.js 2016-05-12 14:13:38 -04:00
Evan You
6d712753d8 annotate ssr code 2016-05-12 14:06:13 -04:00
Evan You
623bcc632c update build setup to make babel work properly with flow 2016-05-12 13:47:11 -04:00
Evan You
6e9614d875 fix ssr:dev task 2016-05-12 13:36:30 -04:00
Evan You
b926b9e7cd annotate entries 2016-05-12 12:34:54 -04:00
Evan You
7ac7cae195 add error handling for srr 2016-05-12 02:49:11 -04:00
Blake Newman
9b59ccc6b4 Fix issue with renderToString stack length overflowing (#2840)
* Fix issue with renderToString stack length overflowing

* SSR renderToString asyncronous callback
2016-05-12 02:13:38 -04:00
Evan You
d6ced71719 prohibit Vue.set/delete on Vue instances 2016-05-12 01:56:01 -04:00
kazuya kawaguchi
64de68b6f5 add observer tests (#2855)
* test: add observer tests

NOTE: bring vue 1.x observer test

* update observer tests
2016-05-12 01:40:50 -04:00
Blake Newman
35440d9856 SSR warn for no VUE_ENV and add tests (#2844)
- Added test coverage for data observation and VUE environment variable
- Moved Test helpers into own folder for reusability
2016-05-12 01:21:53 -04:00
Evan You
efbb3985a9 remove tern, update flowconfig 2016-05-11 23:00:00 -04:00
Evan You
4e4e68d999 include flow check in npm test 2016-05-11 22:57:39 -04:00
Evan You
328bc28482 update build setup for flow 2016-05-11 20:03:18 -04:00
Evan You
8ed2f8e6fb first file annotated! 2016-05-11 19:11:47 -04:00
Evan You
b139cdb854 add flow config 2016-05-11 18:51:15 -04:00
Evan You
07cf6444c6 return this in $mount, make unit tests more consistent 2016-05-11 15:40:50 -04:00
Evan You
4dc42357e4 use _isServer flag to determine whether __path__ should be noop 2016-05-11 13:00:16 -04:00
Evan You
76d06ba422 implement $isServer and ssr observation skipping via env variables 2016-05-10 18:03:30 -04:00
Evan You
5d08de5a2b ensure scheduler depletes all queues 2016-05-10 14:26:35 -04:00
Phan An
e38e494cba Moduralize the noop() function (#2834)
Currently the `noop` function is being declared and used randomly at
places. This commit moduralizes it (à la lodash) for more DRY code.
2016-05-10 12:42:43 -04:00
Evan You
5a5c7eb39d ready -> mounted 2016-05-10 11:26:00 -04:00
Evan You
2021b1f36f layout unit test files 2016-05-09 18:26:29 -04:00
Evan You
35efe4e8d9 rename batcher to scheduler 2016-05-09 18:26:19 -04:00
Evan You
6593be9f75 update unit tests convention + basic component tests 2016-05-09 18:08:18 -04:00
Evan You
faa8245209 <render> method should use dynamic binding 2016-05-09 17:31:27 -04:00
Evan You
19f3fab1c4 add tern config file 2016-05-09 14:42:58 -04:00
Evan You
097bb2e4e8 tweak render stream implementation 2016-05-08 18:11:19 -04:00
Evan You
8172e7e257 fix ssr tests 2016-05-08 17:31:59 -04:00
Evan You
8f5a32b91c tweak render logic 2016-05-08 17:27:13 -04:00
Evan You
498448284a tweak ssr async resolve, revert $forceUpdate change 2016-05-08 16:59:52 -04:00
Evan You
2b7c26d108 fix tests 2016-05-08 16:21:42 -04:00
Evan You
430fe64bb5 only create render function once 2016-05-08 15:02:24 -04:00
Evan You
270b0ac021 Merge branch 'ssr-improvements' of git://github.com/blake-newman/vue into ssr 2016-05-08 14:51:11 -04:00