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
Frank Celler
52daefa306
removed tests
2015-11-03 10:19:29 +01:00
Jan Steemann
d702914259
fixed memory errors in test code
2015-10-29 14:49:43 +01:00
Jan Steemann
ac4069d9de
added TRI_DeleteArrayJson() function
2015-10-29 14:49:29 +01:00
jsteemann
fad9782a4a
removed unused functions
2015-10-23 01:22:41 +02:00
Jan Steemann
caf57a440c
added tests
2015-10-22 11:41:36 +02:00
Michael Hackstein
596d215a32
Fixed Sparse Skiplist indexes. They were used for e.g.: null IN x.a. Added the queries-array to test makefile
2015-10-20 17:18:17 +02:00
Michael Hackstein
a4b5ce402d
Added indexes-multi test to the makefile
2015-10-19 13:28:25 +02:00
Michael Hackstein
4c6b0f283a
AttributeNames from the attribute parser are now non-nested attributes. They offer a function to join nested elements
2015-10-13 16:26:11 +02:00
Michael Hackstein
9450e43fda
Splitted a large aql-optimizer test file
2015-10-13 10:11:10 +02:00
Jan Steemann
53d2787cf6
added test case for routing and binary req/res
2015-10-08 10:18:36 +02:00
Frank Celler
4b0911c799
added debugging header x-arango-v8-context
2015-10-07 13:37:35 +02:00
jsteemann
358befddde
added test for issue #1521
2015-10-06 22:36:09 +02:00
jsteemann
9e6223756a
attempt to fix test that fails non-deterministically on TravisCI
2015-09-17 21:07:48 +02:00
Frank Celler
c892174c6a
added nightly
2015-09-16 15:14:34 +02:00
Jan Steemann
dc7ac83354
incremental sync fixes
2015-09-15 14:20:08 +02:00
jsteemann
22e17814e3
additionally allow the following characters in document keys:
...
`(` `)` `+` `,` `=` `;` `$` `!` `*` `'` `%`
2015-09-15 00:16:08 +02:00
Frank Celler
fcd1637261
set log.level to fatal, disable authentication in test
2015-09-14 14:49:36 +02:00
Jan Steemann
3b9721601e
fixed invocation of shell
2015-09-11 23:55:55 +02:00
Jan Steemann
560a039f3e
added tests
2015-09-08 14:22:23 +02:00
Willi Goesgens
931451c279
Add compatibility for RSpec V3
2015-09-07 13:13:58 +02:00
CoDEmanX
3a9648d78a
More Americanization
2015-09-03 22:25:43 +02:00
Jan Steemann
2e617ac0cc
Merge branch 'american-english' of https://github.com/CoDEmanX/ArangoDB into devel
...
Conflicts:
arangod/Wal/Slots.cpp
lib/Basics/debugging.cpp
lib/Basics/files.cpp
2015-09-02 13:14:49 +02:00
Jan Steemann
0e802d6438
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-02 10:20:18 +02:00
Jan Steemann
a80d6635ab
create fat datafiles
...
This prevents SIGBUS when a sparse datafile is accessed and the disk is full. In
this case the mmapped region is not necessarily backed by physical memory, and
accessing the memory may crash the program
2015-09-02 10:18:24 +02:00
CoDEmanX
956b396e43
Change spelling of 'initialize' to American English (actual code and files)
2015-09-01 17:29:22 +02:00
CoDEmanX
b4593a7e82
Change spelling of 'initialize' to American English (comments and log messages only)
2015-09-01 17:07:21 +02:00
Michael Hackstein
4409a59265
Further templatification of skiplist and fixed the tests
2015-09-01 15:05:47 +02:00
Michael Hackstein
40c1361244
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-25 16:40:31 +02:00
Max Neunhoeffer
203e9a5195
Make hashcache in AssocMulti switchable-off. Does not work yet.
2015-08-25 12:46:47 +02:00
Michael Hackstein
22ddc3923f
Fixed AttributeName parser tests
2015-08-24 11:49:40 +02:00
Jan Steemann
b08713d768
added tests and documentation
2015-08-24 11:05:26 +02:00
Jan Steemann
31a6547d4c
fix replication resumption
2015-08-21 15:57:24 +02:00
Michael Hackstein
b708a7ae68
Merge remote-tracking branch 'origin/devel' into array_indexing
2015-08-21 15:34:49 +02:00
Michael Hackstein
9bb7c0dec6
The skiplist index is now able to index arrays as well
2015-08-21 11:04:04 +02:00
CoDEmanX
49fcde5872
Fix #1447 : remove invalid/empty file
2015-08-19 23:17:25 +02:00
Michael Hackstein
5049c1dd23
Fixed CLANG compiler warnings in UnitTests
2015-08-19 15:25:41 +02:00
Michael Hackstein
241905c42c
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-19 12:51:53 +02:00
Jan Steemann
d8be947246
fixed unittests-shell-client, which did not start anymore
2015-08-19 12:46:15 +02:00
Michael Hackstein
59e8ea3fad
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-19 11:56:34 +02:00
Willi Goesgens
487228ae83
Unix domainsocket startup: use arangosh to check whether the server is up and running.
2015-08-18 15:41:27 +02:00
Michael Hackstein
e867181a72
Merge remote-tracking branch 'origin/eimerung_hashindex' into array_indexing
2015-08-17 15:58:53 +02:00
Michael Hackstein
7eda2e0f5c
Fixed the test for last commit
2015-08-17 12:43:11 +02:00
Michael Hackstein
d7d00a5d0d
Fixed index comparision with multiple components. Introduced by AttributeName format.
2015-08-17 12:43:09 +02:00
Jan Steemann
907e6368c6
some unused function cleanup
2015-08-17 12:43:09 +02:00
Michael Hackstein
17a8f73a06
Now the input for indexes is parsed using the new attribute parser. This means the flags for expanded Attributes are set. Also introduced a transformation function to transform an attributeName list back into a string.
2015-08-17 12:43:07 +02:00
Michael Hackstein
c85d5e347a
Implemented a new AttributeNameParser this is able to identify [*] expansion and shall be used for array indexes. Also includes tests.
2015-08-17 12:43:05 +02:00
Jan Steemann
c558a19511
added tests for timeouts
2015-08-16 23:28:49 +02:00
Frank Celler
8d26dc36ea
fixed build on MacOSX via cmake
2015-08-13 15:39:03 +02:00
Jan Steemann
7468b13958
do not test on message strings, but error codes
2015-08-12 22:13:08 +02:00