101 Commits

Author SHA1 Message Date
Carl Youngblood
d09e05fc49 chore(tests) Make tests use local code
Create a symbolic link so that tests run against local repo code
and not npm-installed versions.
2013-12-17 13:10:55 +00:00
Rithish Saralaya
8f42be2faa Fixes for the app tests to execute properly. 2013-11-14 23:24:33 +05:30
Rithish Saralaya
3a5c66d212 fixed typo in relative path 2013-10-22 11:13:02 +05:30
Rithish Saralaya
882c416b89 fixing module paths for the integration tests to execute. 2013-10-18 16:31:13 +05:30
haoxin
649e35e53c add test script for subproperty query 2013-07-05 09:18:38 +08:00
nothing2lose
1555c29750 test codes added 2013-06-08 20:08:17 +09:00
Ritchie Martori
b545a8bf1f fixed #107, changed() returning incorrect true when values were equal 2012-12-04 09:39:36 -08:00
Ritchie Martori
fc4ae32ff8 fixed restarts caused by 404s of unexpected http verbs 2012-11-29 10:45:05 -08:00
Dallon Feldner
41ba9045ea Added utility functions for Event API 2012-11-09 11:40:33 -07:00
Dallon Feldner
5133654d77 Slightly improved performance on test app 2012-10-30 11:51:26 -07:00
Dallon Feldner
7ec0425c70 Fixed username/password change 2012-10-30 11:41:46 -07:00
Dallon Feldner
ec5b033baf Fixed test app to use new socketReady function 2012-10-30 08:48:01 -07:00
Dallon Feldner
c90f933acb Added dpd.once, off, onConnect, socket functions
Test app should no longer have expected failures
2012-10-30 08:28:26 -07:00
Ritchie Martori
5041e82047 added changed() and previous to the collection save domain 2012-10-19 19:55:31 -07:00
Ritchie Martori
fc87ede63e fixed missing sanitization of boolean query values 2012-10-19 18:59:55 -07:00
Dallon Feldner
6dec442356 Changed root behavior 2012-10-19 11:25:34 -07:00
Dallon Feldner
571f707cfc Merge branch 'bug/error-function'
Conflicts:
	HISTORY.md
2012-10-17 10:27:48 -07:00
Dallon Feldner
69f7db4c3a Removed stray console.log 2012-10-16 11:37:21 -07:00
Dallon Feldner
9c16957536 Fixed bug where PUT would fail without an error 2012-10-16 11:35:51 -07:00
Dallon Feldner
0713d25730 Fixed bug where an error() in POST would not cancel the request 2012-10-16 10:51:33 -07:00
Dallon Feldner
0d7874a2b2 Added failing tests 2012-10-16 10:35:37 -07:00
Dallon Feldner
59bdcc4891 Fixed a rare bug where the first request after a login would not be authenticated 2012-10-01 16:21:23 -07:00
Ritchie Martori
8611b53ad3 removed unnecessary resource store 2012-09-25 12:18:52 -07:00
Ritchie Martori
3f47bb55d2 merged remote db patch updates 2012-09-25 12:05:31 -07:00
Ritchie Martori
43a7cb7d60 bumped version 2012-09-19 12:26:31 -07:00
Ritchie Martori
60671d45d4 fixed bad merge 2012-09-19 12:09:06 -07:00
Dallon Feldner
9d4363fd88 Fixed bug where username would not save on an empty users collection 2012-09-18 08:50:39 -07:00
Ritchie Martori
d291ae2b6e merged feature/domains 2012-09-17 16:08:09 -07:00
Ritchie Martori
23209af76d merged 2012-09-17 15:10:10 -07:00
Ritchie Martori
102d8bfa99 renamed db.connect to db.create 2012-09-17 12:01:07 -07:00
DallonF
b61398f3de Made dpd.js (internal and browser) more stable and lenient 2012-09-13 11:54:36 -07:00
Ritchie Martori
c025a4f91d removed request module from test-app, fixed off by 1 bug in config loader 2012-09-12 17:34:28 -07:00
Ritchie Martori
837e436087 added domain error handling to requests and modules 2012-09-12 16:50:04 -07:00
DallonF
6c1f0fbf34 Fixed sublime-linter with predefs, added dpd cli to make 2012-09-12 11:32:15 -07:00
DallonF
dacf05fce6 Made jshint more strict (undefined globals) 2012-09-12 11:11:03 -07:00
DallonF
d74de2f2b9 Fixed some bugs in IE 2012-09-11 12:47:23 -07:00
DallonF
dc38560de7 Removed jQuery dependency 2012-09-11 11:48:59 -07:00
DallonF
db24dce136 Fixed most lint errors 2012-09-06 10:50:53 -07:00
DallonF
6ffdbdf3cd Setup jshint 2012-09-06 09:51:55 -07:00
DallonF
4e245c7565 Fixed timeout on passing test 2012-08-28 10:18:05 -07:00
DallonF
cee73e37f8 Added failing test for changing recursive query bug 2012-08-28 10:17:00 -07:00
DallonF
4d8957ac6e Fixed regression error where On Validate does not have access to an object's full data on a Put request 2012-08-23 15:44:49 -07:00
DallonF
577ded64ab Fixed bug where cancel() on a non-specific GET would abort the entire request 2012-08-23 14:12:11 -07:00
DallonF
748960c439 Added internal property to events 2012-08-23 10:45:46 -07:00
DallonF
8d04e6bc2e Bumped the default recursion limit to 2 levels, added $recursionLimit property to queries 2012-08-21 12:40:56 -07:00
DallonF
c60aee9d66 Added test case for rare crash 2012-08-20 10:03:11 -07:00
DallonF
1c3e82be97 Fixed problems in validation 2012-08-20 10:00:07 -07:00
Ritchie Martori
768aa588a8 removed deployment tests 2012-08-14 10:57:12 -07:00
Ritchie Martori
dc4e6f43a6 fixed fs.exists breaking in 0.6 2012-08-14 09:46:13 -07:00
DallonF
ff275299f9 Added additional id query test 2012-08-13 12:39:43 -07:00