Lucas Dohmen
049067dbc4
Merge pull request #874 from triAGENS/foxx-doc-generator-improvements
...
Foxx API Documentation explorer doesn't show POST/PUT/PATCH bodies without bodyParam
2014-06-19 11:53:48 +02:00
Lucas Dohmen
96866a0d9f
Some tweaks to the Foxx.Repository documentation
2014-06-19 10:28:36 +02:00
Lucas Dohmen
e83d05d3b2
Foxx.Repository#count
2014-06-19 10:28:36 +02:00
Lucas Dohmen
ca41f74a63
Foxx.Repository#updateById
2014-06-19 10:28:35 +02:00
Lucas Dohmen
473566a4e2
Foxx.Repository#updateByExample
2014-06-19 10:28:35 +02:00
Lucas Dohmen
94e2d0e9a4
Foxx.Repository#replaceByExample
2014-06-19 10:28:35 +02:00
Lucas Dohmen
3bfff286d0
Foxx.Repository#remove
2014-06-19 10:28:35 +02:00
Lucas Dohmen
4b769867be
Foxx.Repository#all
2014-06-19 10:28:35 +02:00
Lucas Dohmen
b9d4a96652
Add simple documentation for methods without bodyParam
...
post, put and patch requests without a bodyParam will now be documented
with an undocumented bodyParam. This will allow people to try out this
undocumented field in the Swagger documentation in the admin interface.
2014-06-19 10:28:16 +02:00
Frank Celler
42b7014237
replaced @EXAMPLES
2014-06-18 19:44:32 +02:00
Alan Plum
ba61e07e02
More linting.
2014-06-18 15:21:29 +02:00
Alan Plum
c9d7f113a6
Linting.
2014-06-18 15:19:12 +02:00
Alan Plum
40f3e268dd
Adjusted injector naming.
2014-06-18 11:09:40 +02:00
Alan Plum
282be72c5c
Implemented controller dependency injection.
2014-06-18 01:17:10 +02:00
Lucas Dohmen
5057400e18
Repository#all
2014-06-17 17:34:55 +02:00
Lucas Dohmen
d57f88507b
Foxx: Add examples for each of the methods of Repository
2014-06-17 15:19:19 +02:00
scottashton
094809bdf8
more docs
2014-06-17 11:43:21 +02:00
Frank Celler
89dbc6d04a
Merge pull request #902 from triAGENS/foxx_repository
...
[WIP] Foxx.Repository should provide more methods
2014-06-16 20:16:56 +02:00
scottashton
ef6ed992f1
fixed typos in docs
2014-06-16 16:58:42 +02:00
scottashton
cc3eff2a1e
added documentation for ahuacatl
2014-06-16 16:33:40 +02:00
scottashton
252d320795
jslinted code
2014-06-16 15:03:54 +02:00
scottashton
b8d2c7f0f6
resolve merge conflict
2014-06-16 14:59:14 +02:00
scottashton
99be3816b3
optimized dijsktra search
2014-06-16 14:44:34 +02:00
Alan Plum
ef0210830b
Fixed appContext reference in manifest cfg.
2014-06-16 14:43:11 +02:00
Frank Celler
50b6533d0d
added configuration to manifest, install and mount
...
Conflicts:
js/server/modules/org/arangodb/foxx/manager.js
2014-06-16 12:57:17 +02:00
Michael Hackstein
fdece972d0
Added tests for vertex and edge collection lists in http interface. Added docu for _list in general-graph module
2014-06-13 16:41:48 +02:00
Lucas Dohmen
80ab3968bd
Foxx: Adjust structure & content of documentation and code of Repository
2014-06-13 15:47:52 +02:00
Lucas Dohmen
120ecaa000
JSLint
2014-06-13 11:00:57 +02:00
Lucas Dohmen
87987b7a14
Merge pull request #897 from pluma/foxx-context-collection-method
...
Added `collection` method to Foxx applicationContext
2014-06-12 16:41:50 +02:00
Lucas Dohmen
4dbaa665ac
Merge pull request #895 from pluma/sugary-foxx-exports
...
More sugary Foxx exports
2014-06-12 16:39:57 +02:00
Alan Plum
477cec53aa
Cleaned up stray whitespace.
2014-06-12 15:57:39 +02:00
Alan Plum
c935ea6d20
Fixed reference to context.
2014-06-12 15:54:01 +02:00
Lucas Dohmen
d12e993289
Merge pull request #896 from pluma/foxx-no-required-controllers
...
Allow controller-free Foxx apps
2014-06-12 15:38:20 +02:00
Alan Plum
251f237184
Renamed Foxx.app -> Foxx.requireApp.
2014-06-12 15:14:09 +02:00
Alan Plum
fdea995b6e
Deprecated Foxx.Controller#collection.
2014-06-12 15:12:05 +02:00
Alan Plum
41a82d9726
Added friendlier wrapper for manager.mountedApp.
2014-06-12 15:09:02 +02:00
Alan Plum
9857fa571e
Allow controller-free apps.
2014-06-12 15:08:46 +02:00
Alan Plum
e7f6aecaf5
Added collection method to Foxx applicationContext.
2014-06-12 15:07:18 +02:00
Lucas Dohmen
38bf144496
Foxx: Documentation for extended bodyParam functionality
2014-06-12 15:02:47 +02:00
Lucas Dohmen
b5529ac37e
Introduce optional root element for body params
2014-06-12 15:02:46 +02:00
Lucas Dohmen
e24d344016
Add option for the rootElement and make it available via appContext
2014-06-12 15:02:46 +02:00
Lucas Dohmen
d4a6250fc2
Foxx: Body Params can optionally take more than one object
2014-06-12 15:02:46 +02:00
Frank Celler
1aa671ed8c
fixed string constraints
2014-06-12 13:42:46 +02:00
scottashton
e6d68e6070
finished documenation for aql graph
2014-06-12 10:43:20 +02:00
Frank Celler
299b99ed00
fixed check-version for empty directory
2014-06-11 19:30:12 +02:00
scottashton
f4b67ed01d
jslinted
2014-06-11 16:04:15 +02:00
scottashton
5bb6a22e82
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-06-11 15:45:46 +02:00
scottashton
8209796f7c
added documentation to ahuacatl general graph functions and refactored common_Neighbors and common_properties
2014-06-11 15:45:31 +02:00
Frank Celler
57bb47185b
moved try/catch block to the top of routing chain
2014-06-10 22:57:10 +02:00
Heiko Kernbach
eb08541171
foxx apps install now via github
2014-06-10 15:21:27 +02:00