Commit Graph

51 Commits

Author SHA1 Message Date
Drew
5fb015ef7a Merge pull request #283 from theill/master
Implementing GET /config and POST /config support
2016-02-10 18:34:44 -08:00
Drew
6294162449 Merge pull request #353 from drew-gross/delete-field
Delete field function in Schema.js
2016-02-10 18:30:47 -08:00
Fosco Marotto
8d89838afb Merge pull request #254 from ParsePlatform/fosco.logout
Removed extra /logout handler
2016-02-10 16:52:30 -08:00
Peter Theill
1d576bcc9f Update tests and ensure tests are run regardless of exp flag 2016-02-11 01:32:38 +01:00
Drew Gross
747f278f2a Enable deleting pointer fields, fix tests 2016-02-10 16:25:28 -08:00
Peter Theill
ba68a7969e Merge remote-tracking branch 'github/master' 2016-02-11 00:44:13 +01:00
Fosco Marotto
dee640c7d0 Added logout test and fixed error in restwrite 2016-02-10 14:52:42 -08:00
Drew Gross
0a0d4f65ef Finish implementation of delete field from schema 2016-02-10 14:12:27 -08:00
Drew Gross
b0c4b8f6ce Drop _Join collection when deleting a relation field 2016-02-10 14:12:27 -08:00
Drew Gross
f07836e33f Add validation of deleteField function 2016-02-10 14:12:27 -08:00
Nikita Lutsenko
053ac990e6 Fixed missing url for files on user login. 2016-02-09 19:31:50 -08:00
Peter Theill
f039b70cf5 Add test for uncovered cases 2016-02-09 12:32:00 +01:00
Peter Theill
84b35eab46 Fixed reference after source move 2016-02-09 11:28:54 +01:00
Peter Theill
7fa4b3bc07 Merged with master 2016-02-09 10:23:55 +01:00
Nikita Lutsenko
3271b45102 Update imports in all specs. 2016-02-08 20:20:08 -08:00
Peter Theill
307a5d8157 Revert commented out line 2016-02-09 00:39:31 +01:00
Peter Theill
8b3f8751f4 Uses rawCollection() for direct db access
Updated tests accordingly to changed access
2016-02-09 00:36:45 +01:00
Peter Theill
7733ab9625 Remove unnecessary comment about testing 2016-02-08 09:01:21 +01:00
Nikita Lutsenko
4f05cfc562 Fixed querying objects with equal constraint on array columns. 2016-02-06 18:49:16 -08:00
Peter Theill
6fe050b397 Add read/write test for _GlobalConfig 2016-02-07 01:20:15 +01:00
Drew Gross
b9bc904aad Add tests to get to 100% branch coverage 2016-02-05 20:38:58 -08:00
Drew Gross
53dfca2d6f First part of schemas POST 2016-02-05 20:23:05 -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
089514106e Merge pull request #228 from drew-gross/master
Implement GET /schemas/:className
2016-02-05 14:54:03 -08:00
wangmengyan95
872e690fb3 Add GCM client 2016-02-05 13:45:29 -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
Fosco Marotto
696809fef1 Merge pull request #226 from codegefluester/cloud_code_validation
Cloud code validation
2016-02-05 11:59:17 -08:00
wangmengyan95
a683befee0 Add push parameter checking and query installation 2016-02-04 23:58:42 -08:00
wangmengyan95
81a5a8f0db Add APNS client 2016-02-04 00:37: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
Björn Kaiser
5b960d3d50 Merge remote-tracking branch 'upstream/master' 2016-02-03 21:27:54 +00:00
Björn Kaiser
b8752c8687 Merge branch 'master' of github.com:codegefluester/parse-server 2016-02-03 20:53:58 +00:00
Drew Gross
3d989501b2 Get all schemas, with tests, and matches parse.com schemas API 2016-02-03 12:06:45 -08:00
Nikita Lutsenko
f035307984 Fixed Cloud functions/triggers async rejection crashing server. 2016-02-03 01:47:05 -08:00
Fosco Marotto
e5140deaed Marked flaky client test notWorking 2016-02-03 00:06:14 -08:00
Fosco Marotto
190dc5eb75 Fixed tests and some undefined value handling. 2016-02-03 00:02:54 -08:00
Fosco Marotto
373f4f06a6 Updated user tests, added /logout 2016-02-02 20:16:06 -08:00
Fosco Marotto
c430ee94da Updated test Parse.User testing user.isCurrent, and raised testing time limit. 2016-02-02 18:08:25 -08:00
Alexander Mays
52769cce29 Fixed the missing variable declarations on iterators. This makes running the tests in ES6 pass!
Signed-off-by: Alexander Mays <maysale01@gmail.com>
2016-02-02 10:03:54 -05:00
Fosco Marotto
86e42976f9 Some updates to fix tests 2016-02-01 11:35:20 -08:00
Fosco Marotto
cb1079a6d3 Addressed bugs with bcrypt-nodejs and changed crypto.js to password.js 2016-02-01 11:24:26 -08:00
Fosco Marotto
18b5a30f1e Merge pull request #129 from spekulatius/trailing-spaces
remove trailing spaces
2016-02-01 10:10:39 -08:00
Peter
956fd0840f remove trailing spaces 2016-02-02 03:09:57 +13:00
Jordan
e8e7f4ba6b fix untransform null objects 2016-02-01 00:40:01 -08:00