Manuel
3a2afda911
bump node version ( #7441 )
2021-06-20 19:31:32 +02:00
Olle Jonsson
10695194b2
CHANGELOG: typo fix braking->breaking [ci skip] ( #7432 )
2021-06-15 13:25:04 +02:00
Manuel
f6a41729a7
bump mongo ( #7429 )
2021-06-10 17:36:20 -07:00
dependabot[bot]
0638e5e697
chore(deps): bump normalize-url from 4.5.0 to 4.5.1 ( #7428 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 15:21:20 -07:00
Snyk bot
bfdb6a93e8
fix: upgrade apollo-server-express from 2.24.0 to 2.24.1 ( #7424 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.24.0 to 2.24.1.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-06-10 15:00:00 -07:00
Snyk bot
61affe2629
fix: upgrade mongodb from 3.6.6 to 3.6.7 ( #7425 )
...
Snyk has created this PR to upgrade mongodb from 3.6.6 to 3.6.7.
See this package in npm:
https://www.npmjs.com/package/mongodb
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-06-10 14:59:16 -07:00
Snyk bot
bea4707783
fix: package.json & package-lock.json to reduce vulnerabilities ( #7423 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-1296835
2021-06-10 14:56:37 -07:00
GormanFletcher
129f7bfa9b
Add support for master key clients to create user sessions ( #7406 )
...
* 6641: Implement support for user impersonation: master key clients can log in as any user, without access to the user's credentials, and without presuming the user already has a session
* reworded changelog
* rebuilt package lock
* fit test
* using lodash flatMap
* bump to node 12 for postgres test
* revert test fit
* add node version to postgres CI
* revert package-lock
Co-authored-by: gormanfletcher <git@gormanfletcher.com >
Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com >
2021-06-04 18:55:00 -05:00
Manuel
754c127d96
bump ci env ( #7415 )
...
* bumped node version
* bumped mongodb
2021-06-03 22:39:46 +02:00
Corey
6d13aeae2c
Fix select exclude queries ( #7242 )
...
* fix keys and excludeKeys to work with JSON array strings
* make excludeKeys test more robust
* add changelog
* add select([]) functionality to fix)
* update changelog
* update keys
* add exclude test
* add select REST test and exclude JS SDK test
* add more tests
* add additional exclude test
* improved select test for testing JSON string array in REST
* improved exclude test for testing JSON string array in REST
* check for parse keys
* make include look like keys and excludeKeys
* nit
* Exclude nexted child fields
* add updates and show failing testcases
* working
* add more tests
* even more test cases
* use await for added tests
* lint
* Add suggestions
2021-06-03 14:54:44 -05:00
Snyk bot
5abbeeb8d1
fix: upgrade winston-daily-rotate-file from 4.5.4 to 4.5.5 ( #7407 )
...
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.4 to 4.5.5.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-31 08:36:52 -07:00
Snyk bot
8976ecc4a9
fix: upgrade follow-redirects from 1.14.0 to 1.14.1 ( #7408 )
...
Snyk has created this PR to upgrade follow-redirects from 1.14.0 to 1.14.1.
See this package in npm:
https://www.npmjs.com/package/follow-redirects
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-30 22:25:27 -07:00
Snyk bot
d915bacee7
fix: package.json & package-lock.json to reduce vulnerabilities ( #7405 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-1296835
2021-05-27 16:50:50 -07:00
Tom Fox
4253feed7d
fix links ( #7403 )
2021-05-26 17:54:11 -07:00
Snyk bot
4f80a5f4af
fix: upgrade winston-daily-rotate-file from 4.5.3 to 4.5.4 ( #7402 )
...
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.3 to 4.5.4.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-25 15:40:31 -07:00
Kartal Kaan Bozdoğan
5e7c9d2e1a
Fixed a bug affecting updates to nested pointers ( #7392 )
...
* Fixed a bug affecting updates to nested pointers
Also created unit tests
* Marked the regression test for #7391 as pending for postgre
The issue is not fixed yet
Use cont instead of var
2021-05-25 15:33:40 -07:00
Snyk bot
8099cb05a4
fix: upgrade graphql-tag from 2.12.2 to 2.12.4 ( #7396 )
...
Snyk has created this PR to upgrade graphql-tag from 2.12.2 to 2.12.4.
See this package in npm:
https://www.npmjs.com/package/graphql-tag
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-24 21:18:16 -07:00
Snyk bot
d365f1f7cb
fix: upgrade pg-promise from 10.10.1 to 10.10.2 ( #7399 )
...
Snyk has created this PR to upgrade pg-promise from 10.10.1 to 10.10.2.
See this package in npm:
https://www.npmjs.com/package/pg-promise
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-24 14:43:59 -07:00
dependabot[bot]
581f822cba
chore(deps): bump browserslist from 4.16.3 to 4.16.6 ( #7400 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 14:40:34 -07:00
Snyk bot
ff5755b05a
fix: upgrade apollo-server-express from 2.23.0 to 2.24.0 ( #7395 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.23.0 to 2.24.0.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-24 09:26:47 -07:00
Snyk bot
e9d8ed4acb
fix: upgrade winston-daily-rotate-file from 4.5.2 to 4.5.3 ( #7398 )
...
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.2 to 4.5.3.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-24 00:26:35 -07:00
Snyk bot
38c01c6bc3
fix: upgrade follow-redirects from 1.13.3 to 1.14.0 ( #7389 )
...
Snyk has created this PR to upgrade follow-redirects from 1.13.3 to 1.14.0.
See this package in npm:
https://www.npmjs.com/package/follow-redirects
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-17 15:17:52 -07:00
Snyk bot
f65bd228fb
fix: upgrade redis from 3.1.1 to 3.1.2 ( #7387 )
...
Snyk has created this PR to upgrade redis from 3.1.1 to 3.1.2.
See this package in npm:
https://www.npmjs.com/package/redis
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-14 11:40:31 -05:00
dependabot[bot]
bdf73a0151
chore(deps): bump postcss from 8.2.9 to 8.2.15 ( #7383 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.9 to 8.2.15.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.9...8.2.15 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 12:05:36 -05:00
Snyk bot
34f3dd9e7e
fix: upgrade ws from 7.4.4 to 7.4.5 ( #7381 )
...
Snyk has created this PR to upgrade ws from 7.4.4 to 7.4.5.
See this package in npm:
https://www.npmjs.com/package/ws
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-12 11:58:47 -05:00
Snyk bot
87476da31e
fix: upgrade apollo-server-express from 2.22.2 to 2.23.0 ( #7380 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.22.2 to 2.23.0.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-12 11:57:40 -05:00
dblythy
51e08009f8
Fix: properly pass req.user to liveQuery triggers ( #7296 )
2021-05-02 11:23:46 +02:00
Snyk bot
e9f54e2bdd
fix: upgrade parse from 3.1.0 to 3.2.0 ( #7378 )
...
Snyk has created this PR to upgrade parse from 3.1.0 to 3.2.0.
See this package in npm:
https://www.npmjs.com/package/parse
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-05-01 10:37:17 -05:00
Snyk bot
755c49404d
[Snyk] Upgrade pg-promise from 10.9.2 to 10.10.1 ( #7286 )
...
* fix: upgrade pg-promise from 10.9.2 to 10.9.3
Snyk has created this PR to upgrade pg-promise from 10.9.2 to 10.9.3.
See this package in npm:
https://www.npmjs.com/package/pg-promise
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
* bump pg-promise to 10.10.1
* fix add field if not exists
* lint
Co-authored-by: Diamond Lewis <findlewis@gmail.com >
2021-04-29 12:10:15 -05:00
Snyk bot
e143fb1bf6
fix: upgrade winston-daily-rotate-file from 4.5.1 to 4.5.2 ( #7376 )
...
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.1 to 4.5.2.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-28 12:03:44 -07:00
Snyk bot
b6843de904
fix: package.json & package-lock.json to reduce vulnerabilities ( #7373 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-REDIS-1255645
2021-04-27 16:29:27 -07:00
dependabot[bot]
f43b1221d8
chore(deps): bump redis from 3.0.2 to 3.1.1 ( #7375 )
...
Bumps [redis](https://github.com/NodeRedis/node-redis ) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases )
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NodeRedis/node-redis/compare/v3.0.2...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 15:16:58 -07:00
dblythy
3638b0e791
Fix Twitter API Oauth Error ( #7370 )
2021-04-25 14:50:45 +02:00
Snyk bot
181fbf9d46
fix: upgrade apollo-server-express from 2.22.1 to 2.22.2 ( #7362 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.22.1 to 2.22.2.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-20 21:02:48 -07:00
Snyk bot
94b7b32006
fix: upgrade mustache from 4.1.0 to 4.2.0 ( #7358 )
...
Snyk has created this PR to upgrade mustache from 4.1.0 to 4.2.0.
See this package in npm:
https://www.npmjs.com/package/mustache
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-18 22:23:42 -07:00
Rikard Teodorsson
64fc04cc26
Cloud Code validator issue with required: false ( #7353 )
...
* Only check the type of a parameter in the validator when the parameter is set to required or is not null
* Added test cases. Don't check type or options if required=false and no default value is set
* Added test cases. Don't check type or options if required=false and no default value is set
* Update const optional
2021-04-18 22:22:23 -07:00
Snyk bot
25690ad515
fix: upgrade apollo-server-express from 2.21.1 to 2.22.1 ( #7357 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.21.1 to 2.22.1.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-18 22:17:49 -07:00
Manuel
91be6bb59a
fix(utils): permutation helper ( #7355 )
...
* fix permutation helper
* fix typo
2021-04-17 00:22:01 +02:00
Manuel
484dc12334
bump CI env ( #7352 )
...
* bump CI env
* Revert "bump CI env"
This reverts commit d6eb582efe58d78408fd16d29636ccac7af028a3.
* exlcude mongodb 4.0.24
2021-04-16 17:51:27 +02:00
Snyk bot
3dc459746d
fix: upgrade apollo-server-express from 2.21.0 to 2.21.1 ( #7308 )
...
Snyk has created this PR to upgrade apollo-server-express from 2.21.0 to 2.21.1.
See this package in npm:
https://www.npmjs.com/package/apollo-server-express
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: Diamond Lewis <findlewis@gmail.com >
2021-04-15 21:49:12 -07:00
Perceval Archimbaud
87dcd23b6a
Fix #7340 by correclty computing function name for push event ( #7341 )
...
* Add a failing test for issue #7340
If any delay occurs after "message.event" assignation in
LiveQueryServer._onAfterSave, the next subscription or request with a different
event might overwrite it, and by that using the wrong "push" function name.
* Remove updade of message and use res.event instead
This prevent computing function name from a
incorrect event if multiple subscriptions override
one by one the message.event.
* Update CHANGELOG.md
* Replace setTimeout by async/await expressions
2021-04-13 14:47:14 -07:00
Manuel
45d00cee60
Add lock file version check to CI ( #7333 )
...
* Add lock file version check to CI
* Update CHANGELOG.md
* Update ci.yml
* test failing check with lock file version 2
* Revert "test failing check with lock file version 2"
This reverts commit a5b4293f312942fea983e78c3c1ac4ee0690f9a5.
2021-04-09 19:25:26 -05:00
Snyk bot
50e55571fd
fix: upgrade graphql-tag from 2.12.1 to 2.12.2 ( #7325 )
...
Snyk has created this PR to upgrade graphql-tag from 2.12.1 to 2.12.2.
See this package in npm:
https://www.npmjs.com/package/graphql-tag
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-09 12:53:16 -05:00
Manuel
2e11bf3b5c
Remove S3 File Adapter ( #7324 )
...
* remove s3 adapter
* moved mock files adapter
* Update package-lock.json
2021-04-09 10:12:24 -05:00
Manuel
bf732b9a6e
Add build docker image to CI ( #7332 )
...
* add build docker image to CI
* remove node setup
* removed local dependency to test passing docker build
* Update CHANGELOG.md
* Revert "removed local dependency to test passing docker build"
This reverts commit a7801e1874be206c9f3f7bfd367766546bf483b6.
* removed unnecessary docker build options
* fixed docker build
2021-04-09 16:40:03 +02:00
Snyk bot
9ea355b463
[Snyk] Upgrade mongodb from 3.6.3 to 3.6.5 ( #7322 )
...
* fix: upgrade mongodb from 3.6.3 to 3.6.5
Snyk has created this PR to upgrade mongodb from 3.6.3 to 3.6.5.
See this package in npm:
https://www.npmjs.com/package/mongodb
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
* bump mongo 3.6.6
* update package-lock
* updated package-lock
* fix: upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1 (#7309 )
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
* Bump CI environment, remove Postgres 10 support (#7323 )
* bumped MongoDB to 4.4.5
* bump Node to 14.16.1
* removed obsolete COVERAGE_OPTION
* improved postges support note
* bump more node
* Remove MongoDB 3.6 support (EOL) (#7315 )
* removed mongodb 3.6 support
* add changelog entry
* updated CI check
* bumped MongoDB to 4.4.5
* bump Node to 14.16.1
* removed obsolete COVERAGE_OPTION
* improved postges support note
* bump more node
* updated package lock
* Revert "bumped MongoDB to 4.4.5"
This reverts commit ce9c8108c3deaec3bbe753faf5fdedbfec1e48c9.
* skipping MongoDB 4.4.5 temporarily
* fixed bug in CI check that did not consider ignored versions when checking for newer versions
* removed Postgres 10 support
* updated Postgres versions
* renamed MongoDB CI tests
* fixed Postgres compatibility table
* fix Postgres badge
* Add deprecation policy (#7199 )
* added phased deprecation policy
* fixed typo
* added changelog entry
* some rewording
* Fixed typo
* fixed typo
* Fixed typo
* updated deprecation policy
* remove empty line
* fix: upgrade mongodb from 3.6.3 to 3.6.5
Snyk has created this PR to upgrade mongodb from 3.6.3 to 3.6.5.
See this package in npm:
https://www.npmjs.com/package/mongodb
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
* bump mongo 3.6.6
* Update package-lock.json
Co-authored-by: Manuel Trezza <5673677+mtrezza@users.noreply.github.com >
2021-04-09 01:33:22 +02:00
Manuel
a074fc9892
Add deprecation policy ( #7199 )
...
* added phased deprecation policy
* fixed typo
* added changelog entry
* some rewording
* Fixed typo
* fixed typo
* Fixed typo
* updated deprecation policy
* remove empty line
2021-04-09 00:50:09 +02:00
Manuel
8ba3f028b8
Bump CI environment, remove Postgres 10 support ( #7323 )
...
* bumped MongoDB to 4.4.5
* bump Node to 14.16.1
* removed obsolete COVERAGE_OPTION
* improved postges support note
* bump more node
* Remove MongoDB 3.6 support (EOL) (#7315 )
* removed mongodb 3.6 support
* add changelog entry
* updated CI check
* bumped MongoDB to 4.4.5
* bump Node to 14.16.1
* removed obsolete COVERAGE_OPTION
* improved postges support note
* bump more node
* updated package lock
* Revert "bumped MongoDB to 4.4.5"
This reverts commit ce9c8108c3deaec3bbe753faf5fdedbfec1e48c9.
* skipping MongoDB 4.4.5 temporarily
* fixed bug in CI check that did not consider ignored versions when checking for newer versions
* removed Postgres 10 support
* updated Postgres versions
* renamed MongoDB CI tests
* fixed Postgres compatibility table
* fix Postgres badge
2021-04-09 00:11:58 +02:00
Snyk bot
8643ae438f
fix: upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1 ( #7309 )
...
Snyk has created this PR to upgrade winston-daily-rotate-file from 4.5.0 to 4.5.1.
See this package in npm:
https://www.npmjs.com/package/winston-daily-rotate-file
See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
2021-04-08 11:05:14 -05:00
Manuel
c56d326b17
Add circular dependency detection to CI ( #7316 )
...
* add circular dependency detection to CI
* fixed Auth-RestWrite circular dependency
* updated package lock
* fixed Logger circular dependency
* fix lint
2021-04-07 20:47:57 -05:00