1145 Commits

Author SHA1 Message Date
Kyle Fang
8276674c9b Add underscore to context 2014-07-04 14:04:37 +08:00
Jeff Cross
94d9c73e71 chore: add history and version bump for 0.7 release v0.7.0 2014-06-01 21:47:44 -07:00
Marek Skrobacki
3a93f58276 fix non-closed <a> tag in initial index.html 2014-06-01 21:28:51 -07:00
Jeff Cross
e9ac318401 fix(jshint): restored earlier version of JSHint and restored type-loader module loading 2014-05-22 21:47:15 -07:00
Jeff Cross
a3e24b0fc7 chore(jshint): fix jshint complaints
Fixed various JSHint complaints, and also fixed type-loader to not throw when a node module can't be loaded.
2014-05-20 01:22:49 -07:00
Jeff Cross
69cb19233d fix(cli): remove forever-monitor to fix repl issues
Forever monitor was causing issues with newer versions of node (0.8+),
particularly manifested in weird behavior with the repl used with the did
CLI tool. After some discussion with @ritch, we decided that supervisor
daemons should be outside of deployd, managed by developers. This commit
removes the forever-monitor module from the project, and thus fixes the
weird character issues with dpd.

Fixes #203 #176
2014-05-20 01:19:57 -07:00
Jeff Cross
af1f4f5ec0 feat(mocks): add rewire module to server tests for sync testing
Also change tabs to spaces in server.unit
2013-12-25 13:03:02 -08:00
Jeff Cross
3db7d581a2 Merge pull request #299 from cayblood/make_tests_use_local_code
chore(tests) Make tests use local code
2013-12-18 23:05:39 -08:00
Jeff Cross
a365dceea0 Merge pull request #300 from cayblood/update_readme
docs(readme) correct test-app instructions
2013-12-18 23:00:38 -08:00
Carl Youngblood
71c7c183a9 docs(readme) correct test-app instructions
Correct README.md so that it tells the user to run dpd from the right directory.
2013-12-17 13:14:50 +00:00
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
Jeff Cross
e95b507c61 docs(contributing): added contributing guidelines 2013-12-15 22:23:28 -08:00
Jeff Cross
3392df3e67 test(server): unit test more methods on server
There were some private methods, such as route()
and an anonymous request handling function
that had significant responsibility, yet were not
exposed for testing.

These methods were added to the server prototype
and some degree of useful unit tests were added
for both.
2013-12-15 22:18:04 -08:00
Jeff Cross
634804e4fc fix(dashboard): add check for undefined config
In dashboard.js, the dashboard would sometimes
not open when starting deployd because
of an undefined config object.
This fix adds a check in a few places to ensure
that the config exists before checking its properties.
2013-12-15 22:12:27 -08:00
Ritchie Martori
18c6ed282c Merge pull request #275 from rithish/master
fixing module paths for the integration tests to execute.
2013-11-18 12:12:30 -08:00
Rithish Saralaya
5909e0e733 Removed grunt-contrib-jshint module dependency. 2013-11-18 19:24:38 +05:30
Rithish Saralaya
aecf91a0b1 Removed grunt-contrib-jshint module dependency. 2013-11-18 19:20:08 +05:30
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
Ritchie Martori
8ee232b08a Merge pull request #270 from letsface/fix-number-to-string
When query is number but property is string convert back to string
2013-10-18 09:36:15 -07:00
Rithish Saralaya
882c416b89 fixing module paths for the integration tests to execute. 2013-10-18 16:31:13 +05:30
Ricky Ng-Adam
c90b23c6ab missing ws 2013-09-23 14:24:54 +08:00
Ricky Ng-Adam
796636b217 when query is number but property is string convert 2013-09-23 14:07:40 +08:00
Ritchie Martori
1b3d0cf472 Merge pull request #250 from taras/master
Revert "Fixed error caused by incorrect main property in package.json"
2013-08-20 15:00:20 -07:00
Taras Mankovski
575de2bd6d Revert "Fixed error caused by incorrect main property in package.json"
This reverts commit 21805eac93.
2013-08-20 23:19:28 +02:00
Ritchie Martori
376d6eb183 Merge pull request #232 from sespindola/master
set mongodb config file to null device
2013-08-06 18:30:01 -07:00
Ritchie Martori
5e9b155001 Merge pull request #223 from yoneal/issue-191
Fix #191 Fixed $field:1 for UserCollection
2013-08-06 18:27:06 -07:00
Ritchie Martori
4dc3546f9b Merge pull request #240 from taras/master
Fixed error caused by incorrect main property in package.json
2013-08-06 18:24:36 -07:00
Ritchie Martori
1d0591adda Merge pull request #218 from coderhaoxin/improve-query
improve get query,make it enable to query by subproperty
2013-08-06 18:19:19 -07:00
Taras Mankovski
21805eac93 Fixed error caused by incorrect main property in package.json
type-loader.json attempts to require all modules to find resources that might be included with the modules. This causes a problem when the main entry point for the package is incorrect
2013-08-06 07:09:37 +02:00
Sebastian A. Espindola
83650f410b modified mongodb startup options with null device ternary option 2013-07-19 22:28:44 -03:00
Sebastian A. Espindola
2ef34bab3b removed commented options line 2013-07-17 23:13:45 -03:00
Sebastian A. Espindola
88421a247e added platform-specific null device as mongodb config file 2013-07-17 23:09:19 -03:00
Ritchie Martori
4b5c410457 Merge pull request #222 from diversario/#217
Fixes #217: $inc with strings
2013-07-11 01:09:51 -07:00
yoneal
ddb7e94d39 Fix #191 2013-07-10 02:55:22 +09:00
ilya.shaisultanov
41bac33981 Fixes #217: $inc with strings
Ensures that $inc operands are numbers before
adding them together.
2013-07-09 05:47:08 -04:00
haoxin
649e35e53c add test script for subproperty query 2013-07-05 09:18:38 +08:00
haoxin
a9beb0e5dc improve get query,make it enable to query by subproperty 2013-07-04 15:46:27 +08:00
Ritchie Martori
a5549f174b removed old deployment test 2013-06-25 20:03:39 -07:00
Ritchie Martori
920365573b updated travis to run node v0.10 2013-06-25 20:03:17 -07:00
Ritchie Martori
920fef22d6 merge #204 2013-06-25 20:00:28 -07:00
Ritchie Martori
6d5eeb57fc merge #207 2013-06-25 19:55:07 -07:00
Ritchie Martori
0f30479827 Merge pull request #207 from eleventigers/master
Allow nested query string parsing by using 'qs' instead of native 'querystring' module
2013-06-25 19:46:59 -07:00
eleventigers
f701f86eda ensure numbers are parsed correctly in query 2013-06-19 15:43:31 +01:00
eleventigers
4cbe02da71 update deps 2013-06-19 14:51:03 +01:00
eleventigers
e02d4969b9 use qs instead of querystring 2013-06-19 14:50:02 +01:00
Lyman Lai
185d788c78 add the X-Requested-With header to fix AngularJs's ajax request 2013-06-09 17:58:58 +08:00
nothing2lose
1555c29750 test codes added 2013-06-08 20:08:17 +09:00
nothing2lose
324d1c9db0 method ovrride support both URL query and POST body 2013-06-08 13:09:32 +09:00
nothing2lose
949e254801 'originalMethod' property added 2013-06-08 12:17:42 +09:00