Wilfried Goesgens
|
2c38e2a78d
|
make redirects relative if on the same host; later editions of the HTTP 1.1 RFC state that its valid.
this fixes #1558
|
2015-11-04 13:32:34 +01:00 |
Michael Hackstein
|
3549be5088
|
Added CXX implementation for REMOVE_VALUE and REMOVE_NTH
|
2015-11-04 12:44:30 +01:00 |
Michael Hackstein
|
0f042e96ea
|
Added Tests for CXX implementation for REMOVE_VALUE and REMOVE_NTH
|
2015-11-04 10:17:53 +01:00 |
Michael Hackstein
|
fb0b5d8093
|
Fixed SHIFT CXX test
|
2015-11-03 17:10:46 +01:00 |
Michael Hackstein
|
51eaae0f85
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-11-03 15:44:05 +01:00 |
Michael Hackstein
|
39748553d2
|
Added tests for CXX implementation of SHIFT and UNSHIFT
|
2015-11-03 13:09:27 +01:00 |
Wilfried Goesgens
|
8e4231e17a
|
Fix documentation.
|
2015-11-03 11:58:33 +01:00 |
Michael Hackstein
|
7ace3c42e4
|
Added a CXX implementation of APPEND
|
2015-11-03 11:51:12 +01:00 |
Michael Hackstein
|
5154e4de7a
|
Added CXX implementation of POP
|
2015-11-03 10:21:35 +01:00 |
Jan Steemann
|
16bdc37447
|
fixed parse error
|
2015-11-03 10:21:34 +01:00 |
Jan Steemann
|
3eb6794d8f
|
added derived file
|
2015-11-03 10:21:34 +01:00 |
Frank Celler
|
e4eff4c16f
|
reverted 71c37439a8 , 3dbb101b4a , af6202e3e7 because of missing CLA
|
2015-11-03 10:21:33 +01:00 |
Frank Celler
|
6ef373aa47
|
reverted 9147856636 because of missing CLA
|
2015-11-03 10:21:33 +01:00 |
Michael Hackstein
|
d75bc51647
|
Added a CXX implementation of PUSH
|
2015-11-03 10:21:31 +01:00 |
Michael Hackstein
|
1848c0f1f4
|
Added CXX implementation for FIRST_DOCUMENT and FIRST_LIST.
|
2015-11-03 10:21:31 +01:00 |
Michael Hackstein
|
4627cdabb3
|
Added warnings for division by zero in CXX implementation.
|
2015-11-03 10:21:30 +01:00 |
jsteemann
|
b1a95cb42c
|
added AQL function `UNSET_RECURSIVE`
|
2015-11-03 10:21:30 +01:00 |
Michael Hackstein
|
d002370a1d
|
Deactivated warnings test. Have to take a closer look at it on Monday
|
2015-11-03 10:21:29 +01:00 |
Michael Hackstein
|
ea54c9fcc8
|
Deactivated warnings test. Have to take a closer look at it on Monday
|
2015-11-03 10:21:29 +01:00 |
jsteemann
|
cbb691410c
|
added CXX implementations for `FIRST`, `LAST` and `NTH`
|
2015-11-03 10:21:28 +01:00 |
jsteemann
|
8d2c3fd7ca
|
remove even more FILTER conditions
|
2015-11-03 10:21:26 +01:00 |
Michael Hackstein
|
0339cb5e0c
|
Added a CXX implementation of BINARY_OPERATOR_DIV. Deactivated CXX implementation of BINARY_OPERATOR_MOD have to check for data types
|
2015-11-03 10:19:31 +01:00 |
Michael Hackstein
|
5a8f75ffb6
|
Fixed a test that did rely an a non-guaranteed sort order
|
2015-11-03 10:19:30 +01:00 |
Michael Hackstein
|
f23259b2bb
|
Added CXX implementation of BINARY_OPERATOR_DIV
|
2015-11-03 10:19:30 +01:00 |
Michael Hackstein
|
ceec76f13b
|
Added CXX implementation for BINARY_OPERATOR_TIMES
|
2015-11-03 10:19:29 +01:00 |
Michael Hackstein
|
344f70fee2
|
Added CXX implementation for BINARY_MINUS
|
2015-11-03 10:19:29 +01:00 |
Frank Celler
|
52daefa306
|
removed tests
|
2015-11-03 10:19:29 +01:00 |
Frank Celler
|
e87cdafe73
|
reverted abe72bec38 , fb0a309b3c , f28e829586 because of missing CLA
|
2015-11-03 10:19:28 +01:00 |
hkernbach
|
699e2051c8
|
grunt build
|
2015-11-03 10:19:28 +01:00 |
hkernbach
|
22288b3d40
|
optimized graph invalid edge error message
|
2015-11-03 10:19:27 +01:00 |
Max Neunhoeffer
|
92dbff9fdb
|
Add failover actions to coordinator in cluster case.
|
2015-11-03 10:19:27 +01:00 |
Max Neunhoeffer
|
21bc08715a
|
Fix heartbeat thread of DBserver, less sleeping.
|
2015-11-03 10:19:26 +01:00 |
Michael Hackstein
|
11606c1f55
|
Added a CXX implementation of BINARY_PLUS.
|
2015-11-03 10:19:26 +01:00 |
hkernbach
|
c88ab6b49c
|
graph viewer now able to throw some errors/notifications
|
2015-11-03 10:19:25 +01:00 |
hkernbach
|
3632d1e44c
|
updated scss-lint.yml
|
2015-11-03 10:19:23 +01:00 |
Michael Hackstein
|
8c9282f5c7
|
Added tests for CXX implementation of arithmetic - in AQL
|
2015-10-30 13:40:07 +01:00 |
Michael Hackstein
|
e3d50baabb
|
Added tests for CXX implementation of arithmetic + in AQL
|
2015-10-30 13:30:19 +01:00 |
Michael Hackstein
|
8744572adc
|
Added tests for CXX implementation fo SUBSTRING
|
2015-10-30 12:58:27 +01:00 |
Michael Hackstein
|
76c62c090a
|
Added tests for CXX implementation of CONTAINS
|
2015-10-30 11:29:17 +01:00 |
Michael Hackstein
|
858a8ba4f8
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-30 10:27:21 +01:00 |
hkernbach
|
8bba3a795a
|
grunt build
|
2015-10-30 10:27:11 +01:00 |
hkernbach
|
f647212224
|
merge
|
2015-10-30 10:20:00 +01:00 |
hkernbach
|
4940c80d88
|
optimized notifications, removed bug in document editor, css fixes
|
2015-10-30 10:17:53 +01:00 |
Jan Steemann
|
10612184ee
|
added derived file
|
2015-10-30 10:12:34 +01:00 |
Michael Hackstein
|
c3a6de0cc4
|
Added more CXX tests for AQL numeric functions
|
2015-10-30 10:00:25 +01:00 |
Michael Hackstein
|
5a97b2c8bb
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-30 09:25:28 +01:00 |
Frank Celler
|
55e940c1cd
|
reverted 2070d7bd47 because of missing cla
|
2015-10-29 20:02:39 +01:00 |
Frank Celler
|
901f68f28a
|
reverted 0692264fe2 , cbe78e3b1f , 61d3846356 , e26c2295fb , 6bc34aa8ce , c0e9db0769 because of missing CLA
|
2015-10-29 19:59:43 +01:00 |
Michael Hackstein
|
6d2e36cee3
|
Added a test for CXX version of RAND
|
2015-10-29 16:31:35 +01:00 |
Michael Hackstein
|
cc35fdb7b0
|
Added the implementation and more tests for EDGES in CXX only
|
2015-10-29 15:52:46 +01:00 |