Jan Steemann
2353fc648f
fixed documentation errors
2015-09-28 11:56:39 +02:00
jsteemann
a243661bbe
fixed bash completion generator
2015-09-25 19:29:06 +02:00
Alan Plum
e26fc9b442
S'more.
2015-09-25 17:04:08 +02:00
Alan Plum
40837eacf1
Refactored db module loading
2015-09-25 17:02:51 +02:00
Wilfried Goesgens
c3d587a239
We now return 202 in org/arangodb/actions/echoRequest
2015-09-25 17:00:54 +02:00
Wilfried Goesgens
80be8d96ae
Merge branch 'devel' of github.com:arangodb/ArangoDB into devel
2015-09-25 16:51:07 +02:00
Wilfried Goesgens
3b7e56e48a
Note that the semantics of database module requires changed.
2015-09-25 16:50:35 +02:00
Alan Plum
a58fc5fdfa
Also add node/node_modules on Windows
2015-09-25 16:43:50 +02:00
Alan Plum
8c24b0c28b
Fixed missing thumbnail
2015-09-25 16:40:03 +02:00
Jan Steemann
0e6b1e64da
re-added reloadRouting()
2015-09-25 16:38:27 +02:00
Alan Plum
0fcb9ea46e
Fixed applicationContext.collectionName
2015-09-25 16:32:17 +02:00
Wilfried Goesgens
06b0057bb1
Fix module loading
2015-09-25 16:24:17 +02:00
Jan Steemann
3ce21453c3
added derived files
2015-09-25 16:01:36 +02:00
Jan Steemann
ace5bd8ec2
some fixes for the web interface
2015-09-25 16:01:13 +02:00
Jan Steemann
0ebf0be777
fixed Gruntfile to include cluster stuff
2015-09-25 15:07:24 +02:00
Jan Steemann
c7012ebf0b
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-25 13:58:24 +02:00
Jan Steemann
99f244774d
fixed --javascript.execute
2015-09-25 13:58:04 +02:00
Wilfried Goesgens
cba3ed80ae
fix jslint: remove unused variable
2015-09-25 13:50:29 +02:00
Wilfried Goesgens
b280c59aa7
Split tests that don't work in clusters.
2015-09-25 11:50:33 +02:00
Wilfried Goesgens
712a3bcceb
Implement a starting resource for graph documentation
2015-09-24 18:53:23 +02:00
Wilfried Goesgens
3ec86166e8
Fix detection of curl examples
2015-09-24 18:39:53 +02:00
Jan Steemann
9e1d4b0c9d
updated CHANGELOG
2015-09-24 16:33:59 +02:00
Jan Steemann
7c992a5d51
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-24 16:05:15 +02:00
Jan Steemann
71f8d89eeb
allow installing Foxx applications in /_open/
2015-09-24 15:59:42 +02:00
Jan Steemann
a430cb9f6c
allow installing Foxx apps in /_open/
2015-09-24 15:54:09 +02:00
Alan Plum
1a5f5fe65d
Merge pull request #1508 from arangodb/require-sanity
...
Node-compatible require implementation
2015-09-24 15:50:40 +02:00
Jan Steemann
4249095456
issue #1507 : added optional *allowImplicit* sub-attribute for transactions
2015-09-24 15:50:00 +02:00
Alan Plum
963d9b082e
Removed hack for extension-free package main
2015-09-24 14:23:15 +02:00
Alan Plum
ac3e4b0c49
Linting
2015-09-24 14:20:15 +02:00
Wilfried Goesgens
a9ea2122d5
Revert 9cd38eba44
again.
2015-09-24 14:09:14 +02:00
Alan Plum
95d99ebd16
Make shell-foxx-manager-install-spec pass
2015-09-24 13:46:15 +02:00
Alan Plum
400532043f
Fixed shell-foxx-manager-install-spec module use
2015-09-24 13:46:15 +02:00
Alan Plum
98d2560b4c
Fixed shell-require test
2015-09-24 13:46:14 +02:00
Alan Plum
30588d556f
Add support for 'main: "index"' and expose globalPaths
2015-09-24 13:46:14 +02:00
Alan Plum
ef50d88f5e
Moved queue creation to queue manager init
2015-09-24 13:46:14 +02:00
Alan Plum
67e2264603
Fixed cyclic import
2015-09-24 13:46:14 +02:00
Alan Plum
f8ef55f437
Fixed Foxx preprocessing
2015-09-24 13:46:14 +02:00
Alan Plum
252cba5e9f
Implemented FoxxService
2015-09-24 13:46:14 +02:00
Alan Plum
309dcb2c17
Partially implemented FoxxService
...
The FoxxService class replaces ArangoApp and should contain the necessary logic to load Foxx services based on their manifests.
2015-09-24 13:46:14 +02:00
Alan Plum
763d206c40
Rebuilt aardvark shell
2015-09-24 13:46:14 +02:00
Alan Plum
f021cdc471
Implemented require from db collection
2015-09-24 13:46:13 +02:00
Alan Plum
038267cb06
Re-implemented require/module based on Node 4.1.0
...
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
Alan Plum
f19263ab78
Added eslintrc
2015-09-24 13:46:13 +02:00
Alan Plum
798b4fc521
Added more Node stubs
2015-09-24 13:46:13 +02:00
Alan Plum
52f1cf6e2c
Updated util to 4.1.0
2015-09-24 13:46:13 +02:00
Alan Plum
e57c383dea
Updated path to 4.1.0
2015-09-24 13:46:12 +02:00
Alan Plum
69a4352394
Added unmentioned modules to VERSIONS
2015-09-24 13:46:12 +02:00
Alan Plum
de7b507dea
Updated querystring to 4.1.0
2015-09-24 13:46:12 +02:00
Alan Plum
77cca88c50
Updated string_decoder to 4.1.0
2015-09-24 13:46:12 +02:00
Alan Plum
af7c11132a
Updated url to 4.1.0
2015-09-24 13:46:12 +02:00