764 Commits

Author SHA1 Message Date
Eric Kryski
b5516defcf forgot to set params to {} when they are not passed 2013-07-13 16:01:53 -06:00
Eric Kryski
638b3f45b0 release 0.0.2 0.0.2 2013-07-13 14:57:48 -06:00
Eric Kryski
a0d28f7916 making minor changes to mongo service 2013-07-13 14:57:34 -06:00
Eric Kryski
a1fea67ea9 Merge branch 'master' of github.com:yycjs/feathers 2013-07-12 17:15:00 -06:00
Eric Kryski
387d0cae01 merging in daffl's changes 2013-07-12 17:14:53 -06:00
David Luecke
4a50abeaa3 Some more SocketIO tests and figuring out how to close the server 2013-07-08 23:25:01 -06:00
David Luecke
1dbab1169c First SocketIO test passing 2013-07-08 20:58:39 -06:00
David Luecke
4636626d6c Use correct module name. 2013-07-05 16:27:10 -06:00
David Luecke
fdda6f07af Merging 2013-07-05 16:04:33 -06:00
David Luecke
d962dbe2a6 Removing mixins that are added automatically 2013-07-05 16:04:07 -06:00
Eric Kryski
109fab6ff0 working on associations. Fixed broken mongo test 2013-07-05 10:24:53 -06:00
Eric Kryski
9ebaa860a0 namespaced services and renamed mongo service. Working on a more complex example 2013-07-04 20:14:34 -06:00
Eric Kryski
055c8cf859 Merge branch 'master' of github.com:yycjs/feathers 2013-07-04 19:08:33 -06:00
Eric Kryski
0d93209bd0 change the order of the connection options 2013-07-04 19:08:27 -06:00
David Luecke
b92ea25d0c Some cleanup, refactoring 2013-07-04 19:06:43 -06:00
David Luecke
2342e6d65b Checking if Travis works with Node 0.10 2013-07-03 22:42:40 -06:00
David Luecke
c38bf03bb6 Adding grunt-cli to package because it is in the path for Travis CI 2013-07-03 22:37:10 -06:00
David Luecke
66f3ba6b82 Fixing tests. Minor Readme update. 2013-07-03 22:29:09 -06:00
Eric Kryski
1c7e3b17cd changing the default database 2013-07-01 21:00:47 -05:00
Eric Kryski
b7a75c6caa fixing up memory test. Added some logging. Mongo is mostly complete and working. Couple minor issues to sort out 2013-07-01 20:59:12 -05:00
Eric Kryski
7f85965b48 mongo connection is working. Roughly implemented insert, update, delete 2013-06-29 18:34:05 -06:00
Eric Kryski
ae5afd7e9c removing event handler we no longer need 2013-06-29 18:04:31 -06:00
Eric Kryski
0a8f844161 renamed files. Working on mongodb example 2013-06-29 18:03:59 -06:00
Eric Kryski
ab2ac7878f forgot that services become event emitters via the events mixin 2013-06-29 18:03:30 -06:00
Eric Kryski
1a41ae151c adding ability to pass multiple options to service 2013-06-29 17:31:48 -06:00
Eric Kryski
236f118bfc finished memory service tests. Made memory service an event emitter. 2013-06-29 17:23:43 -06:00
Eric Kryski
0f11abc48c silly typos 2013-06-20 03:26:15 -06:00
Eric Kryski
69728229c7 removing node v0.6 from test 2013-06-20 03:20:27 -06:00
Eric Kryski
bf1a99904a adding travis badge 2013-06-20 03:17:21 -06:00
Eric Kryski
20fda6918e need grunt for travis 2013-06-20 03:13:56 -06:00
Eric Kryski
01dabf3064 adding travis ci file 2013-06-20 03:02:11 -06:00
Eric Kryski
5e69cc44fc removing file we are not using 2013-06-20 02:58:47 -06:00
Eric Kryski
cec20fc22f renaming some folders. Adding grunt, chai and mocha 2013-06-20 02:56:08 -06:00
Eric Kryski
161c559c71 renamed project to feathers 2013-06-20 02:22:03 -06:00
Eric Kryski
e1d19e385e adding a whole pile of shit that I don't have the time to describe right now. Mostly tests and some refactoring 2013-05-16 14:48:16 -06:00
David Luecke
d8b51636e6 Some refactoring for better testability 2013-05-08 19:08:18 -06:00
Eric Kryski
80cd1ead75 renamed index to find and get to findById 2013-04-29 03:08:42 -06:00
Eric Kryski
ed58f1d9be wrote more memory tests. Fixed a couple bugs 2013-04-29 03:08:07 -06:00
Eric Kryski
2b421c26b2 mocked out mongo tests 2013-04-29 03:07:22 -06:00
Eric Kryski
c316b58ee4 added mongoskin 2013-04-29 03:06:48 -06:00
Eric Kryski
7615d30b74 minor touchups to the readme 2013-04-29 01:59:04 -06:00
Eric Kryski
a1c87ce59d wrappin express' .use, .set, .get. Sorting out some config options 2013-04-29 01:58:44 -06:00
David Luecke
00e4ba04a8 Fix merge conflict 2013-04-28 23:36:58 -06:00
David Luecke
01d7f6ca06 Updating readme 2013-04-28 23:35:53 -06:00
Eric
eab0618c38 Merge pull request #2 from ekryski/master
Added a couple examples. Started to add a mongo adapter.
2013-04-28 22:04:12 -07:00
Eric Kryski
37e822302d starting to add a mongo db adapter 2013-04-28 22:58:48 -06:00
Eric Kryski
8b37fdc14b trying to expose services the same way as providers. It no work because we are overriding create and UberProt calls that to instantiate them 2013-04-27 02:15:38 -06:00
Eric Kryski
df02c54994 adding some example applications/playing around myself 2013-04-27 02:03:54 -06:00
Eric Kryski
4692de33c1 rename service folder to services 2013-04-27 02:02:57 -06:00
Eric Kryski
13d6a56d44 adding a bunch more to the readme 2013-04-27 02:01:50 -06:00