Wilfried Goesgens
ceed0f15e1
Packaging/fix debug config ( #4352 )
2018-02-08 11:45:43 +01:00
Jan
7bb1c88663
speed up collection.any() for mmfiles ( #4433 )
2018-02-08 11:39:40 +01:00
Jan
7854574933
added missing rights for setting up replication in system database ( #4524 )
2018-02-08 09:35:00 +01:00
Jan
b2ceb68205
Feature/small misc optimizations ( #4504 )
2018-02-08 09:25:07 +01:00
Jan
0eae1d225f
fix internal issue #1848 ( #4521 )
...
AQL optimizer was trying to resolve attribute accesses
to attributes of constant object values at query compile time, but only did so far
the very first attribute in each object
this fixes https://stackoverflow.com/questions/48648737/beginner-bug-in-for-loops-from-objects
2018-02-08 09:23:15 +01:00
Tobias Gödderz
a7ee38b5fa
Issue #4160 : Clearer log messages during upgrade ( #4534 )
2018-02-08 09:14:26 +01:00
jsteemann
24da298f0a
removed useless explain
2018-02-08 09:01:03 +01:00
Jan
80df690816
remove obsolete hint ( #4531 )
2018-02-08 08:53:24 +01:00
Jan
4e99113bbb
periodically recheck socket validity/connectivity for sockets that loop around poll() every 20s ( #4535 )
2018-02-08 08:40:52 +01:00
Vasiliy
cf0d575246
locally tested only, Changes since last PR: disable IResearch IQL until IResearch upstream is updated, address some warnings ( #4519 )
2018-02-07 09:40:06 +01:00
Jan Christoph Uhde
6d8d3b5197
Add getIndexes() to completion in arangod-console ( #4527 )
2018-02-07 09:38:53 +01:00
Jan Christoph Uhde
a54c581111
try to fix permission issues of "/var/tmp/arangod" ( #4457 )
2018-02-06 23:17:08 +01:00
Kaveh Vahedipour
7f9786eb27
builder fixed for agency transaction. worked only for a single server. ( #4436 )
2018-02-06 23:14:53 +01:00
Manuel B
96fd64d620
fix js in aragosh user mngmnt example ( #4466 )
2018-02-06 23:13:03 +01:00
Michael Hackstein
8626f96a4d
Improve MacOS build, faster, more stable at least a bit less complex. ( #4507 )
2018-02-06 15:45:39 +01:00
Wilfried Goesgens
97e2a9d968
we mustn't deliver curl build results with our packages ( #4506 )
2018-02-06 15:44:50 +01:00
Michael Hackstein
2d55e99b80
Create javascript.app-path if it does not exist ( #4509 )
2018-02-06 15:42:05 +01:00
Andrey Abramov
30f8e7d954
Merge pull request #4487 from arangodb/buf-fix/internal-issue-#334
...
properly handle `IndexCreate` markers in rocksdb recovery
2018-02-05 22:51:07 +03:00
Jan Christoph Uhde
3fadaf72c6
Feature/upgrade curl ( #4283 )
2018-02-05 20:37:12 +01:00
Andrey Abramov
af5318c407
Merge branch 'devel' of https://github.com/arangodb/arangodb into buf-fix/internal-issue-#334
...
# Conflicts:
# arangod/IResearch/IResearchLink.cpp
# arangod/IResearch/IResearchView.cpp
2018-02-05 19:03:05 +03:00
Alan Plum
232abd4bd0
Fix legacy Foxx HTTP API compat layer ( #4265 ) ( #4449 )
2018-02-05 12:35:51 +01:00
Michael Hackstein
bec14f53ce
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2018-02-05 11:48:23 +01:00
Michael Hackstein
057c72b8f2
Added CHANGELOG entries for latest foxx fixes. Forgotten in PR.
2018-02-05 11:48:18 +01:00
Mark
599da158b5
Bugfix Foxx API tests ( #4446 )
2018-02-05 11:31:27 +01:00
Alan Plum
58cfd340cc
Don't greedily delete legit app folders ( #4437 )
...
See #4395
2018-02-05 11:30:05 +01:00
Vasiliy
aa041ddfb9
locally tested only ( #4476 )
2018-02-05 11:24:34 +01:00
Andrey Abramov
2bdc341fa0
some fixes after review
2018-02-02 20:21:42 +03:00
Andrey Abramov
630d1afacf
properly handle `IndexCreate` markers in rocksdb recovery
2018-02-02 16:23:25 +03:00
Frank Celler
28e645af2a
Feature/remove groovy file update ( #4483 )
...
* do not regenerate file
* added branch name to groovy file directly
2018-02-02 08:59:50 +01:00
Max Neunhöffer
858d875e8b
Further fixes for libmusl completely static build. ( #4474 )
...
* Make crc assembler code position independent.
* Fix PIE compilation for libmusl in alpine linux.
* Use backtrace library if found.
2018-02-01 13:38:34 +01:00
Dan Larkin
bf606bdf89
Rename more '-iresearch' tests to '-arangosearch'. ( #4477 )
2018-01-31 18:01:04 +01:00
Dan Larkin
a25384fe6c
Rename -iresearch files to -arangosearch for proper test selection. ( #4386 )
2018-01-31 17:25:59 +01:00
Jan Christoph Uhde
fd166d07f4
try to fix windows build ( #4468 )
2018-01-31 10:09:39 +01:00
Wilfried Goesgens
d577933b87
we now have 3.4 ( #4467 )
2018-01-30 17:02:40 +01:00
Alan Plum
05d0c81d7d
More consistent config/deps output in Foxx API (devel) ( #3792 )
...
* Correctly expose parsed/raw config
This makes accessing the configuration more consistent by distinguishing between the raw (assigned) and parsed (validated/default) values.
Previously there was no way to recognise default values for unset config options and the "current" value did not actually reflect what the service sees.
* Add minimal option to config/deps routes
The default values are backwards compatible with the existing behaviour but can be overridden to consistently get more/less output.
* Actually merge warnings into non-mininal response
2018-01-30 16:50:36 +01:00
Wilfried Goesgens
054989cd41
Documentation/rename iresearch files ( #4456 )
2018-01-29 17:23:18 +01:00
Michael Hackstein
7a5a9a620c
Bug fix/distribute shards like ( #4415 )
2018-01-29 13:07:06 +01:00
Dan Larkin
fcc5db8876
Downgraded log level for debug statements in caching system. ( #4448 )
2018-01-26 17:07:29 +01:00
jsteemann
a73408182c
fix invalid filename (my bad)
2018-01-25 16:46:15 +01:00
jsteemann
6384d1eb67
quick fix to fix MacOS compilation
2018-01-25 16:28:51 +01:00
Jan
3889494c9c
removed obsolete comment ( #4431 )
2018-01-25 15:57:45 +01:00
Jan
caf409b638
fix issue #4272 ( #4419 )
2018-01-25 15:57:13 +01:00
Jan
fe0fca9029
Bug fix/restore unlock ( #4387 )
2018-01-25 15:56:27 +01:00
Kaveh Vahedipour
739d483724
distributeShardsLike documented for /_api/collection ( #4410 )
2018-01-25 15:24:38 +01:00
Michael Hackstein
31d62bd339
Fixed a type in VariableName of the pipeline script. This caused the Script to be unable to build custom combinations,. ( #4434 )
2018-01-25 11:21:46 +01:00
Jan
778a223e7e
reduce memory usage by using smaller types for offsets/indexes ( #4430 )
2018-01-24 21:30:24 +01:00
Jan
64ad854e67
fix exit code for catch tests ( #4427 )
2018-01-24 18:10:09 +01:00
Jan
5cb29ee198
fix several memleaks in catch tests ( #4409 )
2018-01-24 17:26:49 +01:00
Wilfried Goesgens
457b6fadab
Bug fix/jenkins ( #4425 )
2018-01-24 16:36:25 +01:00
Max Neunhöffer
e33d8085d4
Make sure docker tag is stored. ( #4420 )
2018-01-24 15:18:28 +01:00