Commit Graph

120 Commits

Author SHA1 Message Date
Nikita Lutsenko
808d2ccbec Merge pull request #204 from ParsePlatform/nlutsenko.dependencies 2016-02-03 14:31:54 -08:00
Nikita Lutsenko
b2a5e67978 Update all dependencies. 2016-02-03 13:41:36 -08:00
Drew
39fb0d02dd Merge pull request #221 from drew-gross/master
Implment GET /parse/schemas
2016-02-03 13:02:01 -08: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
Drew Gross
0547592952 Implement GET /parse/schemas 2016-02-03 12:05:48 -08:00
Fosco Marotto
c866afd016 Merge pull request #217 from flovilmart/fix-216
Adds proper http request to match parse original implementation
2016-02-03 10:59:16 -08:00
Nikita Lutsenko
bf1b886c85 Merge pull request #205 from ParsePlatform/nlutsenko.oldmongo
Add Mongo 2.6.11 to Travis-CI.
2016-02-03 10:58:25 -08:00
Fosco Marotto
6946d8670a Merge pull request #209 from taylorstine/cloud_master
Added master option to cloud code functions
2016-02-03 10:56:47 -08:00
Fosco Marotto
e44106f3ed Merge pull request #210 from taylorstine/regexr_comment
updated regexr link for updated regex
2016-02-03 10:53:22 -08:00
Florent Vilmart
5a37c8307c Adds proper http request to match parse original implementation 2016-02-03 12:00:16 -05:00
Taylor Stine
33f8cdcd39 updated regexr link for updated regex 2016-02-03 07:44:23 -05:00
Taylor Stine
fec751b5e6 Added master option to cloud code functions 2016-02-03 07:24:57 -05:00
Nikita Lutsenko
ba9d1f9eef Add Mongo 2.6.11 to Travis-CI. 2016-02-03 02:53:12 -08:00
Nikita Lutsenko
c37db7b6ff Merge pull request #203 from ParsePlatform/nlutsenko.cloud.reject
Fixed Cloud functions/triggers async rejection crashing server.
2016-02-03 02:14:11 -08:00
Nikita Lutsenko
f035307984 Fixed Cloud functions/triggers async rejection crashing server. 2016-02-03 01:47:05 -08:00
Fosco Marotto
26a60f2341 Merge pull request #200 from bohemima/master
Don't force port to be specified in mongoURI
2016-02-03 01:43:50 -08:00
Henrik Malmberg
456392df4a Don't force port to be specified in mongoURI
http://regexr.com/3cncm
2016-02-03 10:09:57 +01:00
Nikita Lutsenko
51dfc62ba8 Merge pull request #199 from ParsePlatform/nlutsenko.readme
Add npm badge to README.
2016-02-03 00:57:01 -08:00
Nikita Lutsenko
d8b143379c Add npm badge to README. 2016-02-03 00:47:23 -08:00
Fosco Marotto
4d4d2a2ce0 Updating to 2.0.6 2016-02-03 00:37:09 -08:00
Nikita Lutsenko
0a1237326d Merge pull request #196 from ParsePlatform/nlutsenko.travis
Add Travis-CI and CodeCov.io integrations.
2016-02-03 00:33:40 -08:00
Nikita Lutsenko
e5911d3cb9 Exclude tests from code coverage. 2016-02-03 00:21:55 -08:00
Nikita Lutsenko
c73d9f1e27 Add Travis-CI, Codecov badges to README. 2016-02-03 00:21:55 -08:00
Nikita Lutsenko
4bc921480f Add code coverage via CodeCov.io. 2016-02-03 00:21:55 -08:00
Nikita Lutsenko
ca2ac2195d Add Travis-CI configuration. 2016-02-03 00:21:55 -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
4a787654d9 Updating to 2.0.5 2016-02-02 20:32:33 -08:00
Fosco Marotto
ef33575811 Merge branch 'master' of github.com:ParsePlatform/parse-server 2016-02-02 20:29:56 -08:00
Fosco Marotto
8c8fceec05 Fixing cross domain issues with /files for #169 2016-02-02 20:29:46 -08:00
Fosco Marotto
f04656e828 Merge pull request #173 from taylorstine/facebook_login
Fixed invalid facebook login sessionToken
2016-02-02 20:27:39 -08:00
Fosco Marotto
c290070b7d Merge pull request #193 from ParsePlatform/fosco.logout
Updated user tests, added /logout
2016-02-02 20:16:54 -08:00
Fosco Marotto
373f4f06a6 Updated user tests, added /logout 2016-02-02 20:16:06 -08:00
Taylor Stine
a54828d9f5 Added facebook signup username and fixed schema parse error for default expired at 2016-02-02 22:50:43 -05:00
Taylor Stine
7ab05372ea Merge remote-tracking branch 'upstream/master' into facebook_login 2016-02-02 21:58:01 -05:00
Fosco Marotto
3d3a97d151 Merge branch 'master' of github.com:ParsePlatform/parse-server 2016-02-02 18:08:37 -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
Fosco Marotto
3c3f1e5365 Merge pull request #190 from ParsePlatform/nlutsenko.ignorance
Add .idea folder to ignore list.
2016-02-02 17:35:13 -08:00
Nikita Lutsenko
3e46efc2e3 Add .idea folder to ignore list. 2016-02-02 17:28:10 -08:00
Fosco Marotto
89bd2f737f Merge pull request #189 from ParsePlatform/wangmengyan.add_coverage
Add istanbul for code coverage
2016-02-02 16:49:35 -08:00
wangmengyan95
adccb2869c Add istanbul for code coverage 2016-02-02 16:38:56 -08:00
Taylor Stine
54e8285577 Merge remote-tracking branch 'upstream/master' into facebook_login 2016-02-02 17:57:17 -05:00
Fosco Marotto
f82122f4a1 Merge pull request #179 from maysale01/hotfix-fix-iterator-syntax-for-future-es-syntax
Hotfix: Missing variable declarations on iterators. This makes runn…
2016-02-02 13:51:49 -08:00
Fosco Marotto
96609e35d5 Merge pull request #178 from maysale01/hotfix-pass-the-correct-scope-to-rest-write-handle-followup
hotfix: issue exposed during testing with es6 where the scope o…
2016-02-02 13:50:47 -08:00
Fosco Marotto
a78adfe533 Merge pull request #172 from taylorstine/cloud_shim
Added req.auth.user to parse cloud functions
2016-02-02 13:39:49 -08:00
Taylor Stine
35b6b16918 Removed user todo from cloud function 2016-02-02 16:14:42 -05:00
Fosco Marotto
15edb0cf95 Merge pull request #148 from taylorstine/encode_uri
Added encoding to user name and password
2016-02-02 12:07:47 -08:00
Fosco Marotto
8fda77c986 Merge pull request #145 from taylorstine/cloud_function
Added cloud funciton argument
2016-02-02 11:51:42 -08:00
Fosco Marotto
044fb52a2f Merge pull request #180 from maysale01/hotfix-use-symlinked-jasmine-binary-instead-of-global
Updated package.json to use the symlinked jasmine binary
2016-02-02 11:47:59 -08:00