1
0
Fork 0
Commit Graph

34954 Commits

Author SHA1 Message Date
servusoft d7a93ae3cc build of dependecies don't works on cross compiling 2016-11-16 20:10:59 +01:00
Alan Plum 5978461ffe
Add download route to Foxx API 2016-11-16 18:49:56 +01:00
jsteemann 8c3b824fe5 broke build 2016-11-16 17:11:02 +01:00
Alan Plum ce154316b1
More graceful handling of contributors without e-mail in Aardvark 2016-11-16 16:44:31 +01:00
jsteemann 9e6b031e8b removed unused things from gitignore 2016-11-16 16:31:24 +01:00
jsteemann ef8e89808f added stubs for RocksDB engine 2016-11-16 16:12:52 +01:00
Alan Plum 89b59a522a
Add tests for Foxx path logic 2016-11-16 11:38:00 +01:00
Alan Plum ff415076d9
More convenient `@arangodb/request` 2016-11-16 11:37:59 +01:00
Wilfried Goesgens 3c61d43f7c Merge pull request #2174 from servusoft/patch-21
refactoring dump_vars
2016-11-16 10:31:46 +01:00
Jan Steemann 1ad7d5e4a4 removed warning 2016-11-16 10:20:28 +01:00
servusoft 10e3cffcdb refactoring `dump_vars`
dump of
- COMPILE_DEFINITIONS
- MACROS
- VARIABLES
2016-11-16 09:31:18 +01:00
Alan Plum e653248ece Update README.md
[skip ci]
2016-11-15 18:39:46 +01:00
Alan Plum f4189e0dbb
Add 3.1 badge
[skip ci]
2016-11-15 18:15:42 +01:00
Alan Plum d1c52e696c
Merge branch 'dotdot' into devel 2016-11-15 18:10:17 +01:00
Alan Plum 57cd82f88c
Fix swagger static path resolution 2016-11-15 18:08:06 +01:00
Alan Plum 295e0ea19c
Mention the dotdot changes 2016-11-15 18:07:48 +01:00
Alan Plum 8f6f022616
Unescape parts during Foxx routing 2016-11-15 17:38:15 +01:00
Wilfried Goesgens 159f46339f add possibility to force forward push tags 2016-11-15 16:19:32 +01:00
hkernbach 1e44df85ca fixed #2169 2016-11-15 16:08:40 +01:00
Alan Plum 39a6c6af90
Don't decode suffixes for JS 2016-11-15 15:46:22 +01:00
jsteemann 77e2cf5a65
fix passing of special chars in URLs in cluster
- this sets option CURLOPT_PATH_AS_IS to keep ".." and other special components in paths
- this also changes the behavior of StringUtils::urlEncode() to always encode the "."
  character to "%2e"
2016-11-15 15:46:22 +01:00
jsteemann 68c15ebc9e
do not url-decode paths eagerly 2016-11-15 15:46:21 +01:00
Alan Plum facee370fa
Fix static file serving for paths wth dots in them 2016-11-15 15:41:33 +01:00
hkernbach 29e5fed1b5 merge 2016-11-15 15:32:59 +01:00
hkernbach c47ec3bbd5 eslint 2016-11-15 15:32:11 +01:00
Heiko Kernbach aa55634419 eslint 2016-11-15 15:31:30 +01:00
Wilfried Goesgens 64b50e5816 fix handling of enterprise tags 2016-11-15 15:30:25 +01:00
hkernbach 1649b2cd59 added rule to eslint conf 2016-11-15 14:40:21 +01:00
hkernbach 9ce2d1d1f7 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-15 14:31:14 +01:00
hkernbach d245cda324 replaced grunt semistandard with eslint 2016-11-15 14:31:07 +01:00
Wilfried Goesgens 1264fea68a Merge pull request #2173 from servusoft/patch-20
fix bugfix
2016-11-15 14:23:41 +01:00
servusoft 85a3b6e935 fix bugfix
add_definitions(..) should be befor add_subdirectory(..)
2016-11-15 14:11:42 +01:00
Wilfried Goesgens 330ec1c5cb fix lint 2016-11-15 12:55:03 +01:00
Wilfried Goesgens 5c42b56521 Merge pull request #2170 from servusoft/patch-19
bugfix for HAVE_POSIX_STRERROR_R define on cross compiling
2016-11-15 11:29:39 +01:00
servusoft a60f17a5e7 bugfix for HAVE_POSIX_STRERROR_R define on cross compiling 2016-11-15 11:27:15 +01:00
jsteemann fb7490edb2 don't increase number of index results for unique indexes 2016-11-15 10:29:02 +01:00
Jan Steemann 929b866121 updated CHANGELOG 2016-11-14 17:32:44 +01:00
Jan Steemann 19f771fcd6 issue #2168 2016-11-14 17:30:19 +01:00
Wilfried Goesgens 9e33912d97 move test dumper into its own file, as sugested by Athur Janke 2016-11-14 15:29:42 +01:00
Simran Brucherseifer 0d9dbfbe24 Docs: AQL functions and index utilization 2016-11-14 14:16:30 +01:00
Simran Brucherseifer 036fb9a5d5 Docs: Unique indexes on sharded collections 2016-11-14 14:15:02 +01:00
hkernbach b8fd680df7 ui aql graph preview default is now canvas 2016-11-14 12:50:53 +01:00
Alan Plum 5788b2e3ca
Fix failing test 2016-11-13 15:08:40 +01:00
Alan Plum c0a3f5a8a1
Better Foxx API error handling 2016-11-12 22:33:07 +01:00
Alan Plum d28a14da24
Clarify USE_MAINTAINER_MODE flag 2016-11-12 22:33:06 +01:00
jsteemann ecaf2fd16b when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
Kaveh Vahedipour 1401af8eeb Merge branch 'devel' of http://github.com/arangodb/arangodb into devel 2016-11-10 14:19:26 +01:00
Kaveh Vahedipour 1f10de105f assembly fix relocation R_X86_64_32S against 2016-11-10 14:19:02 +01:00
jsteemann fcacd76bca display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
Kaveh Vahedipour a898aa03ce assembly fix relocation R_X86_64_32S against 2016-11-10 12:36:23 +01:00