rgrvontela
748a3f2a47
Update Middleware.md ( #3299 )
...
Just a sentence correction that will help readers in understanding it more clearly.
2017-09-25 16:18:38 +02:00
Mark
e48a4e85d0
Foxx docs improvements (devel) ( #3279 )
...
* Document single file in Foxx
* Add docs install Foxx service
2017-09-18 14:58:36 +02:00
Wilfried Goesgens
57539aac9b
fix documentation
2017-05-18 12:22:53 +02:00
Alan Plum
5d017d733c
Improve Foxx cluster resilience ( #2479 )
...
* Improve Foxx cluster resilience
Fixes #2083
Fixes #2384
Fixes #2408
Addresses #1892
* Port old Foxx API
* Implement single-file services
* Add console.errorStack/warnStack/infoStack helpers
* Simplify serviceInfo validation
* Extract github/upload logic into Aardvark and old FM API
* Move generator logic into Aardvark
* Move zip/js buffer logic into FM core
* Add Foxxmanager tests
* Send empty response when no README
* Disambiguate script arg format
Historically we allow passing an array of positional arguments or an arbitrary first argument.
This is surprising behaviour, so we should just always treat the value as a first argument.
* Rebuild bundle in development mode
* Nicer HTTP docs formatting
* Create Foxx HTTP docs
* Simplify service upload handling
* Remove inline swagger docs
* Implement public download route
* Consistency
* Rebuild aardvark
* Move bundle route into /_api/foxx/_local
* Rebuild Swagger API docs
* Add changes to CHANGELOG
* More docs
2017-05-16 17:41:29 +02:00
Wilfried Goesgens
81be8b9901
rename .mdpp files to .md so the handling is easier.
2017-05-04 12:04:24 +02:00
mpv1989
efbc3fe0ac
Fix Foxx docs
2017-04-11 15:58:54 +02:00
Wilfried Goesgens
40e9e9e35b
fix cross book links
2017-03-31 15:01:20 +02:00
mpv1989
069ca57293
Fix links in docs
2017-03-31 13:15:42 +02:00
mpv1989
01a4077058
Fix links in docs
2017-03-31 11:47:06 +02:00
Alan Plum
734ed8eba5
Expand on CORS documentation
2017-03-30 13:08:37 +02:00
mpv1989
335dd44d1a
document CORS changes
2017-03-28 20:34:32 +02:00
Alan Plum
c919cb7be8
Add Foxx res.type helper
2017-03-15 20:09:27 +01:00
Alan Plum
6495e12aa1
Document endpoint.tag
...
Fixes #2338 .
2017-03-01 12:52:07 +01:00
Alan Plum
705273bdab
Allow passing own graphql-sync module to Foxx
2017-02-28 14:47:17 +01:00
Alan Plum
622b4fac4b
JWT uses seconds
...
Fixes #2249 .
2017-02-14 19:20:41 +01:00
Alan Plum
54f5ebea74
Clarify session TTL vs cookie TTL
...
Addresses #2041 (comment 245505999).
2017-02-14 19:20:40 +01:00
Alan Plum
5a02a8983f
More cookie options
...
Fixes #2085 .
2017-02-14 19:20:40 +01:00
Alan Plum
8a078cc960
Improve `@arangodb` docs
2017-01-09 20:01:07 +01:00
Alan Plum
d9e6acee6b
Update GettingStarted.mdpp
2017-01-09 19:09:13 +01:00
Alan Plum
ae61d0e0e6
Fix TODOs in Foxx docs
2016-12-12 15:40:51 +01:00
Alan Plum
27099a1f73
Clarify the default value of req.body
...
See #2215 .
2016-12-12 13:12:40 +01:00
Alan Plum
d8bf7252e2
Document OAuth1
2016-12-09 15:28:36 +01:00
Alan Plum
278e6d2cfe
Nicer OAuth2 docs
2016-12-09 15:28:36 +01:00
Simran Brucherseifer
e4eeb57e30
Docs: Use standard Markdown notation for headlines and disable MarkdownPP
2016-12-06 02:41:58 +01:00
Alan Plum
4585f300d9
Document dependencies description
2016-11-18 16:06:19 +01:00
Alan Plum
295e0ea19c
Mention the dotdot changes
2016-11-15 18:07:48 +01:00
Alan Plum
0950520eb5
Implement inline middleware
2016-10-26 18:16:18 +02:00
Alan Plum
019ea402d9
Add chapter on Foxx testing
2016-10-26 15:24:57 +02:00
Alan Plum
764d3b3183
Document the OAuth2 module
...
[skip ci]
2016-10-12 16:43:54 +02:00
Simran Brucherseifer
4af426f494
Fix Foxx Auth link in docs
2016-10-10 17:34:19 +02:00
Simran Brucherseifer
5b07b92346
Foxx: post route example that accepts an array of objects
2016-09-14 15:09:20 +02:00
Alan Plum
76c447e29d
Add module.context.createDocumentationRouter
2016-08-19 00:36:08 +02:00
Simran Brucherseifer
6d12343b45
Docs: make examples clearer that require modules, add note about aqlQuery -> aql
2016-07-27 17:11:42 +02:00
Alan Plum
284e71c8e0
GraphQL! Hype! 🎉
2016-07-12 17:03:44 +02:00
Alan Plum
9c4320aa92
Fix auth examples
2016-07-07 13:09:57 +02:00
Wilfried Goesgens
53043e28b2
Add detection for non-converted URLS, and make TODOs not match them.
2016-06-24 11:17:13 +02:00
Alan Plum
554a4f7ae3
Split up Foxx migration docs
2016-06-23 16:09:46 +02:00
Simran Brucherseifer
af806a165a
Minor documentation improvements
2016-06-21 14:14:08 +02:00
Wilfried Goesgens
c0bc2df7b5
Fix link.
2016-06-21 14:06:56 +02:00
Alan Plum
24074069f9
Finalize Router/Response.md
2016-06-21 00:13:01 +02:00
Simran Brucherseifer
0d0b23ca47
Fixx Foxx typos and markdown
2016-06-20 22:27:13 +02:00
Alan Plum
132a3fa387
Finalize Context.md
2016-06-20 18:02:26 +02:00
Alan Plum
50b8873d7c
More docs
2016-06-20 17:37:45 +02:00
Simran Brucherseifer
495ecbff38
Fix Foxx docu links and build
2016-06-20 11:38:01 +02:00
Alan Plum
34e8fdb90f
Port Configuration.md
2016-06-19 23:45:49 +02:00
Alan Plum
4b5c978a10
Ported old Scripts.md
2016-06-19 23:36:01 +02:00
Alan Plum
3465835def
Finalize Router/README.md
2016-06-19 23:01:32 +02:00
Alan Plum
88b4862fd8
Later
2016-06-19 22:51:03 +02:00
Alan Plum
4131c791a7
Finalize Router/Middleware.md
2016-06-19 22:44:12 +02:00
Alan Plum
8e24517115
Finalize Dependencies.md
2016-06-19 22:29:23 +02:00