Guillaume Chau
8a55533c2c
docs(readme): docs link
2019-10-21 13:18:42 +02:00
Guillaume Chau
428b5cbc13
docs(readme): move link
2019-10-21 13:17:57 +02:00
Guillaume Chau
a35f50d2fe
docs(readme): contributing guide
2019-10-21 13:16:59 +02:00
Guillaume Chau
5420630420
chore: add test:ssr to test script
2019-10-21 13:16:29 +02:00
Guillaume Chau
4d1526836c
Create CONTRIBUTING.md
2019-10-21 13:15:59 +02:00
Guillaume Chau
dc138f2396
chore: Create CODE_OF_CONDUCT.md ( #839 )
2019-10-21 13:13:30 +02:00
Guillaume Chau
87785af2b7
chore: Update issue templates
2019-10-21 13:12:31 +02:00
Guillaume Chau
b95388fbce
fix: security issue
2019-10-21 13:06:52 +02:00
Guillaume Chau
198b38330a
test(e2e): manual add smart query: loadingKey
2019-10-21 12:42:44 +02:00
Guillaume Chau
14ea90a1cf
fix(ci): generate schema files
2019-10-21 12:29:09 +02:00
Guillaume Chau
4f9bba48c2
test(ci): fix yarn cache id
2019-10-21 12:22:05 +02:00
Guillaume Chau
73e970ab81
test(ci): fix install
2019-10-21 12:18:56 +02:00
Guillaume Chau
6afceecd32
test(e2e): SSR
2019-10-21 12:15:25 +02:00
Guillaume Chau
af0b69d7e3
Merge branch 'dev' of github.com:Akryum/vue-apollo into dev
2019-10-21 11:28:27 +02:00
Guillaume Chau
c3b840c368
fix(ssr): memory leak, closes https://github.com/nuxt-community/apollo-module/issues/231
2019-10-21 11:28:06 +02:00
dependabot-preview[bot]
94bbb52c84
chore(deps-dev): bump vue-cli-plugin-apollo in /tests/demo
...
Bumps [vue-cli-plugin-apollo](https://github.com/Akryum/vue-cli-plugin-apollo ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/Akryum/vue-cli-plugin-apollo/releases )
- [Commits](https://github.com/Akryum/vue-cli-plugin-apollo/compare/v0.21.1...v0.21.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 04:58:58 +00:00
dependabot-preview[bot]
b7e214bf87
chore(deps-dev): bump rollup from 1.24.0 to 1.25.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.24.0 to 1.25.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v1.24.0...v1.25.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 04:25:20 +00:00
Guillaume Chau
7733edc1a9
test(e2e): rename test.js to chat.js
2019-10-20 16:28:26 +02:00
Guillaume Chau
8da4777452
test(e2e): errorPolicy support
2019-10-20 16:28:05 +02:00
Guillaume Chau
ae4713e32a
fix(smart query): handling errorPolicy, closes #526
2019-10-20 16:18:36 +02:00
Guillaume Chau
ef9c7a0af0
docs(smart query): new error args
2019-10-20 15:56:57 +02:00
Guillaume Chau
932c5b90a7
feat(errorHandler): added options arg
2019-10-20 15:54:33 +02:00
Guillaume Chau
aea6c938cb
feat(errorHandler): added vm, key, type arguments
2019-10-20 15:03:12 +02:00
Guillaume Chau
b7642cd2a5
fix(ts): DataDef not defined error?!?
2019-10-20 01:36:08 +02:00
Guillaume Chau
d88249204f
fix(ts): import gql files, closes https://github.com/Akryum/vue-cli-plugin-apollo/issues/180
2019-10-20 01:17:19 +02:00
Guillaume Chau
edb272dd16
chore(e2e): lint use recommended
2019-10-19 16:40:49 +02:00
Guillaume Chau
a4ee099f6f
chore(e2e): upgrade vue-cli
2019-10-19 16:40:36 +02:00
dependabot-preview[bot]
4f9bd2786c
chore(deps): bump marked from 0.5.2 to 0.7.0 in /tests/demo ( #770 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.5.2 to 0.7.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.5.2...v0.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-19 15:39:27 +02:00
dependabot-preview[bot]
cdd00b9630
chore(deps-dev): bump rollup-plugin-node-resolve from 3.4.0 to 5.2.0 ( #772 )
...
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve ) from 3.4.0 to 5.2.0.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v3.4.0...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-19 15:39:02 +02:00
Simon Chester
f5ecec445c
fix: compile for...of to plain for loops ( #813 )
2019-10-19 15:38:40 +02:00
Andy Ghiuta
78749c982d
feat: Send the query key as argument to the skip fn ( #810 )
...
* Send the query key as argument to the skip fn
This enabled the possibility for the skip to be defined in defaultOptions
And based on certain things from the query to skip it
EG: query with variable X should be skiped until Y prop is available
* fix: watch logic
* docs(api): skip option
* chore: fix e2e dev
* fix: skip watch logic
2019-10-19 15:34:54 +02:00
Guillaume Chau
4402c1c2a6
docs(smart query): improvements
2019-10-19 14:36:18 +02:00
Guillaume Chau
375a8e6bc9
chore: ignore dist
2019-10-19 14:33:10 +02:00
Guillaume Chau
d1f04bc48b
chore: delete dist
2019-10-19 14:32:44 +02:00
dependabot-preview[bot]
16b2c6facc
chore(deps-dev): bump vue-property-decorator from 8.2.2 to 8.3.0
...
Bumps [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator ) from 8.2.2 to 8.3.0.
- [Release notes](https://github.com/kaorun343/vue-property-decorator/releases )
- [Commits](https://github.com/kaorun343/vue-property-decorator/compare/v8.2.2...v8.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-17 06:42:03 +00:00
dependabot-preview[bot]
dce6f00e18
chore(deps-dev): bump start-server-and-test in /tests/demo
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.5...v1.10.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-16 10:22:21 +00:00
dependabot-preview[bot]
6a3cb0845f
chore(deps-dev): bump nodemon from 1.19.3 to 1.19.4
...
Bumps [nodemon](https://github.com/remy/nodemon ) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-16 06:57:26 +00:00
dependabot-preview[bot]
7d71013c80
chore(deps-dev): bump rollup from 1.23.1 to 1.24.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v1.23.1...v1.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-15 07:03:31 +00:00
dependabot-preview[bot]
61b3bf5089
chore(deps-dev): bump @vue/cli-service in /tests/demo
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 05:49:04 +00:00
dependabot-preview[bot]
584ca6d336
chore(deps-dev): bump @vue/cli-plugin-eslint in /tests/demo
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 05:44:15 +00:00
dependabot-preview[bot]
4e19c65364
chore(deps-dev): bump @vue/cli-plugin-babel in /tests/demo
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 05:44:11 +00:00
dependabot-preview[bot]
79bd613c06
chore(deps-dev): bump @vue/cli-plugin-e2e-cypress in /tests/demo
...
Bumps [@vue/cli-plugin-e2e-cypress](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-e2e-cypress ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-plugin-e2e-cypress )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 05:39:03 +00:00
dependabot-preview[bot]
e35d0e6e96
chore(deps-dev): bump @babel/core from 7.6.3 to 7.6.4
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-11 04:51:29 +00:00
dependabot-preview[bot]
eccc73584f
chore(deps-dev): bump start-server-and-test in /tests/demo
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.4...v1.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-10 05:54:07 +00:00
dependabot-preview[bot]
a3430eed4e
chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-10 05:19:17 +00:00
Grigoriy Beziuk
71eae0e01b
docs: guide/apollo wording fix ( #816 )
2019-10-09 15:22:18 +02:00
dependabot-preview[bot]
6fe365c7fb
chore(deps-dev): bump @babel/core from 7.6.2 to 7.6.3
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-09 05:02:56 +00:00
dependabot-preview[bot]
a555561916
chore(deps-dev): bump @babel/preset-env from 7.6.2 to 7.6.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.6.2...v7.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-09 05:01:45 +00:00
dependabot-preview[bot]
aac42310c4
chore(deps-dev): bump start-server-and-test in /tests/demo
...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test ) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases )
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.3...v1.10.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-07 05:06:41 +00:00
dependabot-preview[bot]
fb6cab8d36
chore(deps-dev): bump rollup from 1.23.0 to 1.23.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v1.23.0...v1.23.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-07 04:30:56 +00:00