Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated master #1

Merged
merged 13 commits into from
Jan 7, 2020
Merged

updated master #1

merged 13 commits into from
Jan 7, 2020

Conversation

stevestencil
Copy link
Owner

No description provided.

greenkeeper bot and others added 13 commits December 20, 2019 19:49
* fix(package): update mongodb to version 3.4.1

* chore(package): update lockfile package-lock.json
* chore(package): update eslint to version 6.8.0

* chore(package): update lockfile package-lock.json
* chore(package): update @babel/cli to version 7.7.7

* chore(package): update @babel/core to version 7.7.7

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.7.7

* chore(package): update @babel/preset-env to version 7.7.7

* chore(package): update lockfile package-lock.json
* chore(package): update nyc to version 15.0.0

* chore(package): update lockfile package-lock.json
https://community.parseplatform.org/t/server-log-retention/867/2

Maximum number of logs to keep. If not set, no logs will be removed. This can be a number of files or number of days. If using days, add 'd' as the suffix. (default: null).

I'll run this in production for a few days. I assume it works.

Useful for saving disk space.

Update winston-daily-rotate-file package to 4.4.0
* fix(package): update parse to version 2.11.0

* chore(package): update lockfile package-lock.json
* fix(package): update pg-promise to version 10.3.2

* chore(package): update lockfile package-lock.json
* fix(package): update apollo-server-express to version 2.9.15

* chore(package): update lockfile package-lock.json
* fix(GraphQL): Timeout when fetching huge collections

Currently, when not specifying a `limit` to the GraphQL find-like query, it tries to fetch the entire collection of objects from a class. However, if the class contains a huge set of objects, it is never resolved and results in timeout.

In order to solve this kind of problem, `parse-server` allows us to define a `maxLimit` parameter when initialized, which limits the maximum number of objects fetched per query; but it is not properly considered when the `limit` is undefined.

* fix: Keep same behavior as REST fetch
* chore(package): update flow-bin to version 0.115.0

* chore(package): update lockfile package-lock.json
* fix(GraphQL): Unable to run queries with order as array

An internal server error is thrown if the `order` query parameter is an array.
Currently, `order` only works with a single value.

* Add tests

* Reset cache

* Remove one of the tests from Postgres

Co-authored-by: Douglas Muraoka <douglas.muraoka@gmail.com>
@stevestencil stevestencil merged commit 3e6de75 into stevestencil:master Jan 7, 2020
stevestencil pushed a commit that referenced this pull request Aug 25, 2020
* Before Connect + Before Subscribe #1

* Cleanup and Documentation

* Add E2E tests

* Bump parse to 2.15.0

Co-authored-by: Diamond Lewis <findlewis@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants