Drew Gross
0b5cfb2a6a
Schemas POST fix tests
2016-02-05 20:23:05 -08:00
Drew Gross
53dfca2d6f
First part of schemas POST
2016-02-05 20:23:05 -08:00
Drew
9a14f53e45
Merge pull request #276 from drew-gross/schema-creation-logic
...
Schema creation logic
2016-02-05 19:46:00 -08:00
Drew Gross
a5440bcc40
Address review comments
2016-02-05 19:29:16 -08:00
Drew Gross
e2e0a26e9a
Updates tests to allow calls that race to create a schema to have
...
the race loser return before the race winner. This test failed in
mongo 2.6.11, and I don't know if thats because it's generally
flaky or if that version of mongo makes less guarantees.
2016-02-05 19:29:00 -08:00
Drew Gross
b741539e25
More tests
2016-02-05 19:28:49 -08:00
Drew Gross
e6feefd223
Add and test logic for adding fields to the DB
2016-02-05 19:28:41 -08:00
Drew Gross
d934f3a863
Add class creation logic with validation
2016-02-05 19:28:25 -08:00
Drew
6a3718e8dc
Merge pull request #264 from ParsePlatform/testing
...
Update CONTRIBUTING.md to include test-running instructions
2016-02-05 18:31:21 -08:00
Drew
089514106e
Merge pull request #228 from drew-gross/master
...
Implement GET /schemas/:className
2016-02-05 14:54:03 -08:00
Drew
488b5f1e88
Merge pull request #271 from ParsePlatform/no-default-master-key
...
Remove default master key.
2016-02-05 14:48:29 -08:00
Mengyan Wang
116c632cc9
Merge pull request #227 from ParsePlatform/wangmengyan.add_gcm_client
...
Add GCM client
2016-02-05 13:58:17 -08:00
Drew
9101fb57fc
Merge pull request #270 from ParsePlatform/peterdotjs-patch-1
...
Adding link to parse-server-example
2016-02-05 13:56:08 -08:00
wangmengyan95
872e690fb3
Add GCM client
2016-02-05 13:45:29 -08:00
Drew
8f346df3f3
Remove default master key.
...
If there is a default master key, people will inevitably use it. And that would be bad.
2016-02-05 13:42:15 -08:00
Peter J. Shin
fe70c015bd
Adding link to parse-server-example
...
Thought it would be helpful to expose the example. It feels hidden in the docs right now.
2016-02-05 13:31:10 -08:00
Mengyan Wang
7cc77c709f
Merge pull request #235 from ParsePlatform/wangmengyan.add_apns_client
...
Add APNS client
2016-02-05 13:29:57 -08:00
Mengyan Wang
423c68385b
Merge pull request #198 from ParsePlatform/wangmengyan.add_push_api_checking_and_run_queries
...
Add push parameter checking and query installation
2016-02-05 13:29:27 -08:00
Drew
8fc11314e7
Update CONTRIBUTING.md
2016-02-05 12:52:36 -08:00
Drew
53ffbde962
Update CONTRIBUTING.md
2016-02-05 12:52:14 -08:00
Fosco Marotto
696809fef1
Merge pull request #226 from codegefluester/cloud_code_validation
...
Cloud code validation
2016-02-05 11:59:17 -08:00
Drew
f01cb8c670
Update CONTRIBUTING.md
2016-02-05 11:58:52 -08:00
wangmengyan95
a683befee0
Add push parameter checking and query installation
2016-02-04 23:58:42 -08:00
Fosco Marotto
b6a67e213c
Updated to 2.0.7
2016-02-04 19:14:37 -08:00
Nikita Lutsenko
d9b547a5e4
Merge pull request #252 from laullon/correct_function_response_encoding
...
Correct Could Functions response encoding
2016-02-04 18:35:43 -08:00
German Laullon
36675a9598
Correct function response encoding
...
This will encode all ParseObject on the correct way so they can be translated into PFObject by the IOS SDK.
2016-02-04 23:42:01 +01:00
Fosco Marotto
c106ac6499
Merge pull request #239 from montymxb/patch-1
...
Update express app to use 'mountPath' instead of /
2016-02-04 08:04:53 -08:00
Benjamin Wilson Friedman
585ba8dcf8
Update express app to use 'mountPath' instead of /
2016-02-04 01:24:51 -08:00
wangmengyan95
81a5a8f0db
Add APNS client
2016-02-04 00:37:31 -08:00
Nikita Lutsenko
72fa1f28a8
Merge pull request #233 from ParsePlatform/nlutsenko.transform.cleaner
...
Split basic type conversions from other logic in transform.js.
2016-02-04 00:13:32 -08:00
Fosco Marotto
27560e14c7
Merge pull request #132 from r4zzz4k/master
...
Added ability to set server url for Parse JS client SDK
2016-02-03 23:48:07 -08:00
Fosco Marotto
4b1132ad40
Merge pull request #225 from flovilmart/standalone-server
...
Adds standalone parse server
2016-02-03 23:45:47 -08:00
Nikita Lutsenko
21aef055b0
Split basic type conversions from other logic in transform.js.
2016-02-03 22:04:27 -08:00
Nikita Lutsenko
ee5e06cff9
Merge pull request #231 from ParsePlatform/nlutsenko.transform.geopoint
...
Fixed storage of GeoPoints in nested arrays/maps.
2016-02-03 21:17:59 -08:00
Nikita Lutsenko
437e7726ed
Fix storage of GeoPoints in nested arrays/maps.
2016-02-03 20:06:31 -08:00
Nikita Lutsenko
3cd7f7dd73
Add geo point in subobject and array end-to-end tests.
2016-02-03 20:06:31 -08:00
Nikita Lutsenko
0acd8c6c0f
Add transform rest to mongo tests for geo points.
2016-02-03 20:06:30 -08:00
Drew Gross
67ee94d98f
Implement GET /schemas/OneSchema
2016-02-03 16:10:00 -08:00
Nikita Lutsenko
808d2ccbec
Merge pull request #204 from ParsePlatform/nlutsenko.dependencies
2016-02-03 14:31:54 -08:00
Florent Vilmart
098d671004
Adds standalone parse server, configurable by environment, and that can start with npm start
2016-02-03 17:00:10 -05:00
Björn Kaiser
394b875128
Added function validation
2016-02-03 21:56:32 +00:00
Nikita Lutsenko
b2a5e67978
Update all dependencies.
2016-02-03 13:41:36 -08:00
Björn Kaiser
5b960d3d50
Merge remote-tracking branch 'upstream/master'
2016-02-03 21:27:54 +00:00
Drew
39fb0d02dd
Merge pull request #221 from drew-gross/master
...
Implment GET /parse/schemas
2016-02-03 13:02:01 -08:00
Björn Kaiser
4ddedf852a
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:54:47 +00:00
Björn Kaiser
b8752c8687
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:53:58 +00:00
Björn Kaiser
1ca633ed66
Merge branch 'master' of github.com:codegefluester/parse-server
2016-02-03 20:52:35 +00:00
Björn Kaiser
4e3b558a01
Added ability to add a validation function to a Cloud Code function
2016-02-03 20:20:08 +00:00
Drew Gross
33a881764d
Tabs -> spaces
2016-02-03 12:10:50 -08:00
Drew Gross
3d989501b2
Get all schemas, with tests, and matches parse.com schemas API
2016-02-03 12:06:45 -08:00