764 Commits

Author SHA1 Message Date
Loris Guignard
912873d810 Add test case 2015-09-21 14:15:34 +02:00
Loris Guignard
85b3a64960 Fix 404 not being properly thrown by REST provider
The way the routes are created by the REST provider prevent 404 error being properly thrown.
To reproduce, just run the feathers todo-list demo and browse to an URL like `/todos/foo/bar`, it won’t return a 404 as it should but a 200 without any content (because of the `app.use(uri, handler);` statement catching any URLs starting with `/todos`)
2015-09-21 13:15:05 +02:00
Eric Kryski
e3212bb747 moar badges. Also adding LICENSE and authors for consistency 2015-07-27 19:07:54 -06:00
David Luecke
fc6a46b59a 1.1.0 v1.1.0 2015-07-21 19:37:48 -06:00
David Luecke
eb9d97acc8 Use new TravisCI infrastructure. 2015-07-21 19:36:27 -06:00
David Luecke
2309174010 Better readme header. Adding body-parser back but as devDependency. 2015-07-21 19:33:38 -06:00
David Luecke
a4b30be0fb The docs are fine in gh-pages. Updating changelog for 1.1 and readme for new website. 2015-07-21 19:27:41 -06:00
David Luecke
885af05f21 Merge pull request #136 from feathersjs/event-emitters-118
Allow to register remote services
2015-06-29 17:01:33 -07:00
David Luecke
0c9110ab86 Adding ability to register services that already are event emitters (#118) 2015-06-21 21:48:28 -06:00
David Luecke
bd9b555c8c Updating changelog for 1.1.0-pre.0 1.1.0-pre.0 2015-04-10 17:44:04 -06:00
David Luecke
ee3f1585d0 Merge pull request #132 from feathersjs/socket-init-131
Run Socket configurations before service setup (#131)
2015-04-10 17:37:31 -06:00
David Luecke
26e2f86121 Merge pull request #128 from feathersjs/custom-events-111
Allow services to dispatch custom events.
2015-04-10 17:37:23 -06:00
David Luecke
2061a95c43 Run Socket configurations before service setup (#131) 2015-04-09 09:46:41 -06:00
David Luecke
ae66b2e66a Updating dependencies. 2015-03-26 20:42:26 -05:00
David Luecke
319f0f3d96 Merge pull request #127 from feathersjs/move-docs
Moving documentation into the main repository.
2015-03-12 15:59:17 -06:00
David Luecke
b99f10f464 Allow services to dispatch custom events. 2015-03-10 22:20:52 -06:00
David Luecke
1f75dfbc8e Moving documentation into the main repository. 2015-03-10 21:04:30 -06:00
David Luecke
5f27046833 Merge pull request #126 from feathersjs/process-update
Adding contributing guidelines and updating build process.
2015-03-10 17:31:31 -06:00
David Luecke
86420db03b Adding contributing guidelines and updating build process. 2015-03-08 17:04:08 -06:00
David Luecke
1a0a55a2be Merge pull request #124 from feathersjs/normalizer-mixin
Service method call normalization
2015-03-08 11:22:41 -06:00
David Luecke
4fbf808057 Adding normalizer mixin to always normalize service method calls. 2015-03-07 12:14:55 -07:00
David Luecke
6412993f8d Start for normalizer. 2015-03-06 16:49:37 -07:00
Eric Kryski
cf7148ee7d Merge pull request #123 from feathersjs/socket-validation-96-113
Tests for socket message validation and errors.
2015-03-06 13:45:49 -07:00
David Luecke
16b1c51176 Add io.js and latest Node to Travis. 2015-03-05 20:23:25 -07:00
David Luecke
fd99472a58 Tests for socket message validation and errors. 2015-03-05 20:16:44 -07:00
David Luecke
a15892ec30 Merge pull request #122 from feathersjs/feathers-commons
Migrating shared functionality into the feathers-commons module
2015-03-05 19:53:16 -07:00
David Luecke
11a5081c50 Migrating shared functionality into the feathers-commons module. 2015-03-05 19:38:55 -07:00
David Luecke
2c0c5045d7 Merge pull request #117 from feathersjs/debug-114
Adding debug module and messages.
2015-02-24 19:30:59 -07:00
David Luecke
1104fdc540 Adding debug module and messages. 2015-02-23 17:40:23 -07:00
David Luecke
81b938f894 Merge pull request #115 from feathersjs/fix-duplicate-events
Fix duplicate events in dynamic services.
2015-02-23 17:14:16 -07:00
David Luecke
b368eefc21 Refactoring for better handling of dynamic services and socket connections. 2015-02-23 16:14:22 -07:00
David Luecke
aea0284892 Easier hasMethod check. 2015-02-21 16:39:18 -07:00
David Luecke
09b8edd502 Reorgnize dynamic service tests into nested describes. 2015-02-20 17:17:38 -07:00
Marshall Thompson
08f347affb Fix event filtering callbacks in tests. 2015-02-17 11:35:19 -07:00
Marshall Thompson
c4edd86384 Fix duplicate events. 2015-02-17 11:34:44 -07:00
Marshall Thompson
efeab46596 Merge pull request #110 from feathersjs/fix-setup
Make sure .setup() runs on dynamic services.
2015-02-13 09:35:08 -07:00
Marshall Thompson
78dbec33b7 Fixes setup() for Dynamic Services. 2015-02-13 09:28:19 -07:00
David Luecke
d46a33031c Merge pull request #109 from gitter-badger/gitter-badge
Add a Gitter chat badge to readme.md
2015-02-12 15:36:50 -07:00
The Gitter Badger
ffad73ed52 Added Gitter badge 2015-02-11 23:09:30 +00:00
David Luecke
d881599767 Merge pull request #107 from marshallswain/dynamic-services-2
Dynamic services 2
2015-02-10 18:42:21 -07:00
Marshall Thompson
aeec8d9d60 Fixed mixed single and double quotes. 2015-02-06 11:30:43 -07:00
Marshall Thompson
adf7ab5f41 Moved addService() call into app.service. 2015-02-06 11:06:22 -07:00
Marshall Thompson
55ec225b6f Combining more commons. 2015-02-06 10:43:12 -07:00
Marshall Thompson
288ca63a6b Tests for Dynamic Services. 2015-02-06 08:04:39 -07:00
Marshall Thompson
ef2425fb90 Enabled Dynamic Services 2015-02-06 08:04:27 -07:00
David Luecke
1573f72b0f release 1.0.2 1.0.2 2015-02-03 20:54:01 -07:00
David Luecke
0237a36b03 Updating changelog for v1.0.2. 2015-02-03 20:50:31 -07:00
David Luecke
611c63a738 Merge pull request #104 from feathersjs/unique-mixins
Make sure that mixins are specific to each new app
2015-02-03 20:48:49 -07:00
David Luecke
55f8819837 Make sure that mixins are specific to each new app. 2015-02-03 20:45:50 -07:00
David Luecke
c6105c6ab0 Merge pull request #105 from feathersjs/proto-fix
Use Uberproto extended instance when creating services
2015-02-03 20:45:24 -07:00