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

Bring server up to 2.2.10 #47

Closed
wants to merge 1,174 commits into from
Closed

Bring server up to 2.2.10 #47

wants to merge 1,174 commits into from

Conversation

r2DoesInc
Copy link

No description provided.

drew-gross and others added 30 commits March 28, 2016 18:43
…AdapterResults

Improve flattening of results from pushAdapter
Tested with the dashboard, it now works great.
Fixed bug with invalid email verification link on email update.
Adds a step to the RestWrite#execute chain: it cleans the response
authData object of null values.

For example, this:

{"authData": {"anonymous": null}, "updatedAt", ...}

will be transformed to this:

{"updatedAt", ...}

And this:

{"authData": {"anonymous": null, "twitter": ...}, "updatedAt", ...}

will be transformed to this:

{"authData": {"twitter": ...}, "updatedAt", ...}

Fixing this issue will fix anonymous user upgrades from the Android SDK.
Clean authData of null values on _User update
drew-gross and others added 24 commits May 23, 2016 18:39
* Break dependency on MongoCollection for updateMany

* Move transformWhere usage into MongoTransform

* Pass parse schema into transformUpdate

* break dependency on schemaController

* remove schema parameter

* move key name validation up one level

* Move validation out of mongo adapter

* Move validation into Parse Server and transformUpdate in Mongo Adapter

* Update mongo adapter

* Use adapter API

* use and fix mongo adapter api

* Remove/rename stuff

* Kill transform in DBController

* better imports for transform

* Tidy ConfigRouter

* Remove schemaController in more places

* Remove comment
Make it clearer what kind of information we are looking for.
* Regression test #1649

* Address comments

* Comment

* Change emails to help debug flaky test failures

* More logging info to debug flaky tests
Conflicts:
	.gitignore
	.travis.yml
	README.md
	package.json
@yongjhih
Copy link
Owner

If you want to get 2.2.10 version, I can refresh docker hub for images building with all released npm.

@r2DoesInc
Copy link
Author

Cool. I'm just using a locally built one from that pr right now,.

On Thu, May 26, 2016, 11:30 AM Andrew Chen notifications@github.com wrote:

If you want to get 2.2.10 version, I can refresh docker hub for images
building with all released npm.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#47 (comment)

@yongjhih
Copy link
Owner

yongjhih commented May 26, 2016

This project is as launcher for parse-server npm, so i think it's unnecessary merged with ParsePlaftfrom/parse-server. But I'll consider about merging if resolved conflicts.

BTW, yongjhih/parse-server docker images already have been built, :latest is 2.2.10

@jeveloper
Copy link

@yongjhih this needs to be closed :)

@yongjhih yongjhih closed this Sep 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet