Kaveh Vahedipour
266ee69535
less noisy inception: only updated configurations are gossipped. avoid multiple reports
2016-11-03 10:27:43 +01:00
Kaveh Vahedipour
cdd9550637
less noisy inception: only updated configurations are gossipped. avoid multiple reports
2016-11-03 10:23:48 +01:00
Jan Steemann
8e80562268
try to fix compile warning
2016-11-03 10:17:39 +01:00
Jan Steemann
a83b7bd3ca
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-03 10:02:19 +01:00
Jan Steemann
d0572ceb24
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-03 09:57:57 +01:00
Jan Steemann
4e18eefa4e
try to fix compile warning
2016-11-03 09:57:14 +01:00
hkernbach
e669d64b6a
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-03 09:37:17 +01:00
hkernbach
c345474bca
optimized version indicator
2016-11-03 09:37:11 +01:00
jsteemann
096c01af22
fix typo in message
2016-11-03 00:42:53 +01:00
jsteemann
68317bb4f2
added experimental `REGEX_REPLACE` AQL function
2016-11-03 00:40:19 +01:00
jsteemann
36f49d7f2c
prefer user-defined unique indexes on multiple attributes over primary index
2016-11-02 23:20:26 +01:00
jsteemann
d5d23d381f
do not use readdir_r() anymore as it is not safe
...
...and also deprecated in newer versions of libc:
http://man7.org/linux/man-pages/man3/readdir_r.3.html
That man page recommends to use plain readdir() because it can be expected
to be thread-safe in reality, and newer versions of POSIX may require its
thread-safety formally, and in addition obsolete readdir_r() altogether
2016-11-02 22:53:25 +01:00
jsteemann
2fdf65c3a4
a bit of index cleanup
2016-11-02 22:44:06 +01:00
jsteemann
cae493f060
increase default number of results for AQL editor
2016-11-02 22:19:44 +01:00
jsteemann
07596abcd3
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-02 22:06:56 +01:00
jsteemann
cf27b1d5c5
fix bugs in front-end query builder
...
- filtering on multiple, different attributes did not work
- select boxes for filter operators did not contain IN, NOT IN and like for all but for the top-most select box
2016-11-02 22:06:03 +01:00
jsteemann
123ecf82b5
more details for API that describes internals of AQL functions
2016-11-02 21:37:35 +01:00
jsteemann
1e12406bbd
remove log spam
2016-11-02 21:37:21 +01:00
jsteemann
d8df8ba0cf
updated CHANGELOG
2016-11-02 21:13:46 +01:00
Wilfried Goesgens
7be96cb8c0
Fix rpm install/uninstall on suse/redaht
2016-11-02 21:11:26 +01:00
jsteemann
56b771f0d2
some more debug logging for the supervisor
2016-11-02 21:01:42 +01:00
Frank Celler
7df02164ee
fixed supervisor startup
2016-11-02 19:37:49 +00:00
Wilfried Goesgens
2d99049d0f
Merge branch 'devel' of github.com:arangodb/ArangoDB into devel
2016-11-02 18:58:37 +01:00
Wilfried Goesgens
746e1d10a0
Substitute filenames into the plist file
2016-11-02 18:58:08 +01:00
Max Neunhoeffer
6890860dd3
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-11-02 09:38:11 -07:00
Max Neunhoeffer
25d687e32a
Add debug messages in gossip calls in agency.
2016-11-02 09:37:04 -07:00
Jan Steemann
b9d345ff67
fix --database.check-version on an empty directory
2016-11-02 16:55:27 +01:00
Kaveh Vahedipour
d82079a59c
don't override raft timeout cmd line inpute
2016-11-02 16:02:37 +01:00
Kaveh Vahedipour
e9450e21c2
don't override raft timeout cmd line inpute
2016-11-02 15:57:49 +01:00
Kaveh Vahedipour
9aeefddc9b
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-02 15:45:04 +01:00
Kaveh Vahedipour
c71d9e287e
do not override command line RAFT timings with estimates
2016-11-02 15:44:54 +01:00
hkernbach
7903fcf7bb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-02 14:57:01 +01:00
hkernbach
4ab8671bff
issue #2131 - display process and error of pending or failed index creations
2016-11-02 14:56:49 +01:00
Wilfried Goesgens
b8c6473a24
Also copy zip packages to the output directory.
2016-11-02 14:27:27 +01:00
Kaveh Vahedipour
df881f3599
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-02 13:00:19 +01:00
Kaveh Vahedipour
7c6171702c
startStandaloneAgency with different gossip modes
2016-11-02 13:00:08 +01:00
Frank Celler
865c284c59
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-02 12:37:18 +01:00
Frank Celler
7a9d58b06e
Fixed potential undefined behavior with temporary objects.
2016-11-02 12:37:04 +01:00
Kaveh Vahedipour
c8511619a6
Gossipping premature stop
2016-11-02 12:01:24 +01:00
Kaveh Vahedipour
134eed9c99
less high frequent gossipping
2016-11-02 11:39:23 +01:00
Kaveh Vahedipour
8b99d8995a
Fix unfinished gossips
2016-11-02 11:36:57 +01:00
Wilfried Goesgens
da687f8f53
set execute bit
2016-11-02 09:37:17 +01:00
jsteemann
757085fbe4
remove structures.h (only needed by json.h)
2016-11-01 15:34:18 +01:00
jsteemann
31bbbb454f
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-01 15:23:49 +01:00
jsteemann
31350a5c14
micro optimizations
2016-11-01 15:23:28 +01:00
Simran Brucherseifer
9f2ad47aa4
Aardvark: Prevent logo from touching main content
2016-11-01 13:03:30 +01:00
Alan Plum
f630020269
Expose static req.reverse as module.context.reverse
2016-10-31 17:38:11 +01:00
Kaveh Vahedipour
a481c27a68
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-31 17:01:14 +01:00
Kaveh Vahedipour
9a6f605f2f
fixed small double / long conversion
2016-10-31 17:00:55 +01:00
jsteemann
85784426d3
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-10-31 16:54:34 +01:00