Andreas Streichardt
f9204cf71c
Remove useless debug output
2016-10-28 12:50:22 +02:00
Wilfried Goesgens
fe72c4d87d
Add the neccessary scripts to build the other documentation media
...
formats from the makefile.
2016-10-28 00:54:37 +02:00
Jan Christoph Uhde
66bf5be749
rename vpp to vst in server options and endpoint
2016-10-27 21:45:38 +02:00
Jan Christoph Uhde
c83bc341db
mention VelocyStream in ReleaseNotes
2016-10-27 21:26:32 +02:00
Wilfried Goesgens
d1c2ceb33f
Merge branch 'devel' of github.com:arangodb/ArangoDB into devel
2016-10-27 16:19:45 +02:00
Wilfried Goesgens
c36a83fc37
make .deb xz compression configurable
2016-10-27 16:19:35 +02:00
Andreas Streichardt
ea47c828a5
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-10-27 16:17:54 +02:00
Wilfried Goesgens
04be4a789f
make .deb xz compression configurable
2016-10-27 16:04:59 +02:00
Wilfried Goesgens
f57691a481
add the possibility to configure cmake from the docker
...
prepare_buildenv.sh
2016-10-27 16:04:08 +02:00
Kaveh Vahedipour
32049dd2c5
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-27 15:18:23 +02:00
hkernbach
e5abaffa6d
removed console log, optimized offline view
2016-10-27 15:05:33 +02:00
Kaveh Vahedipour
5c38455fbd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-27 15:04:43 +02:00
Kaveh Vahedipour
985c0a4318
fixed sporadic failure of foxx apps to start
2016-10-27 15:04:26 +02:00
Jan Christoph Uhde
1ff118c4b9
Merge branch 'devel' of github.com:arangodb/arangodb into devel
...
* 'devel' of github.com:arangodb/arangodb:
grunt
fixed event loop bug, optimized nodes view
2016-10-27 14:39:32 +02:00
Jan Christoph Uhde
8e7841a1c4
remove verbose message
2016-10-27 14:39:17 +02:00
hkernbach
451c115223
grunt
2016-10-27 13:50:35 +02:00
hkernbach
693109de47
fixed event loop bug, optimized nodes view
2016-10-27 13:50:26 +02:00
Jan Christoph Uhde
cea5f9def6
try to fix some windows warnings
2016-10-27 10:33:34 +02:00
Andreas Streichardt
e90cc9df6a
Fix windows warning
2016-10-27 10:29:12 +02:00
Jan Christoph Uhde
1ff2bc068e
Squashed commit of the following:
...
commit a72b49c416dd2c78dbd0d9a67b503bdac49e342d
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date: Thu Oct 27 09:21:25 2016 +0200
remove description that is now in a google docs document
commit 19274465ced67796b166b24bbacc79189b5ee24d
Merge: 09e67e1 5b818c3
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date: Thu Oct 27 09:14:29 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into request_statistics
* 'devel' of github.com:arangodb/arangodb: (36 commits)
enable switching from http to vst fix vst authentication
Fix failing swagger test
Foxx release notes
Implement inline middleware
comment out install targets since we don't want to ship curl binaries
don't log velocypack output by default, as it may have side-effects
fix sanitation of externals
attempt to use less memory
Do not build curl exec
remove useless semicolons
fixed windows compile errors
Add chapter on Foxx testing
Don't load mocha QUnit interface
No more demeter chains...canUseDatabase implemented on AuthenticationFeature level
allow working with empty bodies
performance optimization
Adding new examples
Added agency to feature list
Add scripts route to Foxx API
cause of occasional aardvard not starting up still unclear
...
commit 09e67e1fea153388eb81153d735473991d34b12f
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date: Wed Oct 26 09:39:16 2016 +0200
start to add documentation
commit 747fc3a6905bf4460a40db9322c6dbd3336552c7
Author: Jan Christoph Uhde <Jan@UhdeJC.com>
Date: Tue Oct 25 14:30:03 2016 +0200
avoid negaitve statistics
2016-10-27 09:26:18 +02:00
Jan Christoph Uhde
5b818c3243
enable switching from http to vst fix vst authentication
2016-10-26 23:23:35 +02:00
Alan Plum
33b6a2b8eb
Fix failing swagger test
...
Adds missing signature variant for endpoint.response method.
2016-10-26 21:06:19 +02:00
Alan Plum
71d030b44e
Foxx release notes
2016-10-26 18:38:04 +02:00
Alan Plum
0950520eb5
Implement inline middleware
2016-10-26 18:16:18 +02:00
Wilfried Goesgens
8e2e86792a
comment out install targets since we don't want to ship curl binaries
2016-10-26 17:55:50 +02:00
Jan Steemann
dada6ad399
don't log velocypack output by default, as it may have side-effects
2016-10-26 17:03:45 +02:00
Jan Steemann
b71317bbbc
fix sanitation of externals
2016-10-26 17:02:23 +02:00
Jan Steemann
54f0e903df
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-26 16:46:22 +02:00
Jan Steemann
a8576124d1
attempt to use less memory
2016-10-26 16:46:10 +02:00
Andreas Streichardt
44367a70c4
Do not build curl exec
2016-10-26 16:40:10 +02:00
Jan Steemann
99a057703e
remove useless semicolons
2016-10-26 16:39:34 +02:00
Mark
3d60934b9f
fixed windows compile errors
2016-10-26 16:39:06 +02:00
Alan Plum
019ea402d9
Add chapter on Foxx testing
2016-10-26 15:24:57 +02:00
Alan Plum
4770e38fa1
Don't load mocha QUnit interface
...
The QUnit interface interferes with the BDD and TDD interfaces resulting in weird inconsistencies.
2016-10-26 15:24:56 +02:00
Andreas Streichardt
2fdef7b607
No more demeter chains...canUseDatabase implemented on
...
AuthenticationFeature level
2016-10-26 14:05:02 +02:00
jsteemann
37a9a8b27c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-26 12:18:13 +02:00
jsteemann
f818036a13
allow working with empty bodies
2016-10-26 12:17:26 +02:00
jsteemann
eed9c23796
performance optimization
2016-10-26 12:04:27 +02:00
Kaveh Vahedipour
11d37675e8
Adding new examples
2016-10-26 10:00:32 +00:00
Kaveh Vahedipour
b9c7ee25b3
Added agency to feature list
2016-10-26 11:44:56 +02:00
Alan Plum
a999dee906
Add scripts route to Foxx API
2016-10-26 11:41:08 +02:00
Kaveh Vahedipour
162a57ae5e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-26 09:29:55 +00:00
Kaveh Vahedipour
33b2b212a9
cause of occasional aardvard not starting up still unclear
2016-10-26 09:29:49 +00:00
Mark
ff4dcf7c58
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-26 10:51:15 +02:00
Mark
70bfba15c8
removed velocystream endpoint configuration from docu. obsolete with 3.1 final
2016-10-26 10:50:31 +02:00
Jan Steemann
b450dfd0f1
added "silent" attribute to HTTP documentation
2016-10-26 10:46:14 +02:00
Kaveh Vahedipour
27618a48a1
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-26 10:20:48 +02:00
Kaveh Vahedipour
9491003999
Aardvark startup issues on coordinators
2016-10-26 10:20:39 +02:00
jsteemann
7aaa212d8a
allow for faster shutdowns in case there are pending cursors
2016-10-25 21:44:56 +02:00
jsteemann
0651a2c1ca
documentation update for profiling
2016-10-25 19:59:58 +02:00