Jan Steemann
7367d3400b
fixed download of AQL query results in web interface
2014-11-04 01:31:12 +01:00
Jan Steemann
166e41a512
issue #1069 : Add 'raw' link to swagger ui so that the raw swagger json can easily be retrieved
...
This adds a link to the Swagger API docs to an application's detail view in
the **Applications** tab of the web interface. The link produces the Swagger
JSON directly. If authentication is turned on, the link requires authentication,
too.
2014-11-04 01:16:56 +01:00
Jan Steemann
52e897f3e2
some cleanup
2014-11-04 00:09:50 +01:00
Jan Steemann
d3ff754352
issue #998 : Incorrect application URL for non-system Foxx apps
2014-11-04 00:08:10 +01:00
Jan Steemann
229b1be34c
added keywords
2014-11-03 23:43:39 +01:00
Jan Steemann
2e6da78211
added derived file
2014-11-03 23:22:42 +01:00
Jan Steemann
9edba8f96e
issue #1075 : Aardvark: user name required even if auth is off
...
The fix for this prefills the username input field with the current user's
accout name if any and `root` (the default username) otherwise. Additionally,
the tooltip text has been slightly adjusted.
2014-11-03 23:22:08 +01:00
Jan Steemann
657a1be675
added derived file
2014-11-03 23:16:11 +01:00
Jan Steemann
952901fe64
updated CHANGELOG
2014-11-03 23:15:42 +01:00
Jan Steemann
87e0bf6ed2
updated new features document
2014-11-03 19:05:50 +01:00
Jan Steemann
4bf6bb9fc2
updated documentation
2014-11-03 17:58:50 +01:00
Jan Steemann
a3b2ac6240
updated documentation
2014-11-03 17:51:18 +01:00
Willi Goesgens
8c82a33972
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-03 15:43:29 +01:00
Willi Goesgens
7c1fc46e6d
Make join-performance test an own suite, since the number of documents to be processed has to be different.
2014-11-03 15:42:48 +01:00
Thomas Schmidts
a10f05f0ed
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-03 15:39:17 +01:00
Thomas Schmidts
2a4ec531a4
Headlines now show everything in the right size
2014-11-03 15:38:56 +01:00
Jan Steemann
3d6592f6fb
updated docs
2014-11-03 15:37:54 +01:00
Jan Steemann
c3a5b9a92d
updated documentation
2014-11-03 15:32:00 +01:00
Thomas Schmidts
2b1f90079b
All headlines in the documentation will be shown correctly now
2014-11-03 15:30:43 +01:00
Willi Goesgens
8c91f94462
Fix possible uninitialised variable access as advised by Frank.
2014-11-03 13:30:53 +01:00
Frank Celler
e37220ea06
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-01 22:39:29 +01:00
Frank Celler
1457c2631b
minor cosmetics
2014-11-01 22:39:21 +01:00
Jan Steemann
749a0aa408
fixed cloning of AST nodes
2014-11-01 21:54:02 +01:00
Jan Steemann
432430632e
documentation fixes
2014-11-01 21:03:30 +01:00
Jan Steemann
1ae150d90a
control number of v8 contexts independently from number of server threads
...
added command-line option `--javascript.v8-contexts` to control the number of
V8 contexts created in arangod.
Previously, the number of V8 contexts was equal to the number of server threads
(as specified by option `--server.threads`). However, it may be sensible to
create different amounts of threads and V8 contexts. If the option is not
specified, the number of V8 contexts created will be equal to the number of
server threads. Thus no change in configuration is required to keep the old
behavior.
2014-11-01 21:02:00 +01:00
Jan Steemann
9862c85464
fixed typos
2014-11-01 18:21:04 +01:00
Jan Steemann
e669dc7c29
re-activated tests
2014-11-01 18:06:15 +01:00
Jan Steemann
d1bf47a14a
fixed issue when rolling back remove operations that could not remove from indexes
2014-11-01 18:03:57 +01:00
Jan Steemann
e2cfa056c0
pass query warnings around in cluster
2014-11-01 16:36:58 +01:00
Jan Steemann
d85dddfc7a
be less verbose
2014-11-01 15:22:27 +01:00
Jan Steemann
025d73ae03
re-added support for fullCount
2014-11-01 15:20:05 +01:00
Frank Celler
0f302c912a
removed mruby generation of errors
2014-11-01 12:15:19 +01:00
Frank Celler
2ce59c3478
removed recursion
2014-11-01 12:15:07 +01:00
Frank Celler
0e7be8dddf
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
js/apps/system/aardvark/frontend/js/templates/navigationView.ejs
2014-11-01 10:14:55 +01:00
Frank Celler
95e1f4f4ec
updated links to arangodb.com
2014-11-01 10:13:04 +01:00
Frank Celler
38d0d91782
removed non-existing test
2014-11-01 10:12:37 +01:00
Frank Celler
4900b00068
removed internal documentation
2014-11-01 10:12:21 +01:00
Jan Steemann
0bb7a6e349
nullptr
2014-11-01 03:36:44 +01:00
Jan Steemann
4b6ad369b9
updated CHANGELOG
2014-11-01 03:09:07 +01:00
Jan Steemann
51d3871195
removed debug output
2014-11-01 02:25:17 +01:00
Jan Steemann
a7af7eed31
fix double free issue
2014-11-01 02:20:13 +01:00
Jan Steemann
af6891e545
fixed results
2014-10-31 20:17:08 +01:00
Jan Steemann
26c3b0174f
fixed tests
2014-10-31 19:58:20 +01:00
Max Neunhoeffer
0044d7d1b0
Fix bug in AQL that abort() was called after commit() for trx.
2014-10-31 18:15:40 +01:00
Jan Steemann
a5e7b26c81
added comment [skip ci]
2014-10-31 17:31:40 +01:00
Jan Steemann
e18fbb38c4
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-10-31 17:31:13 +01:00
Jan Steemann
4f68960ed7
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
Thomas Schmidts
16af3b95bc
Changed .org to .com in the documentation
2014-10-31 15:46:51 +01:00
Thomas Schmidts
38bc690ecd
Changed wrong documentation links
2014-10-31 15:19:49 +01:00
Thomas Schmidts
5a94dad667
cleaned up the localtheme at the cookbook
2014-10-31 15:17:49 +01:00