Jan
5c5b5e548d
Feature/unique vpack index lookup performance improvements ( #3087 )
...
* fixed issue #3075
* update the known issues document, as some issues have already been fixed
* speed up equality lookups in unique vpack indexes
* fixed wording
2017-08-24 14:39:09 +02:00
Simon Grätzer
a14ffcd26e
Relaxing edge cache test asserts ( #3103 )
...
* fixing cache resizing bug
* reenabling test
* relaxing test asserts
2017-08-22 15:52:48 +02:00
Frank Celler
536625a50a
Bug fix/foxx queue registration ( #3097 )
...
* Fix Foxx queue registration
Multiple registration of the same queue was possible. The queue document in _queue was saved multiple times with the same key/id
* Add additional foxx queue test
2017-08-22 11:56:07 +02:00
Simon Grätzer
b76b53d87a
Fix edge cache behaviour ( #3079 )
...
* fixing cache resizing bug
* reenabling test
2017-08-22 10:40:52 +02:00
m0ppers
0dfea58d54
Feature/remove manual zippery ( #3036 )
2017-08-17 23:30:27 +02:00
Jan
8e4dac4fc4
fix fulltext index removal performance, simplified code ( #3015 )
...
* simplify index API a bit
* fix fulltext index removal performance, simplified code
* updated CHANGELOG
* fix hanging test
* try to fix shutdown problem
* improve fulltext query performance
* fixed duplicate var
* removed obsolete code
* fix some shutdown races
* do not call ensureIndex that often
2017-08-12 09:25:30 +02:00
Jan
e6c6c5acda
Bug fix/pre release woes ( #2988 )
...
* fixed issue #2982
* updated CHANGELOG
2017-08-10 09:39:28 +02:00
Jan
0238d651fb
Bug fix/3.2.1 issues ( #3009 )
...
* fix documentation
* fix crash in explain
2017-08-09 16:49:24 +02:00
Michael Hackstein
7ab117f5f8
Bug fix/dump restore auth ( #2917 )
...
* Added a backup test suite. This suite is supposed to entirely drop an ArangoDB _system and restore it into a fresh one. This also includes system collections.
* Added more test cases for backup suite. Now tests several authorization/rights cenarios
* Fixed RestReplication Handlers to restore _user collections Properly.
* Updated Changelog
* Added special handling of _users in Restore for MMFiles as well.
* Added JWT secret for cluster execution of this test, also added JWT secret to shutdown call
2017-08-09 12:59:51 +02:00
Jan
bfa1051345
Feature/slow queries log bind vars ( #2954 )
...
* add bind variables when logging slow queries, and make this configurable
* added bind variable tracking
2017-08-04 20:45:12 +02:00
Jan
40c5b94d68
Bug fix/nightly fixes ( #2946 )
...
* fix internal documentation (thanks @Simran-B)
* fixed issue #2810
* potential fix for issue #2939
* updated CHANGELOG
* updated CHANGELOG
2017-08-04 13:34:12 +02:00
Jan
a10832d41e
do not allow the creation of volatile collections in the RocksDB stor… ( #2900 )
...
* do not allow the creation of volatile collections in the RocksDB storage engine
* only create a volatile collection for mmfiles in test
* fix tests
2017-08-03 22:45:17 +02:00
Simon Grätzer
3f58a44e3b
Fix cases where the root user has access to excluded collections ( #2856 )
2017-08-03 21:16:08 +02:00
Kaveh Vahedipour
0b6d6d9287
Fixed distributeShardsLike bug in creating collections. numberOfShard… ( #2895 )
2017-08-03 19:38:16 +02:00
Jan Christoph Uhde
ed8efe3566
Feature/issue 387 cluster index estimates ( #2866 )
2017-08-01 09:53:58 +02:00
Jan
6820ec3891
fixed issue #2868 : cname missing from logger-follow results in rocksdb ( #2901 )
2017-07-28 18:52:30 +02:00
m0ppers
6fefe5ab31
In high concurrency situations double checking checksums is a must have ( #2890 )
2017-07-28 00:43:21 +02:00
Simon Grätzer
9786b198c2
Allow pregel jobs to interrupt on shutdown ( #2855 )
2017-07-27 15:29:01 +02:00
Wilfried Goesgens
7e03187123
When a transaction aborts, add the error messages to the returned sta… ( #2848 )
...
* When a transaction aborts, add the error messages to the returned status to aid the development process (as suggested by @DeShadow)
* If we are an arangoerror log out the ArangoError code
* don't send the stacktraces via the 'net, but have better error messages anyway
* static is wrong here - we want to use it with per threads individual values now.
* restructure source just to have one stacktrace processing function.
* Pull array from javascript logging functions up to c++
* js_log now can handle an array of v8-strings, converts it to a vector of std::strings, feeds them one by one into logging for now.
* the stacktraces now don't do individual calls to js_log, but one with an array of log lines.
2017-07-27 12:01:30 +02:00
Heiko
1bb9265ee3
fixed general graph module when options attribute is missing ( #2842 )
2017-07-19 18:18:30 +02:00
Heiko
d5e85bf987
general graph module and UI now supporting sharded and replicated graph ( #2825 )
2017-07-19 12:49:04 +02:00
Frank Celler
a5a25754ed
Feature/reduce extraction to projection ( #2792 )
...
* reduce extractions to projections
* recycle string buffers in SocketTask
* micro optimizations for mmfiles indexes
* added special lookup function for _key
* moved function into the correct file
* speed up key buffer allocations a bit
* added noexcept specifier
* correctly name variable
* explicitly move bounds
* fix and speedup from/toPersistent functions
* reuse string from ManagedDocumentResult for multiple lookups
* use move-assign
* a bit less work for single server
* speedup AQL function HASH
* single fetch optimization
* performance optimization for the case when no documents need to be returned
* make reduce-extraction-to-projection a RocksDB-only optimizer rule
* cppcheck
* try to fix compile error on MacOS
* bug fix for MacOSX
* missing namespace (in Windows compile)
2017-07-14 08:40:29 +02:00
Max Neunhöffer
2f874249bb
Bug fix/adjust agency comm timeouts ( #2765 )
...
* Take out 503 timeouts altogether.
* Overhaul of AgencyComm::sendWithFailover loop.
* Let performRequests optionally ignore 404 coll not found.
* Fix error message "database not found" when AgencyComm failed.
* Add log entries in Agency if locks are acquired too slowly.
* Reexecute the javascript cluster sync stuff even if there was no plan/current change...So failed sync jobs can retry later...
* Cover callbacks in Communicator by lock. This fixes https://github.com/arangodb/planning/issues/370
* Put in delay in waiting for leader in agency test.
* Schmutz logging to heartbeat topic.
* Add more lock time diagnostic in agent.
* Switch on agencycomm tracing in coordinator.
2017-07-13 00:44:28 +02:00
Frank Celler
40d73d5a8b
Revert "[WIP] Feature/reduce extraction to projection ( #2735 )"
...
This reverts commit 5bfcff30cd
.
2017-07-12 12:52:14 +02:00
Jan
5bfcff30cd
[WIP] Feature/reduce extraction to projection ( #2735 )
...
* reduce extractions to projections
* recycle string buffers in SocketTask
* micro optimizations for mmfiles indexes
* added special lookup function for _key
* moved function into the correct file
* speed up key buffer allocations a bit
* added noexcept specifier
* correctly name variable
* explicitly move bounds
* fix and speedup from/toPersistent functions
* reuse string from ManagedDocumentResult for multiple lookups
* use move-assign
* a bit less work for single server
* speedup AQL function HASH
* single fetch optimization
* performance optimization for the case when no documents need to be returned
* make reduce-extraction-to-projection a RocksDB-only optimizer rule
2017-07-12 11:22:29 +02:00
Frank Celler
545e861829
Bug fix/agency prepare leading bug ( #2752 )
2017-07-08 17:08:30 +02:00
Jan Christoph Uhde
562cc77b59
Bug fix/issue 2499 insert 9 instead of 1 ( #2727 )
...
* Add testcase to demonstrate #2499
- In subqueries inserts get pushed to the DB-Servers
- these create documents documents on each DB-Server that don't respect the shard-key
- subsequent deletes will fail to detect the shard correctly and will also fail.
* fix for #2499
2017-07-06 09:53:39 +02:00
Jan
27dc53b451
Bug fix/cleanup stuff ( #2734 )
...
* cppcheck
* remove unused files
* cppcheck just sucks
* add _FORTIFY_SOURCE
2017-07-05 19:34:16 +02:00
Jan
d334455bbf
remove a non-deterministic part of a test ( #2730 )
2017-07-04 17:33:31 +02:00
Jan
a5afdf9437
Bug fix/small issues ( #2696 )
...
* remove unused code
* print values of all options
* don't print "warning(s):" if there are none
* remove remainders of old file deletion functionality
* remove unused function
2017-07-01 00:30:45 +02:00
Jan
94b4a9ec4b
added "deduplicate" attribute for array indexes ( #2644 )
2017-06-30 17:53:50 +02:00
Mark
2ba5ee87c2
Fix issue #2677 ( #2678 )
...
Foxx disabling development mode creates non-deterministic service bundle
2017-06-27 16:38:42 +02:00
Frank Celler
2807ef559c
Feature/move shard fix ( #2626 )
...
Major overhaul of handling of synchronous replication.
2017-06-26 16:55:01 +02:00
Mark
50ad6fbd76
Foxx service CRUD optimizations ( #2657 )
...
* Pass config/deps on _install so setup can see them
* Only register service when install succeeded
* Don't throw after point of no return: breaky install is breaky
* Delete service files during install if service validation fail
* Delete service files during install if service execution fails
* Fix commitLocalState with invalide services
* Remove deprecated test
2017-06-26 09:28:59 +02:00
Mark
7743db32b9
Fix #2613 ( #2614 )
...
Reduce log level when Foxx manager tries to self heal missing database
2017-06-20 12:41:45 +02:00
Jan
9bebd33ba3
fix invalid first group results for sorted AQL COLLECT when LIMIT was used ( #2577 )
2017-06-16 09:44:14 +02:00
Michael Hackstein
830769dcb5
Fixed test file still calling warmup
2017-06-12 23:46:43 +02:00
Michael Hackstein
9edb884bc8
Feature/planning issue 188 ( #2547 )
...
* add warmup documentation - #188
* warn when relinking build directory
* add warmup documentation - #188
* warn when relinking build directory
* Renamed warmup to loadIndexesInMemory which is a better name for the current implementation of this feature.
* Adapted WebUI to state 'load indexes in memory' instead of 'warmup'
* Added loadIndexesInMemory documentation.
* Renamed loadIndexesInMemory => loadIndexesIntoMemory
2017-06-12 18:54:45 +02:00
Max Neunhoeffer
29921d32a8
Fix behaviour of synchronous replication in dropFollower case.
...
If we are already in shutdown, we do not drop a follower.
If we cannot drop a follower (no contact to agency), we error out.
2017-06-09 13:06:02 +02:00
Alan Plum
57487d6f4d
Expose internal.time ( #2530 )
2017-06-09 10:44:29 +02:00
Andreas Streichardt
7250ba29ee
Disable communicator and abort all requests when shutting down
2017-06-08 11:58:15 +02:00
Michael Hackstein
db0dcd5579
Reverted API name change on _getConnectingEdges
2017-06-07 11:13:52 +02:00
Kaveh Vahedipour
da0cc3490c
Squashed commit of the following:
...
commit 3d9cf792912db1974b9ac5e00ca2b4c9245b7d34
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Fri Jun 2 15:32:43 2017 +0200
optimise for single writes in agency log
commit 65056ab9026f9b4b211dda0f17c75602b978f2bf
Author: Max Neunhoeffer <max@arangodb.com>
Date: Fri Jun 2 15:01:15 2017 +0200
More tests, taking agency log compaction interval into account.
commit 6600d707784e8fd5b62c0c75fd1826af09b8e13f
Merge: cf46882 02f00cc
Author: Max Neunhoeffer <max@arangodb.com>
Date: Fri Jun 2 14:50:38 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of ssh://github.com/ArangoDB/ArangoDB into agency-log-compaction-overhaul
commit 02f00cc271d027f02b0625afb76745bfa76bf833
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Fri Jun 2 14:34:41 2017 +0200
compaction step and keep size defaults for 3.2
commit 03fc8fbff8f0ac701f7d7f94521c0c3152dd6f92
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Fri Jun 2 14:32:46 2017 +0200
Constituent fatally exists if eletion ballot cannot be persisted
commit cf4688226fc897e74bb2d9ebdfca3ce4578c3b70
Merge: c727fc4 724bd1e
Author: Max Neunhoeffer <max@arangodb.com>
Date: Fri Jun 2 13:08:15 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of ssh://github.com/ArangoDB/ArangoDB into agency-log-compaction-overhaul
commit 724bd1efe19e2e9dbfc14cd819f180816b6d62d0
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Fri Jun 2 13:02:51 2017 +0200
persistence success in agency state is properly evaluated
commit c727fc48bb93e7b135b3ca929c03221c7bcaddb9
Author: Max Neunhoeffer <max@arangodb.com>
Date: Fri Jun 2 12:04:55 2017 +0200
Set default compaction step size in agency to 20000 and 10000 keep size.
commit ded16ae6945e9c1479e99bc2e7ccb4d6feca19a6
Author: Max Neunhoeffer <max@arangodb.com>
Date: Fri Jun 2 11:11:12 2017 +0200
Fix help page in startStandAloneAgency.sh for --use-persistence.
commit 13ae9f40f649a8f92eeca4b16bbb5647b540722d
Merge: 834c7c9 aa3e8c1
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu Jun 1 23:41:34 2017 +0200
Merge remote-tracking branch 'origin/devel' into agency-log-compaction-overhaul
commit 834c7c920d36db3579def66c38fb04870936f8bd
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu Jun 1 16:56:03 2017 +0200
Handle error in recvAppendEntriesRPC properly.
commit bd9c8d03b76ad25d4078740b5bf994fdba3845d0
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu Jun 1 16:55:35 2017 +0200
Handle errors in persist() and log() properly.
commit 5b4d2c3d9af078d6a1b5626af20dc9abf2546baa
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu Jun 1 16:25:22 2017 +0200
Improve error reporting.
commit d60697c5f26d6592eecefc9b9a43e9b699d1773d
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Thu Jun 1 12:16:39 2017 +0200
Agency must not responds to any requests after startup util leader has RAFT commited up to pre shutdown state
commit 92b8ede5fa022ace1596607abcf8fad1130504c8
Merge: 9340e74 d24455c
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Wed May 31 16:54:45 2017 +0200
Merge remote-tracking branch 'origin/devel' into agency-log-compaction-overhaul
commit 9340e7461130a4783c09ad8d91e5a07f9500a045
Merge: 7b7ce9d 63a9d60
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Wed May 31 12:13:55 2017 +0200
agency tests to cover compaction
commit 63a9d604c474eda4302032629dff1f0f69fa0813
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 31 11:59:11 2017 +0200
Set agency.compaction-keep-size to at least 0.
commit ef842260968a4769d9502a701b7251da32647e52
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 31 11:49:34 2017 +0200
Fix agent size 1 case (thread already gone).
commit 7b7ce9d79f6e8208c13f153b1b9a395b780d6ce1
Merge: 24e2e7e ff306bf
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Wed May 31 11:39:58 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of https://github.com/arangodb/arangodb into agency-log-compaction-overhaul
commit ff306bf547bc4f528c9b66e222271ac143029508
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 31 11:11:06 2017 +0200
Move compaction into the future when we take a snapshot from leader.
commit 24e2e7e00f960928a79ce4008b8031d6b9b07fd9
Merge: 84034ac b3ea17a
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Wed May 31 11:01:13 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of https://github.com/arangodb/arangodb into agency-log-compaction-overhaul
commit b3ea17a219baa2abd5892819012fb59f440cdeb8
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 31 09:42:59 2017 +0200
Get rid of double nonsense.
commit 035c8d1b34e1b73a381d5468422adf13b2ebc36a
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 31 09:25:28 2017 +0200
Sort out Agent::load sequence.
commit 84034ac2809a77145d6b1d23bf44857b3a0c4651
Merge: eb34a2e 3180a9d
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Tue May 30 17:07:20 2017 +0200
merging in
commit eb34a2e64e6ac8dc6571b92cb853c38b7022c833
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Tue May 30 16:58:05 2017 +0200
keep persistence for restarts in standalone agency
commit 3180a9d9ce4a4401a55ef02606b020316d43cbe5
Merge: 5d60524 28b9580
Author: Max Neunhoeffer <max@arangodb.com>
Date: Tue May 30 16:56:56 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of ssh://github.com/ArangoDB/ArangoDB into agency-log-compaction-overhaul
commit 5d60524429d8ddda4491beecb931c3b9e3cc1d8a
Author: Max Neunhoeffer <max@arangodb.com>
Date: Tue May 30 16:56:36 2017 +0200
Implement snapshot sending in AppendEntriesRCV.
commit 28b958054f51c9cb36706df4e4345aa0f726ed15
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Tue May 30 14:20:13 2017 +0200
state machine should not advance _committed if empty
commit df18f326acea7f5bc2660a37e22f1503952e4b41
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 23:39:47 2017 +0200
Store term with compaction snapshot, recover again.
commit 2551a48b6fb513c9ea934bce755f8c364dae2f05
Author: Kaveh Vahedipour <kaveh@vahedipour.de>
Date: Mon May 29 17:45:26 2017 +0200
indices renamed to closely match RAFT documentation
commit e62dcdecf6e8650cfa5725d91b809d05591b48a4
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 16:37:43 2017 +0200
More cleanup.
commit 9f4787c46621375f0361138a8961431eb21ce5c0
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 14:50:25 2017 +0200
Revise loadLastCompactedSnapshot to return 0 without a snapshot.
commit 13285e1d70c8a4ac8c79a08de6f8fbc0f8d242bf
Merge: 3393c43 6c5f23e
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 12:06:20 2017 +0200
Merge branch 'agency-log-compaction-overhaul' of ssh://github.com/ArangoDB/ArangoDB into agency-log-compaction-overhaul
commit 3393c43c75520c74d20df09c74fbbbd8b1af5976
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 12:03:47 2017 +0200
More cleanup around Store::apply and friends.
commit 4ccb41d1839748c98e11403fa04f6a7d6af5e95b
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:45:41 2017 +0200
Document apply methods in Store with comments.
commit ea05c4880fedb6fe535e24761ac5cb3c26ccfc20
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:45:18 2017 +0200
Intentionally keep one log entry more to prevent empty log.
commit 67fb62f2259cc3c6368319917c7257ebcc177d3f
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:44:42 2017 +0200
Improve plausibility checks at compaction time.
commit 0bafc368785b15a94f8783c4c929f4208f87d09c
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu May 25 00:51:51 2017 +0200
Sort out (re-)building of agency K/V store(s) from compaction snapshots.
This is in case of (re-)start, becoming a leader and when serving
/_api/agency/store.
commit 46b0750bc6c597ec388aac0cdca32082c0cc54b8
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu May 25 00:50:54 2017 +0200
Set compaction interval to 200 and keep to 0.
This is way to small but tests should run with it.
Will later increase numbers again.
commit 024dc0846ae30248b464dd481a8bbc1134f56983
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 23:29:57 2017 +0200
Add a trivial test for agency log compaction.
commit e12fd3b46833419d7b436eeadd7246304324b891
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 23:26:03 2017 +0200
First part of cleanup of agency log compaction.
Now the right compaction snapshots are taken and persisted.
Furthermore, the right log entries and old snapshots are removed
after compaction, both the volatile and the persisted ones.
The readDB and spearHead stay unchanged at compaction time as it
should be.
commit d59901aea0c3ca31ef253299d2adc3353b79e664
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 12:18:26 2017 +0200
Remove unused member variable.
commit 6c5f23eb7b42d9f20d4dadb2932a63add99f9c76
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:45:41 2017 +0200
Document apply methods in Store with comments.
commit 670899f72d215e0fcc0ca0389cea9250a291e83b
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:45:18 2017 +0200
Intentionally keep one log entry more to prevent empty log.
commit 660f61029917bbc2ce1fae3e4fc903095b023297
Author: Max Neunhoeffer <max@arangodb.com>
Date: Mon May 29 09:44:42 2017 +0200
Improve plausibility checks at compaction time.
commit e2802e4b36d1f67d8361c1d8b0c92fbff696f439
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu May 25 00:51:51 2017 +0200
Sort out (re-)building of agency K/V store(s) from compaction snapshots.
This is in case of (re-)start, becoming a leader and when serving
/_api/agency/store.
commit 12b43f1b91284a1185390d6dcfbd1e838522d392
Author: Max Neunhoeffer <max@arangodb.com>
Date: Thu May 25 00:50:54 2017 +0200
Set compaction interval to 200 and keep to 0.
This is way to small but tests should run with it.
Will later increase numbers again.
commit c8b9a37a690b8e7e8bfa1276a3f9ba4b6b5a9c27
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 23:29:57 2017 +0200
Add a trivial test for agency log compaction.
commit cf0c8c1fff666f76411082f87efe685a412ecebb
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 23:26:03 2017 +0200
First part of cleanup of agency log compaction.
Now the right compaction snapshots are taken and persisted.
Furthermore, the right log entries and old snapshots are removed
after compaction, both the volatile and the persisted ones.
The readDB and spearHead stay unchanged at compaction time as it
should be.
commit 0a4255359a57b8686133e6014e2b82b8079f36fa
Author: Max Neunhoeffer <max@arangodb.com>
Date: Wed May 24 12:18:26 2017 +0200
Remove unused member variable.
2017-06-02 16:13:03 +02:00
Simon Grätzer
e5386aef30
fixing compiler warnings and edge cache test
2017-06-02 16:00:41 +02:00
Simon Grätzer
634254b80f
adding load and unload
2017-06-02 14:44:38 +02:00
Alan Plum
7608cde674
Implement clusterfoxx mounting logic ( #2514 )
...
* Serve error when service is out of sync
* Don't check system services for bundles
* Use appropriate errorNum if Foxx blows up
* Only check checksum when file exists
* Don't expose stack traces
2017-05-31 18:21:40 +02:00
jsteemann
62c944d8a8
added more tests for transaction parameters
2017-05-31 17:28:28 +02:00
Andreas Streichardt
dded5abb6c
Merge remote-tracking branch 'origin' into shardorganizer
2017-05-30 20:17:07 +02:00
Alan Plum
23ac54183c
More meaningful object logging
...
Don't log inherited attributes.
Do log constructor name for class instances.
Use _PRINT methods if available except when using console.dir.
2017-05-30 20:09:58 +02:00
Alan Plum
ab177612a5
Response -> IncomingResponse
2017-05-30 20:09:58 +02:00
Alan Plum
cceccf59da
Simplified Foxx self healing ( #2511 )
...
* Implement new self-heal
* Add error codes for 503, service missing/outdated
* Detect changes to service via rev
* Pretty print incoming response object in log
2017-05-30 18:27:32 +02:00
jsteemann
53b150b206
added tests for intermediate commits
2017-05-30 12:03:58 +02:00
jsteemann
a35f85bcc7
added proper docs for --query.fail-on-warning
2017-05-29 15:46:48 +02:00
Michael Hackstein
b9d2faa7cc
Added warmup function for indexes.
...
Squashed commit of the following:
commit bc0472d212b2efef0d7b1b8a36f2b43e8432ba86
Merge: eb47631 5f87674
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 29 09:39:31 2017 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into feature/rocks-index-warmup
commit eb476310b0ca6165be10b37b960933886c2757f5
Merge: d725f21 32149d2
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 29 09:00:41 2017 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into feature/rocks-index-warmup
commit d725f21f7d61f7c79ba31fc0338881e35f4d8f48
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 15:53:23 2017 +0200
Activated collection warmup in Cluster Mode. Added a test for collection warmup (SingleServerOnly)
commit 132bf4f9565b0dcf4ec9f84e93897b482a67ce7f
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 12:46:20 2017 +0200
Implemented client-side warmup. It can now be triggered via http and arangosh
commit 78ea449dff86118814a2f87bdb59dc16544d92b6
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 11:25:40 2017 +0200
Fixed assertion.
commit dae80f6277dde1a52eadda506858cc36e235bd55
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 11:08:46 2017 +0200
Improved the CuckooIndexEstimator computeEstimate function. It is now much better on collections with many different values
commit 7abf57876511ba369d7a577e1995d4575e98c7c8
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 11:06:43 2017 +0200
Edge index warmup will now first check if a document is stored and if not will insert it. Furthermore it resizes the cache with an estimate of how many documents will be most likely inserted
commit 890d8ad4cdfd155249f060fedd5c798b9531d556
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 11:04:47 2017 +0200
Adjusted thresholds in transactional cache. Wastly increased the amount of tries to get the lock. Lowered the fill-grade boundaries
commit 60972ab7151a3acb78e1aae4149de11d0da7aceb
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 10:45:38 2017 +0200
Added new Logtpopic CACHE that should be used to log important information regarding caches, like debug ouput on evictions / resizing, or memory-pressure resizing going on
commit 2dfacb9aef6e3fde169032514baca386786d059c
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 10:44:21 2017 +0200
Fixed an assertion in index iterator. It expected _from/_to to be cached but we modified to cache entire document
commit f05beccef65853c30eda1859a39c28ea2295bc71
Merge: 13c6abf 5c46430
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 26 07:56:58 2017 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into feature/rocks-index-warmup
commit 13c6abfbc2ddb451a689011110411df68247435e
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 24 09:52:01 2017 +0200
Added a getExtra feature for the edgeIndex. It now returns the complete edge as extra (temporary). Modified the EdgeCache to cache token and edge document (temporary). Added a warmup Function to collections that is used to warmup the index caches on demand.
2017-05-29 09:40:58 +02:00
Simon Grätzer
36503af230
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/RocksDBEngine/RocksDBReplicationTailing.cpp
2017-05-24 18:38:34 +02:00
Simon Grätzer
2f2d07ab9a
Multihreaded import
2017-05-24 18:37:45 +02:00
Andreas Streichardt
b70644440b
Do not allow creation of user collection when there are not enough
...
servers
2017-05-24 18:04:35 +02:00
jsteemann
e946a0c0b4
added diagnostic output
2017-05-24 11:52:33 +02:00
mpv1989
379521de53
Add adler32 test
2017-05-24 09:09:08 +02:00
mpv1989
cdfd41f9b9
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-22 13:54:08 +02:00
mpv1989
66fa98e14d
Add alder32 tests
2017-05-22 13:54:02 +02:00
jsteemann
bbdb191797
remove unused error code
2017-05-22 13:53:10 +02:00
Michael Hackstein
ae3a1d6dcc
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-18 10:07:50 +02:00
Michael Hackstein
592508125b
Deactivated index cache test im cluster. It is not supposed to work
2017-05-18 10:05:39 +02:00
jsteemann
b68482bcaa
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-18 00:17:55 +02:00
jsteemann
226920d7fa
optimizations
2017-05-17 23:41:16 +02:00
Michael Hackstein
0d18821705
Adapted the shell-index-figures test to honor that the primary index does not have a cache anymore.
2017-05-17 18:52:09 +02:00
Jan Christoph Uhde
02da6fc4ca
fix getIndex(withStats) for arangosh
2017-05-17 13:50:03 +02:00
Jan Christoph Uhde
55175386e7
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Lint
No more need to wrap legacy errors in new Foxx HTTP API
fixed initializing bug in dashboard ui at initial startup
Correctly expose errors in old Foxx API
Fix error expecations
2017-05-17 13:49:45 +02:00
Alan Plum
30524bbb84
No more need to wrap legacy errors in new Foxx HTTP API
2017-05-17 13:22:11 +02:00
Alan Plum
599ed214c6
Fix error expecations
2017-05-17 12:33:41 +02:00
Jan Christoph Uhde
0423b75137
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Throw correct errors in Foxx management internals
Make build flag easier to find in docs
2017-05-17 12:23:23 +02:00
Jan Christoph Uhde
415cbfea60
fix figures and add tests
2017-05-17 12:22:43 +02:00
Alan Plum
819a1194ba
Throw correct errors in Foxx management internals
2017-05-17 12:22:16 +02:00
Michael Hackstein
6a2ae1af8c
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-17 09:55:35 +02:00
Michael Hackstein
b19549f5e4
RocksDB now properly reports EdgeIndex estimates to the user. Also reactivated edgeIndex tests for the estimate in RocksDB.
2017-05-17 09:52:25 +02:00
Jan Christoph Uhde
1f4e90ec17
add test for index figures
2017-05-17 09:51:50 +02:00
Michael Hackstein
9569b67e8d
Reactivated hash-index tests on rocksdb. Mostly checking estimates.
2017-05-17 09:14:06 +02:00
Alan Plum
5d017d733c
Improve Foxx cluster resilience ( #2479 )
...
* Improve Foxx cluster resilience
Fixes #2083
Fixes #2384
Fixes #2408
Addresses #1892
* Port old Foxx API
* Implement single-file services
* Add console.errorStack/warnStack/infoStack helpers
* Simplify serviceInfo validation
* Extract github/upload logic into Aardvark and old FM API
* Move generator logic into Aardvark
* Move zip/js buffer logic into FM core
* Add Foxxmanager tests
* Send empty response when no README
* Disambiguate script arg format
Historically we allow passing an array of positional arguments or an arbitrary first argument.
This is surprising behaviour, so we should just always treat the value as a first argument.
* Rebuild bundle in development mode
* Nicer HTTP docs formatting
* Create Foxx HTTP docs
* Simplify service upload handling
* Remove inline swagger docs
* Implement public download route
* Consistency
* Rebuild aardvark
* Move bundle route into /_api/foxx/_local
* Rebuild Swagger API docs
* Add changes to CHANGELOG
* More docs
2017-05-16 17:41:29 +02:00
jsteemann
499491bee9
use exclusive locks for some transactions
2017-05-15 22:47:50 +02:00
Jan Christoph Uhde
c673391387
fix jslint warnings
2017-05-15 17:00:35 +02:00
Jan Christoph Uhde
de6a21f4f2
reduce number of log messages
2017-05-15 16:27:52 +02:00
Jan Christoph Uhde
b09b84dcad
add test for equality
2017-05-15 15:29:38 +02:00
Jan Christoph Uhde
2bc60c24bd
fix jslint erros
2017-05-15 13:45:13 +02:00
Jan Christoph Uhde
22e2b0fc7e
fix edge index test
2017-05-15 13:36:17 +02:00
Jan Christoph Uhde
ea386b605f
renable edge-index tests
2017-05-15 12:30:34 +02:00
Jan Christoph Uhde
e5db579b25
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/edge-index-cache
...
* 'devel' of https://github.com/arangodb/arangodb : (54 commits)
attempt to fix races in replication
grunt build
use exclusive transaction in syncer
change feature order around
dashboard
added api cluster api routes
add selection of storage engine
use some parallelism
micro optimizations
Fix truncate for geo
added assertions
remove unused include
try to fix initial sync problem
remove unnecessary includes
Finally fix the error where suddenly an array of dbservers are being called
Update queryView.js
initialize bool variable
remove debug output
removed unused private field
Wrong index number
...
2017-05-10 15:14:08 +02:00
Jan Christoph Uhde
4f552e7985
reactivate index tests
2017-05-10 14:48:05 +02:00
Simon Grätzer
3b7ef439c8
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/rocksdb-geoindex
2017-05-09 17:42:27 +02:00
jsteemann
e2039d587b
added debug output in case tests fail
2017-05-09 11:24:41 +02:00
Simon Grätzer
1e3368c76a
Preliminary changes
2017-05-08 18:27:51 +02:00
Simon Grätzer
31b87de7b3
Adding full text index to tests, and fixing some error handling
2017-05-08 11:41:12 +02:00
Simon Grätzer
1948896e5c
Broke a test file
2017-04-28 18:16:16 +02:00
Simon Grätzer
86ad31124d
Fixing some shell_replication tests
2017-04-28 18:14:03 +02:00
Simon Grätzer
52058ac909
fixing replication errors
2017-04-28 16:28:35 +02:00
Simon Grätzer
84ed7ec100
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/RocksDBEngine/RocksDBRestReplicationHandler.cpp
2017-04-28 14:40:17 +02:00
Simon Grätzer
0a00a7eb67
Fixed broken JSON output
2017-04-28 14:28:34 +02:00
jsteemann
8e95e1ee59
try to make task tests more robust and reliable
2017-04-28 09:40:08 +02:00
Frank Celler
33fda9275c
Merge pull request #2451 from arangodb/feature/ldap-auth
...
Feature/ldap auth
2017-04-26 14:12:32 +02:00
Michael Hackstein
2e417a1576
db._explain should now be backwards-compatible if we access a 3.1 instance with a 3.2 arangosh
2017-04-26 11:01:05 +02:00
baslr
f45a7f07b1
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-26 10:52:50 +02:00
Wilfried Goesgens
05a46e4781
fix db._explain() to work with the new interface of the graph traverser
2017-04-25 20:33:17 +02:00
Michael Hackstein
f21fd3c0fe
Made dropping of graphs more resilient to errors
2017-04-25 15:56:39 +02:00
jsteemann
9ab0ee817a
jslint
2017-04-25 15:17:33 +02:00
Michael Hackstein
e5f7303dad
Fixed drop in general-graph it now honors distributeShardsLike
2017-04-25 15:08:45 +02:00
baslr
54e2bd6386
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-25 14:19:05 +02:00
Michael Hackstein
02eb704279
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-04-25 12:58:53 +02:00
Michael Hackstein
5737dd00e0
Adapted replication applier tests to connect to 127.0.0.1:0 which is invalid instead of some random invalid IP. Causes the Mac to ignore the timeout.
2017-04-25 12:58:46 +02:00
baslr
579718ad37
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-25 11:18:07 +02:00
Jan Christoph Uhde
5f31e2b692
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Removed non-applicable test case.
unused variable
rocksdb options
fixes for non-array IN lookups, added tests
Add check for distributeShardsLike to dropCollectionCoordinator.
fixed foxx test
added missing return
js request simplified if sslProtocol
pass also sslProtocol from request to internal.download
fixed issue #2450
cppcheck
Added a missing switch break.
remove dead code
updated CHANGELOG
raised to 4
added 'x-content-type-options: nosniff' to avoid MSIE bug
fixed queue size
added queue size to statistics
added queue time and request tracing with timings
2017-04-25 08:38:51 +02:00
baslr
28461a24ca
js request simplified if sslProtocol
2017-04-24 23:06:46 +02:00
baslr
e01abcf1ed
pass also sslProtocol from request to internal.download
2017-04-24 23:06:45 +02:00
Jan Christoph Uhde
37db67dee5
fix engine name
2017-04-24 19:01:31 +02:00
Michael Hackstein
adf86751f1
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-04-24 15:38:02 +02:00
Michael Hackstein
13b7bf5744
Fixed replication tests. They tried to drop system collections without FORCE => setup failures if the collection exists before.
2017-04-24 15:37:52 +02:00
baslr
9a78fc650b
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-24 15:37:18 +02:00
Kaveh Vahedipour
ccc388a940
more dictributeShardsLike code mergedfrom 3.1
2017-04-24 15:13:40 +02:00
Kaveh Vahedipour
c099c6daa9
more dictributeShardsLike code mergedfrom 3.1
2017-04-24 15:12:38 +02:00
baslr
3d9f58bb70
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-24 12:45:35 +02:00
jsteemann
1df46f8923
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-21 16:59:32 +02:00
Kaveh Vahedipour
1f81ce28b0
merge in cpp & js from 3.1.18 yet to do tests
2017-04-21 15:41:05 +02:00
jsteemann
054f1afeb0
fix README_maintainers, provide debug output for invalid invocations
2017-04-19 12:05:16 +02:00
Simon Grätzer
a389dc0a92
Fixing geo + full text tests
2017-04-18 13:32:44 +02:00
Simon Grätzer
bab71f6339
Fixing jslint errors
2017-04-18 12:15:26 +02:00
Dan Larkin
5852597080
Moved a test file.
2017-04-14 00:04:11 -04:00
Simon Grätzer
866d8b7451
Fixing tests
2017-04-13 17:45:16 +02:00
Simon Grätzer
a0e25edac8
Fix a cluster test
2017-04-13 15:20:28 +02:00
baslr
d4ae94f937
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-10 17:14:37 +02:00
Jan Christoph Uhde
77da0794ce
fix shell-foxx-manager-nightly-spec.js
2017-04-06 17:32:49 +02:00
Jan Christoph Uhde
b7bd1d9e59
fix shell-foxx-manager-nightly-spec.js
2017-04-06 17:31:21 +02:00
jsteemann
a8f8587504
fix a test
2017-04-06 14:16:35 +02:00
Simon Grätzer
5603e1a6da
Renaming test files
2017-04-06 10:29:40 +02:00
Dan Larkin
1d9366b1f1
Moved/split more tests.
2017-04-05 16:09:46 -04:00
Dan Larkin
ff0efe8de8
Split/moved more test files.
2017-04-05 12:16:54 -04:00
Dan Larkin
84be9365af
Split a JS test.
2017-04-05 11:39:28 -04:00
jsteemann
ca60cd691a
remove dependency on fulltext index
2017-04-05 11:22:53 +02:00
Simon Grätzer
4e818e483a
Marked hash index selectivity test as MMFiles only
2017-03-31 11:48:11 +02:00
Simon Grätzer
807d38784c
Added some small fixes
2017-03-31 11:29:27 +02:00
baslr
f669fd4b9e
LDAP: more options
2017-03-30 11:03:13 +02:00
baslr
3b2ccf46f4
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-03-30 01:55:08 +02:00
jsteemann
3ff4f15a19
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-29 17:50:55 +02:00
mpv1989
e763233ca7
Foxx: Fix arangoUser not being set correctly
2017-03-29 17:33:16 +02:00
baslr
0713099acc
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-03-29 15:13:24 +02:00
mpv1989
59e000b743
Foxx: Fix CORS blowing up when headers are not set
2017-03-29 13:43:06 +02:00
jsteemann
f728fcdbb8
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-29 02:41:00 +02:00
baslr
7f92c26774
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-03-29 00:29:16 +02:00
mpv1989
f3ebf247b0
automatically add CORS response headers
2017-03-28 19:48:46 +02:00
Jan Christoph Uhde
f4e164ef78
fix compile errors
2017-03-27 08:57:51 +02:00
baslr
fef40e3c9d
merge with devel
2017-03-24 12:07:29 +01:00
baslr
e78da3d85f
LDAP: added additional errors
2017-03-23 23:51:48 +01:00
jsteemann
02c0dcc689
properly report error locations
2017-03-23 20:18:33 +01:00
jsteemann
6cbe5e7776
fix message
2017-03-23 19:41:28 +01:00
baslr
71b22e642f
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-03-23 13:36:12 +01:00
baslr
8c2b951884
LDAP: additional error codes
2017-03-23 01:26:51 +01:00
Wilfried Goesgens
85f58b9a21
we may now also do 'milestone'-releases next to devel/alpha/beta/rc
2017-03-22 11:59:25 +01:00
baslr
8fa6f9c5e7
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-03-21 23:27:26 +01:00
Dan Larkin
6cedc0ba53
Merge branch 'views' into devel
2017-03-21 11:40:42 -04:00
Dan Larkin
85132e0eaf
Finished adding view support to ArangoShell.
2017-03-21 11:40:14 -04:00
jsteemann
b8e011eee5
move attributes into engine
2017-03-21 10:31:50 +01:00
baslr
f593561438
introduce LDAP errors
2017-03-20 16:14:29 +01:00
Dan Larkin
a80ed16477
Added basic views support to ArangoShell.
2017-03-18 16:35:51 -04:00
jsteemann
e3d8ae142e
some fixes for view handling
2017-03-17 11:18:46 +01:00
Alan Plum
97e80c9d3b
Whitespace
2017-03-16 15:45:45 +01:00
Alan Plum
50e0eb16d2
Use COLOR_OUTPUT to determine whether to use color
2017-03-15 20:44:03 +01:00
Alan Plum
4920ef8b41
Implement tap/xunit reporters in Foxx
2017-03-15 20:09:31 +01:00
Alan Plum
c18aa323dc
Extract util.indentation
2017-03-15 20:09:30 +01:00
Simon Grätzer
67066c64ad
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-08 18:20:44 +01:00
jsteemann
3ed19e291d
added "shardIds" option for AQL queries to restrict queries to specific shards
2017-03-08 15:07:10 +01:00
Simon Grätzer
2c77f42486
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-07 15:08:06 +01:00
jsteemann
bda65cef8b
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-07 10:33:25 +01:00
jsteemann
aa870e9bce
fix attribute name parser failure return code
2017-03-07 10:32:27 +01:00
jsteemann
644ef08ce0
added "bindVars" to attributes of currently running and slow queries
2017-03-07 00:19:01 +01:00
jsteemann
c2d7412cb3
removed unused files
2017-03-06 17:41:30 +01:00
Simon Grätzer
dfd3cc3869
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangosh/Import/ImportHelper.cpp
2017-03-04 02:08:27 +01:00
Simon Grätzer
e94cb25c92
Editing documentation and moving test
2017-03-03 23:29:23 +01:00
jsteemann
573c346fa5
attempt to fix issues reported by @ewoutp
2017-03-03 14:47:21 +01:00
jsteemann
3a39921147
fixed documentation and added tests for grants API
2017-03-03 12:33:13 +01:00
jsteemann
7051f5d87a
fixed --convert false in arangoimp
2017-03-02 15:05:06 +01:00
jsteemann
14d5898fc2
test for issue #2342
2017-03-02 13:53:17 +01:00
jsteemann
7017c4747d
change default string truncation length
...
from 80 characters to 256 characters for `print`/`printShell` functions in ArangoShell and arangod.
this will emit longer prefixes of string values before truncating them with `...`, which is helpful for debugging.
2017-03-02 09:52:43 +01:00
Simon Grätzer
27c617fe10
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# 3rdParty/V8/v8
# arangod/Transaction/Methods.h
# arangod/Utils/UserTransaction.h
# arangod/V8Server/v8-collection.cpp
2017-03-01 14:52:35 +01:00
jsteemann
f5c8932744
initial version of query execution plan cache, still very rough
2017-02-21 11:58:38 +01:00
Alan Plum
d72f3ea511
Define Foxx's expected routing behaviour
2017-02-14 16:36:40 +01:00
jsteemann
202bfe1963
Merge branch 'suffix-decoding' of https://github.com/arangodb/arangodb into devel
2017-02-14 11:00:24 +01:00
Simon Grätzer
edab268572
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/Aql/FunctionDefinitions.cpp
# arangod/Aql/Functions.h
# arangod/Utils/ExplicitTransaction.h
2017-02-10 15:21:24 +01:00
Michael Hackstein
d999ebfa87
Merge branch 'devel' of github.com:arangodb/arangodb into engine-api
2017-02-10 12:59:06 +01:00
jsteemann
3c2edd46cd
some diagnostics if tasks are not found
2017-02-10 12:27:43 +01:00
Frank Celler
dc5e946c05
version number is now generated
2017-02-09 16:35:10 +01:00
jsteemann
bb32f2741e
added tests
2017-02-08 12:53:02 +01:00
Simon Grätzer
58ec9033f4
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-02-02 23:15:34 +01:00
Frank Celler
ca28e7c978
added support for topic logging
2017-02-02 16:00:37 +01:00
Simon Grätzer
cec711bc85
Fixed test
2017-01-31 14:13:58 +01:00
Simon Grätzer
37243315e9
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-28 15:30:28 +01:00
Frank Celler
864bd451cf
wait longer for figures
2017-01-28 00:25:30 +01:00
Simon Grätzer
64343cd579
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# scripts/startLocalCluster.sh
2017-01-27 15:58:22 +01:00
Alan Plum
c9b926916a
Even cleaner SyntaxError stacktraces
...
Don't clutter stacktraces for Node compatibility at all. Just add lineNumber/columnNumber/fileName to the object.
These are non-standard but there is precedent for these names in Mozilla.
2017-01-27 05:53:39 +01:00
Alan Plum
88ac5777d6
Clean up SyntaxError generation
...
Clobber stacktrace instead of wrapping in another exception with wonky message string.
This makes SyntaxError details node-compatible and parseable for generating code frames.
2017-01-27 05:34:22 +01:00
Alan Plum
3370ecbadd
Nicer error page and code frames
2017-01-27 01:57:30 +01:00
Alan Plum
c268b2db91
Keep stacktraces out of error messages
...
They are already reported much more consistently via 'cause' so methods logging them should exploit that instead.
2017-01-27 01:57:29 +01:00
Simon Grätzer
4c370a09fe
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/Cluster/ClusterInfo.h
2017-01-24 16:41:34 +01:00
Andreas Streichardt
7b1c9b7833
Instanceinfo and testresult will now be written to the test rootdir
2017-01-24 14:54:10 +01:00
Simon Grätzer
d71ebf7c1d
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-20 14:42:19 +01:00
Andreas Streichardt
9ad10acdc0
add mochagrep
2017-01-19 17:58:43 +01:00
Simon Grätzer
54da6971f1
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-18 14:07:13 +01:00
jsteemann
c9a2c028fa
emit sort registers for GatherNode in explain output
2017-01-18 11:58:31 +01:00
Kaveh Vahedipour
ea7e16979a
agency bug in precondition and log handling fixed
2017-01-18 11:07:30 +01:00
Simon Grätzer
27dcb11af3
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-13 15:00:59 +01:00
Andreas Streichardt
4458f04e46
More specific error codes for the cluster
2017-01-11 17:54:45 +01:00
Simon Grätzer
9c9d0a6a20
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-10 16:30:32 +01:00
Michael Hackstein
0365363090
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-01-10 15:39:12 +01:00
Michael Hackstein
fe7a829592
trx crud with empty arrays now short-circuit and return success with empty array. This lead to errors in cluster, band now is consistent with single-server.
2017-01-10 15:15:15 +01:00
Simon Grätzer
20d32d05b2
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/VocBase/LogicalCollection.cpp
2017-01-09 13:34:37 +01:00
jsteemann
503326852c
try to fix test for MacOS
2017-01-09 10:58:58 +01:00
jsteemann
ef76ab38cc
fixed test
2017-01-06 15:29:01 +01:00
Wilfried Goesgens
19b8c90bcb
fix examples - reset collections cache when working with the graph api
...
- add dummy cache flush function into the arangod db object
- call cache flush when creating and deleting graphs
2017-01-04 14:34:26 +01:00
jsteemann
b8a64ccca2
attempt to fix hanging tests
2017-01-03 15:53:52 +01:00
Simon Grätzer
431df0c5a4
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-21 11:56:44 +01:00
jsteemann
8e8e064429
fix jslint for crypto file
2016-12-20 08:50:44 +01:00
Simon Grätzer
f1b6170e96
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-19 10:17:18 +01:00
Alan Plum
e0fe78b782
Implement HOTP/TOTP
2016-12-19 02:20:53 +01:00
Alan Plum
61301a391b
Expose PKCS5_PBKDF2_HMAC to JS
2016-12-19 02:20:51 +01:00
Alan Plum
9a347f74fa
Cleanup crypto.js
2016-12-19 02:20:29 +01:00
Simon Grätzer
e4951835aa
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-14 10:40:03 +01:00
jsteemann
4d76ef962b
added count(details = true) for sharded collections
2016-12-13 16:03:49 +01:00
jsteemann
03acaaea47
fixed issue #2217
2016-12-13 14:19:55 +01:00
Simon Grätzer
730ea4755e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# scripts/startLocalCluster.sh
2016-12-09 14:30:19 +01:00
Andreas Streichardt
82682f8d25
Wait for synchronous replication to settle
2016-12-07 18:38:15 +01:00
Alan Plum
0700cfa86a
Implement OAuth 1.0a
2016-12-06 18:30:11 +01:00
Andreas Streichardt
11bd9381d5
Add satellite collections
2016-12-06 16:40:50 +01:00
Simon Grätzer
b126e1dddb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-06 14:57:09 +01:00
jsteemann
369b2c7bc6
added optional memory limit for AQL queries
2016-12-06 13:23:41 +01:00
Simon Grätzer
3142cc1505
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-05 01:19:56 +01:00
jsteemann
2aa414f731
fixed issue #2204
2016-12-02 13:59:48 +01:00
jsteemann
2521dff57c
fix error message returned by arangoimp in case of some secondary unique key constaint violations
2016-12-02 13:37:17 +01:00
jsteemann
dc5384609c
jslint
2016-12-01 14:39:28 +01:00
Simon Grätzer
34714f8743
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-01 14:11:14 +01:00
Michael Hackstein
0f119172dd
Added convenience function to create vertexCentric indexes.
2016-11-29 12:31:25 +01:00
Simon Grätzer
bc4c441f30
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-25 17:03:26 +01:00
Michael Hackstein
0786eb735f
Fixed passing of unique when using createHashIndex()
2016-11-25 16:08:58 +01:00
Michael Hackstein
7c96010711
Reincluded ensureGeoConstraint. Somehow got lost in my last commit.
2016-11-25 12:58:48 +01:00
Simon Grätzer
9bcf8cd407
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-25 12:30:39 +01:00
Michael Hackstein
37b124593f
Unified ensureIndex on client and server libs.
2016-11-25 11:11:45 +01:00
Simon Grätzer
66951f4f8e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-23 13:17:27 +01:00
Michael Hackstein
90c646fc54
Added another smart graph error that disallows using system attributes for smart graphs
2016-11-22 17:54:12 +01:00
Simon Grätzer
0ae6d0d6fd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-17 11:56:29 +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
Simon Grätzer
42782e4e28
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-15 18:14:50 +01:00
Simon Grätzer
5b08879209
Added pregel arangosh code
2016-11-15 18:14:35 +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
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
jsteemann
fcacd76bca
display index usage of traversals in AQL explainer output (previously missing)
2016-11-10 12:49:02 +01:00
Jan Steemann
6d6d5b9a00
test for issue #2149 , issue #2159
2016-11-09 16:29:58 +01:00
Jan Steemann
f0f90bc914
small fixes for traversal explain output
2016-11-08 16:08:58 +01:00
jsteemann
2a371cbf9e
allow creating unique indexes on more attributes than present in shardKeys
...
The following combinations of shardKeys and indexKeys are allowed/not allowed:
shardKeys indexKeys
a a ok
a b not ok
a a b ok
a b a not ok
a b b not ok
a b a b ok
a b a b c ok
a b c a b not ok
a b c a b c ok
2016-10-28 13:04:12 +02:00
Alan Plum
0950520eb5
Implement inline middleware
2016-10-26 18:16:18 +02:00
Alan Plum
4770e38fa1
Don't load mocha QUnit interface
...
The QUnit interface interferes with the BDD and TDD interfaces resulting in weird inconsistencies.
2016-10-26 15:24:56 +02:00
Jan Steemann
eead95db34
issue #2118
2016-10-25 15:50:42 +02:00
jsteemann
09e1fda1a0
fix revision id handling
2016-10-24 17:24:27 +02:00
jsteemann
de9dc289c0
Squashed commit of the following:
...
commit f14e88b6259212b33843653292d95a607ff894a3
Author: Frank Celler <frank@arangodb.com>
Date: Sun Oct 23 11:03:30 2016 +0200
clang does not like reinterpret_cast
commit 96920079514965e792bf9688cb51cdad944692f4
Author: Frank Celler <frank@arangodb.com>
Date: Sat Oct 22 13:52:47 2016 +0000
honor minimal
commit a460c3df878b9e8b544812f0fda471c1fe519458
Author: Frank Celler <frank@arangodb.com>
Date: Sat Oct 22 12:23:16 2016 +0000
added hidden options server.maximal-threads and server.minimal-threads
commit 38713a0a614550b38f4eb650ff62300732f90298
Author: jsteemann <jan@arangodb.com>
Date: Sat Oct 22 11:17:17 2016 +0200
fix test
commit 532d65e0d22fc6916b36d6fda23ab95cd34c1ac2
Author: jsteemann <jan@arangodb.com>
Date: Sat Oct 22 11:17:03 2016 +0200
re-added methods needed by EE
commit b7624580e7809baa0cdf9145e2102952e872346b
Author: jsteemann <jan@arangodb.com>
Date: Sat Oct 22 01:11:50 2016 +0200
cppcheck
commit da5e02351ec7872302840ca14f67aeda8ab3150b
Merge: e216800 d19beb6
Author: jsteemann <jan@arangodb.com>
Date: Sat Oct 22 01:04:51 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e2168009bde63971d5c7a17653c26a6f9ae23c3c
Author: jsteemann <jan@arangodb.com>
Date: Sat Oct 22 01:04:30 2016 +0200
fix non-deterministic inserts into edge index
commit 6b131ee1143f17f5465a8423921b7a96c382013e
Merge: 8ebf7f0 285ddb8
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 21 12:23:53 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8ebf7f043efcda7fd31e1e78c6a0da99cc461b89
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 21 12:23:36 2016 +0200
micro optimizations
commit ad32930b9e50ea52cb9821508912ddd80564193f
Merge: b40cfb4 fdb2104
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 21 09:10:31 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit b40cfb44dd4861471385d30f3777b17ba2995ef1
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 16:07:40 2016 +0200
share some context
commit 2411e59f2bcbd96889aac36e0a38ad62dca1ea65
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 15:48:05 2016 +0200
remove unused functions
commit c422037e97572605cce4895c5cdb4b8ffa30f287
Merge: 9e9a2f7 88ea314
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 15:31:14 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 9e9a2f7c9428f333fa3c7674bb82853574ea2f2c
Merge: cedced5 638ce07
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 15:30:27 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit cedced52c3dfcefdc8d5ca57924064b350e338e8
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 15:30:14 2016 +0200
experimental improvements
commit 455cb59bc641d8137d635d1ff6a137183c455b00
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 13:25:36 2016 +0200
pass argument by reference
commit b922a14d984dc82d55d54297552778342b6cea64
Merge: 8afd5d3 0883c49
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 13:19:59 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8afd5d35d562de4596af5b5acf1909f3c232ed60
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 13:19:47 2016 +0200
micro optimizations for shortest path
commit e92edcc7f5dcb1429052d337eeb10b087f5dfac0
Merge: eb2d774 084961a
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 11:50:42 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit eb2d7747d81bc0105579ad2e6f19a4743bd217a8
Merge: 146d3e3 b376769
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 11:30:14 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 146d3e3b90304897459ecde3b9d9b282042a412f
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 11:29:41 2016 +0200
mini optimizations for traversal
commit a8cfa933c8f96840a4dca355a1efee2086a5cf2d
Merge: b990d0f c3de3ca
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 10:37:35 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit b990d0f6914d4c483f9e521d0132937eb0aa5bc4
Merge: deea0b0 090a591
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 10:37:31 2016 +0200
Merge branch 'readcache' of https://github.com/arangodb/arangodb into readcache
commit 090a59103feac32b848f18fafdb4f97816bf92f6
Merge: d8537ef 4bf4c7f
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 09:14:52 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit deea0b00b1ac35b4b23756218d2c12ab72185b09
Merge: d8537ef 4bf4c7f
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 20 09:14:40 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit d8537ef56e537356e32b82e10cd2b9833c542bb8
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 17:16:42 2016 +0200
potential performance improvements
commit 828ac8743ce67a964bd2d622689cf3c69b7aa22e
Merge: e696a95 76ec1fd
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 16:38:18 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e696a95b50db1a8819247ef855b0dad710b4cc62
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 16:37:07 2016 +0200
dont pass nullptrs
commit 5b31ff978091fa1ae80d59b6ba7bad63f0c83ef7
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 16:36:45 2016 +0200
fixed shutdown order
commit 8698892b6e9395151dcfdca778ad9177b19b1614
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 15:25:21 2016 +0200
added assertions
commit 8bcc2d4610ae0c15f6406b82568e3a15a8f6df5a
Merge: 1f0676b 92b5887
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 15:16:24 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 1f0676b9e95dc47a2c573380c6d165f875fe6e87
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 15:15:06 2016 +0200
potential performance fixes
commit 3eeee4a904079d33d6fd695100afc080acde1dc7
Merge: c111396 14d8d35
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 11:39:22 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c1113968db5fd9e4cefa8be0150dafc37cf1e25f
Merge: 4db8b2c cd3a5b4
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 19 09:08:28 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 4db8b2cbb75218391b6499de7a35bca480546031
Merge: 241e0ab e181457
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 17:48:12 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 241e0abbee7d040eeadfa2d0fd195f21a4eac0d4
Merge: ed309a9 93c5672
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 17:48:05 2016 +0200
Merge branch 'readcache' of https://github.com/arangodb/arangodb into readcache
commit ed309a9abaf3185af7e4ed75278eb78716e18935
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 16:25:32 2016 +0200
fix compile error
commit a53793c63988ac4e4ba8a074f61e8130c01aea04
Merge: ddfc6eb 1d7f929
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 16:13:32 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 93c567295186197236fd8d4a2f25109167e57c6c
Merge: ddfc6eb 1d7f929
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 16:07:10 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ddfc6ebbd475a238cfe23ed9b9860ea8ed840355
Merge: 762d01e 0d1572c
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 15:40:57 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 762d01ed7c58c2981c8f7ff8f0736e47d34006df
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 15:40:45 2016 +0200
hold mutex for shorter period
commit 74f5e8a402ec7f94606053acf3361225d7140bee
Merge: ece92b5 6bc276e
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 15:30:36 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ece92b50a7f87685e7b3e9b2503ec224573b7663
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 15:30:17 2016 +0200
performance optimizations
commit 979b5e29a3f707104fe70e632fc2f701fc8b731b
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 15:29:56 2016 +0200
don't use pointers
commit 3f30c6d849d586c01020bb093d094dce91f14d13
Merge: ab3af79 0baecf1
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 14:16:36 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ab3af79ca3f608df621bc98966e8d93bd848d401
Merge: 818f576 3c96c6f
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 14:14:37 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 818f576580683704147f113208f2376de8eed9da
Merge: 19e1488 1c1a659
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 18 09:24:15 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 19e1488220cecfb0588f9b49b9f6cc26ea6fa93f
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 17:55:25 2016 +0200
use half of RAM for target size
commit aef5156b7d131b47d7deacf30f20ad1dde79b843
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 17:51:28 2016 +0200
revert boost changes
commit 294517d36f2c35757593b705ac2a5e56f3d9b9dc
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 17:51:20 2016 +0200
fix compile error
commit 80b7560a041fd80e5b0199b5ae1cbe0a96d118a5
Merge: b220f79 f748bab
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 17:42:50 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit b220f795b686a1b7a8c7f1eb50b32eee5ff573ae
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 17:42:16 2016 +0200
stability fixes
commit 4751c25ef42cbc2f688dbe9761453e6a1209d959
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 10:34:42 2016 +0200
silence boost compile warnings spam
commit f7f7cbeedc8881feb4eec45591f70b24a3d9292b
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 10:34:29 2016 +0200
fix compile warnings
commit d1e3f35e55963666d85c5084cb01dc8330866249
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 17 10:34:14 2016 +0200
change warning to fatal error
commit e858e5f6bbfd1ad5a32eea66fe7881d795527af4
Merge: cbe8299 0586862
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 17:58:46 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit cbe8299d8b127588533d8a292e46d77f889a8845
Merge: 4859562 df391b2
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 17:30:24 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 48595629fe43531d9fbbd5b982cb3c78b18b17f2
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 17:30:03 2016 +0200
move most-accessed property to the front of the struct
commit 660e3e3b94bc0b2ef5783097886939c67c6b1d27
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 17:29:52 2016 +0200
don't create too many lookup contexts
commit 6c8a93b9ed4157511b04262bc429ae4df3531575
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 17:21:21 2016 +0200
no copying of results in HashIndex
commit b91c040b70afc02b1e7a22a9b6e223bbac254f55
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 16:57:48 2016 +0200
privatize methods
commit 70d8d6e50545b097e9e5c7dfdd0cc210af8ce3b8
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 16:43:07 2016 +0200
don't spam on shutdown
commit c3d37194513f4576a41cc41408af4bac7a5084ca
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 16:42:58 2016 +0200
share IndexLookupContext
commit ed8362422d3bb8d8462820581ea029209fb80387
Merge: e674f2b 73f87e8
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 14:17:46 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e674f2bd5f419243461c5b34fa507277fabdffb3
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 14:17:22 2016 +0200
transition static array chunks cache into an unordered set
commit ceb1dc126efa28a2cfca2f73037b6a3df57d99b2
Merge: 254e167 0a82f16
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 13:31:20 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 254e167f5195cd316dda8a79bd3103848bd09ba8
Merge: ce5ea17 f1c3c89
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 12:42:50 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ce5ea175f0dec9634577d9f8bf691aea8985b9d4
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 12:42:32 2016 +0200
remove locks in case they are unnecessary
commit 0277c938871cee66e9ef1486efe8ab0d3be24885
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 12:42:11 2016 +0200
fixed bad optimization
commit 2db9e3534e4b9f7cb54c7b8ce52913334535b876
Merge: e408593 8c7034e
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 10:47:57 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e40859312d25a42ee41640341ece78255ab5d0df
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 14 10:47:41 2016 +0200
performance optimizations
commit 6c9f19b06fc428581bee193cd7a3b9ce5a7219bb
Merge: baf397b df977e6
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 13 11:16:06 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit baf397befd61cbb072c0cebc27bf72726f22d21a
Merge: 2c43c62 d229ac3
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 13 09:41:40 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 2c43c6242ea606428789b2e33295610e1b2d15f0
Author: jsteemann <jan@arangodb.com>
Date: Thu Oct 13 09:41:24 2016 +0200
performance optimizations
commit 6304f67551dbdfc82579e37d5b02f1c73bdfe4e4
Merge: 8504836 bf8da24
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:30:34 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8504836efa2da621cb15e028dfae2f7608d37383
Merge: c4e27d0 48d29c9
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:30:28 2016 +0200
Merge branch 'readcache' of https://github.com/arangodb/arangodb into readcache
commit c4e27d0ad85fcef3b5456bf9a2e43d717fa634e9
Merge: 95aad69 ed13299
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:19:50 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 48d29c9abe585801c1df96fcbac73498d5f41fa7
Merge: 95aad69 ed13299
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:19:50 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 95aad698140f38e07d19b693075b008fbb0c5681
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:18:42 2016 +0200
use relative include path
commit 7e410c86cf6e5f5e2431801728f9683daa70a8c0
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:18:26 2016 +0200
simpler iteration over all documents in a collection
commit 49eec355dfbc4a5812245adc7199de0ae74a35c3
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:11:45 2016 +0200
micro optimizations
commit f7e2d008f32d9526a525ddb15ac696b2af6eacae
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:10:16 2016 +0200
move seldomly-used code into own function
commit 7fb500e0bf97fa9b1be497cbae4c0022bb101615
Author: jsteemann <jan@arangodb.com>
Date: Wed Oct 12 17:09:56 2016 +0200
micro optimizations
commit debf61f9563f00a34028e31ea91fdd8274b5c401
Merge: 1a1024d 053e7fc
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 11 12:15:12 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 1a1024d38563f4cb08c68be0d5a891fcb2414954
Merge: 89414ef 001407d
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 11 08:47:14 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 89414efadcfc3db01e43d2baa5ef6d12f627aa17
Merge: 221ae0d 0bfe447
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 10 17:12:03 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 221ae0d34e6d6316dd7079c3c025a5b890a7a273
Merge: ee038eb e75b8f5
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 10 16:46:09 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ee038eb2115b021de5f5301edb8c4e4337e3faad
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 10 16:45:49 2016 +0200
index refactoring
commit 20739bdffca0104bceb603073f7a50023febbdf1
Merge: 9c356e4 5d65b0b
Author: jsteemann <jan@arangodb.com>
Date: Mon Oct 10 09:11:06 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 9c356e462ebcf05dd37ba424d2d9b1d007d3164c
Merge: e50a934 8aa34ec
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 7 16:19:14 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e50a934b151e7a92d916ce8ffb0ca167bfb02e10
Merge: 00e1fff 51dd5a9
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 7 16:19:08 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 00e1fff3b0e7bff7afd74023aa24b2abd061fe42
Author: jsteemann <jan@arangodb.com>
Date: Fri Oct 7 15:15:34 2016 +0200
changed primary index to not use pointers
commit 0318f177e13a2c9d5e3f8473d8b63de505f5d80b
Merge: 6230439 3fc8677
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 16:28:18 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 6230439538c73bd3e2bf553bea6a53f91db1db28
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 16:28:05 2016 +0200
remove _extraMemory
commit bf5b4f957751fa0fc6702da62ce46a008613a99d
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 16:27:52 2016 +0200
index API preparation
commit 5a2d19daa5f0c95131733eb94ea9182fa5b8f822
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 15:19:15 2016 +0200
fix API
commit 4835ba6ca3ed071e477bf69cec4eec1b9b46b12a
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 15:19:08 2016 +0200
removed garbage
commit a8f29ad166d50cb85bf0f95a0594d8a8baf3043b
Merge: d559c31 f790795
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 15:02:29 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit d559c316922e06c3cf5da6654afe9aeae15a8d5f
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 09:13:58 2016 +0200
cppcheck
commit 89f525278e87d0ae926367f5c2fdb08faba4932f
Merge: 6ba81c2 21beb09
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 09:05:19 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 6ba81c27e6cfa425c2a59569a371707abd2aa8f3
Author: jsteemann <jan@arangodb.com>
Date: Tue Oct 4 09:04:59 2016 +0200
enable disabling _rev checks for pre-release 3.1 data
commit 21b701c1792d8eeaa0321ce494fafe9102c1ba9a
Merge: 1bddd76 11a9d3b
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 16:24:18 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 1bddd7645fb3761eb2946b21f08f5189dadadf11
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 16:24:00 2016 +0200
free unused cache memory more eagerly
commit 0136e2f0514c9fc2b35a5d21b72a3ebb64c0aaaf
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 16:23:52 2016 +0200
renamed variable
commit 9c276a069a24f5d4544b7147efe57679c039eebf
Merge: 7c70abb 93cb87e
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 15:37:59 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 7c70abb2ce45858aaa77e08785bf635e699428f0
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 15:37:34 2016 +0200
platform-specific target size for revisions cache
commit 817561b1c220a4bf82b5a554efd1b70980eaa406
Merge: cb4b9e7 750b562
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 15:30:06 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit cb4b9e75ffac7f33041562c57e2a062ffc8f7aa0
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 13:58:53 2016 +0200
fixed crash
commit c5dbd81bd6405bb4247d57fa6afdf39f48f0922c
Merge: 8dad7b3 ca102fc
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 13:55:07 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8dad7b3de027a29acab9c97ec00a21baf8fb36d9
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 13:54:51 2016 +0200
fix garbage collection
commit 8cac202eb8f2d05a42fc64922096e7e814de23a3
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 08:32:55 2016 +0200
API cleanup
commit 728429981af90b9a0207646acd9b4e32fa78f7d3
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 08:22:47 2016 +0200
make option hidden
commit c3fd3621d4f929c860a19ee99b523c71e5510b48
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 08:20:53 2016 +0200
remove OtherEngine
commit dd069158ed9be8aca4d9221d38e16771f424081e
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 29 08:18:40 2016 +0200
preparation for results aggregation
commit 983980afd2bdbc3602676b305dea3f816b12bd78
Merge: c46fd98 8a5bc21
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 15:23:16 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c46fd98516ba5674e0a3abad544c2b5cae7e340e
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 15:23:02 2016 +0200
use own hash tables
commit 1e11621149dfd8d98cc78adcae9181778454abf1
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 11:15:37 2016 +0200
fix another crash
commit 0bd000c880afa78d45b215adff7dcf055ee9eb8e
Merge: 7e5da3d 69e453a
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 11:12:54 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 7e5da3d08667823af80d75e0eaf7af41d8cebd4a
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 11:12:40 2016 +0200
fix crash
commit d2c9ae228de019380091fdccafb50960d1ae17ac
Merge: a2571d5 2d4bcaf
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 10:47:49 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit a2571d581cd3e52941846c4ce8f488b9220af0ea
Merge: d02b002 1f0ecf9
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 10:04:53 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit d02b0026fa8cbcec0539985ba9f5fc5ca2eb1592
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 28 10:04:31 2016 +0200
garbage collection
commit 04794a8b5cfea93f9d0e620119941753052609de
Merge: c38c2b7 454e0bf
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 27 17:38:06 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c38c2b74955b33046ecb1d459a98c76b7f908aa4
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 27 17:37:55 2016 +0200
fix shutdown
commit 3d0f7d3daedd9332222648f8e096dd84d9eba142
Merge: 2bbe5a0 54a0d45
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 27 16:38:05 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 2bbe5a02aa2d9010056ec09bb526024fce9ed108
Merge: 8442ea6 0ea2ca2
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 27 16:35:29 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8442ea63e5bc84705b844066e11dd4c334b0d796
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 27 15:00:35 2016 +0200
read caching
commit 0cb85c8d9fb7092ad5365de69cc51b989ab84449
Merge: 5baa73d 44edc6c
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 26 12:52:39 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 5baa73d63eb9dd4a6b5168da636bd8b89958883a
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 26 12:43:39 2016 +0200
preparation for read cache
commit 55445bfb85374fd1b88ebfc29151ac60e10d1d81
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 26 08:50:42 2016 +0200
refactoring
commit f1cf513a8c1359a9e4e8f18b8a6af0c5440bc091
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 16:19:58 2016 +0200
refactoring
commit 2ab07bb6efda66b22cff2b02b64e7d17157ea56f
Merge: aa8327c 1bdf414
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 15:51:11 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit aa8327c151b7ae06046ad5ce95aed3d3e5c45a10
Merge: c55fd03 35e14fd
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 15:14:00 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c55fd031c612aee1479e361d51d92212a4e74d19
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 15:12:36 2016 +0200
fix replication
commit 51164b4e70f6a6a16f841f369ecde1e906abb102
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 15:12:30 2016 +0200
refactoring
commit 548c7f60dd14d834f796f7dde6d90feb9ba1be8e
Merge: 6be89c3 9b951ff
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 12:21:22 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 6be89c3013e5fb1eddf83befcdaf5d5ff935e9f1
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 12:20:52 2016 +0200
allow storing arbitrary data elements in AssocUnique/AssocMulti
commit 73e5b06a050db6c3994abeba14675fe93e0c5b3b
Merge: ab5bb48 d9d0926
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 23 10:22:01 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ab5bb486bcb2e4eb8fb7267a68a7939c85e64f5b
Merge: 345963c a94db7d
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 20:50:59 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 345963cb6931fc7ce1f2714735f4bfbc60ca50e1
Merge: db3a071 d6a3b81
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 16:42:20 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit db3a07134341156c1489399e33368858059094df
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 16:30:52 2016 +0200
removed last occurrences of master pointers
commit 29222e71415120a9c7163cbc420414b93acad988
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 13:14:20 2016 +0200
pass Transaction in API so we can make sure a transaction is ongoing
commit 78ba63060d1675eec6d35abe056d22c2cb6b91fb
Merge: 906dc42 560da96
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 13:00:52 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 906dc428ddf8ef079f7fa3664cb89df3fbf07c21
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 13:00:23 2016 +0200
pass initialCount to physical
commit 46971f72b09dd2dbbd8e20fad7be138298ec0180
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 00:39:05 2016 +0200
privatization
commit 7ec3508bb0be4b56de9fec42e1417000efe20ad7
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 00:37:17 2016 +0200
move master pointer management into engine
commit 667fbef8ce5ec426e3a16a5ef377ff0e42b42444
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 22 00:18:50 2016 +0200
index cleanup
commit 8fc5c764044438f2fc854f48c517a811e31f2df1
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 22:45:32 2016 +0200
constexpressified basic VPackSlices
commit ae8bc45a3fb34cf8f9a39548e22039d505619038
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 21:51:55 2016 +0200
renaming
commit ba1b68c468e20a3d5282a937efd8a2e063c1abac
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 21:38:05 2016 +0200
move last master pointers into engine
commit 179741cd1711954f91d8ec53fad7221977c4bfc3
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 20:50:41 2016 +0200
remove includes
commit ea4e5ac9d0c0479ccc34e91f7fdc08e605005681
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 18:06:54 2016 +0200
removed TRI_doc_mptr_t
commit 40c7ce768898f0e4f09b133dedc335a65d1b0a21
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 16:43:44 2016 +0200
removed more TRI_doc_mptr_t
commit 3450bcc042d4caf8499af3c5454e37b1eeaf8a28
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 16:43:23 2016 +0200
removed more TRI_doc_mptr_t
commit 64e17c8744330d2835c39523c7b15f9b79c429ef
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 13:56:08 2016 +0200
cleanup
commit 38feed51f15bdefa95e18dab0b694eccfe1d6a3b
Merge: dbbdeb4 ec15c72
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 11:03:08 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit dbbdeb44f17f804fa798e2ee4d677543fec1b05b
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 21 11:02:45 2016 +0200
make geo and fulltext index more robust given different platforms
commit c4e90fcf6a44390ecacacd6dbca3e5cf43179484
Merge: 86603e0 049471d
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 17:38:56 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 86603e04710170108d8ef4c023fa68f9366e628e
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 17:38:37 2016 +0200
removed unused struct
commit 86b1b2568aefaba5ab7f621cb27b0ae5841b4da5
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 17:22:12 2016 +0200
less TRI_doc_mptr_t
commit 30c3077002f23970e689ac422371b4e8054797db
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 16:49:09 2016 +0200
less TRI_doc_mptr_t
commit ddb8ea6e958464f12a20a5d9e29772074dab22db
Merge: 14b9b5e d4d5e15
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 15:50:59 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 14b9b5e22030c98459b5b547cb0417a0be7970a2
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 15:49:44 2016 +0200
remove mptr from method
commit cc0ed4046fcef91571f0b9b612fb290d2c19791f
Merge: 8b2b849 6fa99b6
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 15:27:30 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8b2b849e8c256559fc579da74863b2005356481c
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 15:26:57 2016 +0200
create separate mptrs on update/replace, and dont mess up the existing ones
commit 88b885e2aa36b33feb3983a4c822c593fcfbf165
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 13:11:38 2016 +0200
cleanup
commit 851e62ef0697c60590da7f26524dd824192e6a78
Merge: 05f2fcf f510773
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 12:53:19 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 05f2fcf5ea52baf45aa8fff4624d9fe08fd9b4c7
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 12:53:11 2016 +0200
a bit more cleanup
commit 4928db648984811c58cb3e33be672f9c46c79320
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 10:42:49 2016 +0200
remove occurrences of TRI_doc_mptr_t
commit 8c1f0cbec38a4c62c1d481d291a7b913273f5271
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 20 09:13:17 2016 +0200
partly move master pointers into engine
commit f80bf0c097f9439a8f3b3db8bac27d63086f4de9
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 19 15:43:26 2016 +0200
refactoring
commit 407ddd508aa6016e99bf311df13c8aa0f8ae94c3
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 19 15:34:46 2016 +0200
refactoring
commit a40c87ead0b6ad3cdccdc826ad178b25f5ea466e
Merge: df3ceea e245e15
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 19 09:11:48 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit df3ceea699ab4f41501bb79eb206fa54bd502383
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 16 11:21:48 2016 +0200
cleanup
commit e5ff73bf80c064a4c92372ea80c3a2351973df1c
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 16 10:37:17 2016 +0200
cleanup
commit 44f42b25f09a2110b60d042635f8213242483f8f
Merge: 2bf7e33 fad7efe
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 16 10:00:38 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 2bf7e3373b0ad7e2a2fed7ccf883be05a51e4a22
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 17:21:51 2016 +0200
unify index iterators a bit
commit e83455dece1bd014a126e9a5554f9a7c1fe4de3f
Merge: c83eab8 c912d96
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 14:07:52 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c83eab87106ca6f5123a4a4747a730deb71069eb
Merge: fb4c5c3 b9b7d8d
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 13:59:12 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit fb4c5c3108af5ae8bd5bdd70748687e24b983b37
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 13:58:58 2016 +0200
bugfixes
commit 7643365abca94aca5d138bd46341d086c1f0fb14
Merge: dabddf7 7e866a8
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 10:37:19 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit dabddf728932cc00abc6052370cab9d081eb1025
Merge: 1662199 abb16ee
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 10:34:00 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 1662199d843256c0002c59c85b5f013306098cee
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 10:17:25 2016 +0200
cleanup
commit 3ce9cf9de45f324af07112b2ac0c79ef22805cb1
Merge: e5d9703 135edf1
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 09:29:38 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit e5d970356041123b92a6ee20e4e800175e04f548
Merge: cd2def8 542f4bb
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 08:44:46 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit cd2def8762859d1cafbe066936a22a5ef27ae508
Merge: 9baaf4b a9cb076
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 08:20:43 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 9baaf4b32d6356d3defdfd8a4b1c0cf3f7ebfacf
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 15 08:20:24 2016 +0200
intermediate commit. not working yet
commit 0ec0a7ce2598f4fb7a55880611947e12112e14b3
Merge: 66c6bbe 1a2a3ba
Author: jsteemann <jan@arangodb.com>
Date: Wed Sep 14 09:43:27 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 66c6bbe68fd20cfd9c2b8c00b2220294f29124ef
Merge: f5aadb1 b5ccbd1
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 13 17:02:46 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit f5aadb1b82a85334b3a26b6fd6b9f00bebfa65f1
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 13 17:02:08 2016 +0200
some index refactoring
commit 23e5db5bdb2a192cb4e7fe9b4572fb1e272c4a11
Merge: 25355ed 84fbc98
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 13 12:52:30 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 25355edc43111717de0d80101e56f44c99d84a56
Author: jsteemann <jan@arangodb.com>
Date: Tue Sep 13 12:52:19 2016 +0200
removed dead code
commit 9dd274a1c1694c53987dc6d77526711b46ba996c
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 12 09:20:34 2016 +0200
some refactoring
commit 049c11769dd38b7afac9cb85ef03ce617f96140f
Merge: ee75b21 a620690
Author: jsteemann <jan@arangodb.com>
Date: Mon Sep 12 08:43:12 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit ee75b2169b533bafaac49752ca3b11b43940b928
Merge: 4f3a3ac 9539f2f
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 17:07:05 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 4f3a3ace83b301aa5e86e4b85b1b03f02f3dd0ea
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 17:06:46 2016 +0200
refactoring
commit 190520d23d89c5435e4b5fce4ed7dd6dbdcc9d6c
Merge: eacd578 61c6e3b
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 16:34:00 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit eacd578f1d837a622a69fdf1b7d0ca03fbe7d5bb
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 16:33:47 2016 +0200
refactoring
commit 7dbac24e00e39943130cfcc3e8a9923fda15c663
Merge: 7a62bb8 2761b7d
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 15:20:49 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 7a62bb830749a661c189d96d6931ba3993bc00ee
Merge: 8d40248 4cebbf9
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 15:09:18 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 8d40248badbf0f11abbd67a21dc356bb6c5d7ee2
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 14:45:39 2016 +0200
renaming
commit bedbe0f5105ba682552ad8192a6753ed68fe899d
Merge: c1321a3 1fcc5b1
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 13:57:59 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c1321a37e06fbf56e66456fb8341cce46bd2ae37
Merge: 13c14b9 884b6d5
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 13:53:51 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 13c14b96ac95331171013ca2283cb5c6923d7489
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 10:29:27 2016 +0200
renamed
commit 60b8189cf9b045493fb863bc5988e55f865a6280
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 09:42:03 2016 +0200
use algorithm::transform
commit 9019c3247db8b75340721d949754a90da648d511
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 09:41:37 2016 +0200
get rid of free()
commit 2c6ab07b469d86297131d420c1a14a95771017b8
Merge: c49664d 331c4e3
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 09:30:21 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit c49664d95b308c4b59b9ff07fe1f1d68f9742778
Merge: b42aaeb 01e445a
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 09:22:56 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit b42aaeb3dfda6fce26eab0de47b617601a7cbfb6
Merge: 964fa6a 64da7d0
Author: jsteemann <jan@arangodb.com>
Date: Fri Sep 9 08:56:54 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 964fa6a2d656fed8bc89e4da445892df9d20046f
Merge: 24fd06e d7b4ad5
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 8 17:30:09 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 24fd06e5263d2b82e32f128270fc16af06839095
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 8 17:29:40 2016 +0200
added initial cache
commit 6f092c2d8828b86627fbd80e67be8a5985bda88b
Merge: 2733228 df4dabc
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 8 15:48:33 2016 +0200
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
commit 2733228be753bc5425adca5963b865f7d5168a46
Author: jsteemann <jan@arangodb.com>
Date: Thu Sep 8 14:37:32 2016 +0200
cleanup
2016-10-24 10:18:30 +02:00
Max Neunhoeffer
5e743a2a69
Allow to specify good keys in smart vertex collections.
2016-10-21 15:42:25 +02:00
Max Neunhoeffer
75ecf79277
Large scale inquisition of agency.
2016-10-21 10:34:46 +00:00
Michael Hackstein
dbeaeda1fd
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-10-20 18:13:19 +02:00
Michael Hackstein
319481dea7
Fixed babies and errors in AQL Modification cluster blocks.
2016-10-20 18:13:11 +02:00
Alan Plum
245819ea9c
Add Foxx HTTP API
2016-10-20 15:09:36 +02:00
Alan Plum
c76af3012b
Replace service doc on update
2016-10-20 15:05:23 +02:00
Alan Plum
c7940bdb42
More readable names
2016-10-20 15:04:45 +02:00
Andreas Streichardt
ad2327022e
Merge remote-tracking branch 'origin/devel' into authentication
2016-10-17 13:51:26 +02:00
Andreas Streichardt
1318fa313b
Implement cluster authentication
2016-10-17 13:35:55 +02:00
Michael Hackstein
a5e51e5459
Further fixes in gharial for SmartGraph support.
2016-10-13 10:22:07 +01:00
Michael Hackstein
13dc4915f8
Added a new isEnterprise function in js internal module. Started to make gharial aware of SmartGraphs
2016-10-12 13:25:56 +02:00
Andreas Streichardt
e75b8f5503
Implement cURL based inter server communication
2016-10-10 14:56:04 +02:00
Max Neunhoeffer
f578ee394f
Fixes in AQL write code to smart collections.
2016-10-09 11:09:00 +02:00
Michael Hackstein
6c64e61982
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-10-08 01:29:48 +02:00
Michael Hackstein
ced62cdaf6
Some improvements in general-graph. Added a new Enterprise error
2016-10-08 01:28:53 +02:00
Max Neunhoeffer
f316a9bc4c
More changes for AQL writing to smart edge collections.
2016-10-08 00:48:23 +02:00
jsteemann
b57913faaf
next attempt to fix printing
2016-10-07 17:26:42 +02:00
jsteemann
8a62119ca3
function printing...
2016-10-07 17:14:26 +02:00
jsteemann
d155b0ef77
attempt to fix ES6 class methods printing
2016-10-07 17:05:15 +02:00
jsteemann
18032835f2
print ES6 class attributes properly
2016-10-07 16:52:42 +02:00
jsteemann
2dc8deadc5
fix priting of arrow functions
2016-10-07 16:17:49 +02:00
Michael Hackstein
acae6e9486
Modified the internal constructor of general graph to use a single json object instead of several input parameters.
2016-10-07 13:19:06 +02:00
Michael Hackstein
68988a47e6
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-10-07 12:59:24 +02:00
Michael Hackstein
807e9cca3c
Modernized general-graph module. It now uses ES6 class syntax.
2016-10-07 12:46:45 +02:00
Jan Steemann
7123aca19c
issue #2091 : decrease connect timeout to 5 seconds on startup
2016-10-07 09:18:51 +02:00
Frank Celler
20d27ef67c
fixed upgrade from 3.0 to 3.1
2016-10-06 10:12:23 +00:00
Michael Hackstein
cec7d79fc2
Added a new error code if a collection is not smart (EE only)
2016-10-05 13:00:43 +02:00
Max Neunhoeffer
a5d582e04b
Improve pseudo RNG.
2016-09-29 16:39:14 +02:00
Wilfried Goesgens
dcbafac851
lintify
2016-09-29 11:38:35 +02:00
Michael Hackstein
939159fc9f
Updated the general-graph module to ignore SmartGraphs which are enterprise only.
2016-09-29 08:46:37 +02:00
Max Neunhoeffer
9e2dc6eb36
New depth first search simulators.
2016-09-27 15:56:13 +02:00
Max Neunhoeffer
da725af78b
Some fixes to helpers for graphs.
2016-09-27 13:25:40 +02:00
Max Neunhoeffer
2913547320
Simulation support for BFS.
2016-09-27 10:59:39 +02:00
Max Neunhoeffer
40083d6019
Add a helpers file for graphs.
2016-09-27 00:12:17 +02:00
jsteemann
0b7d73bf3b
add setUpAll, tearDownAll
2016-09-23 12:08:39 +02:00
jsteemann
fad7efe8c3
more diagnostics
2016-09-16 09:35:08 +02:00
Michael Hackstein
8dd3105762
Added a smartSearch route for Traversal Engines. In Community edition this will throw ONLY_ENTERPRISE. It should never be called by our code however.
2016-09-12 13:42:08 +02:00
Michael Hackstein
4f50911c88
Fixed a bug in Traversal Explainer. Also fixed undefined behaviour when directly checking for an attribute omitting == true in early traversal filter.
2016-09-06 18:46:40 +02:00
jsteemann
5c9d015a28
fixed some explainer errors
2016-09-06 13:27:04 +02:00
jsteemann
6ad39e26d6
jslint
2016-09-06 11:12:22 +02:00
Michael Hackstein
e22014a272
Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types
2016-09-06 09:33:23 +02:00
jsteemann
5e9cb5c852
removed unused error codes
2016-09-02 15:36:59 +02:00
jsteemann
1823cff3a9
removed TRI_collection_t
2016-09-02 14:54:13 +02:00
jsteemann
6c2bb5513e
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-01 16:06:22 +02:00
Frank Celler
04a82b919f
added --cluster.system-replication-factor
2016-09-01 15:59:02 +02:00
jsteemann
3ac79c8132
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-01 15:08:42 +02:00
Wilfried Goesgens
549e7b46d7
mention that the edge is invalid, because of it doesn't obey the edge definitions.
2016-09-01 14:39:38 +02:00
jsteemann
2eaf7196e2
fixed some tests
2016-09-01 09:41:11 +02:00
jsteemann
1dab450622
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-08-24 17:35:10 +02:00
jsteemann
07055384b8
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-08-24 17:34:59 +02:00
jsteemann
04f5fbbdb2
fixed issue #2018
2016-08-24 17:33:49 +02:00
jsteemann
5f06a5c025
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-08-23 12:13:08 +02:00
Michael Hackstein
a788796280
Fixes #1995 . The edgeCollectionRestriction was not properly forwarded in commonNeighbors case for new graph features.
2016-08-19 15:40:15 +02:00
Michael Hackstein
96f11c7e9f
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
2016-08-19 12:26:07 +02:00
Michael Hackstein
1c1a61377b
Removed create / drop system collection from Cluster test. This is forbidden now
2016-08-19 10:25:59 +02:00
Simran Brucherseifer
4b3a8baa44
FOXX -> Foxx
2016-08-18 13:30:18 +02:00
Michael Hackstein
d3ba488271
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
2016-08-18 12:38:07 +02:00
Andreas Streichardt
3f412debf0
Revert futile attempts to implement client resilience tests
2016-08-17 18:12:40 +02:00
Andreas Streichardt
6aad24ab49
Self managing (instances) tests
2016-08-17 17:25:39 +02:00
Michael Hackstein
cd9a2e14b6
Fixed all single-server tests. Cluster state is not yet fixed. Still needs some internal cleanup
2016-08-17 14:43:57 +02:00
Wilfried Goesgens
92e1580ace
Revert "Disable testcases for now, it triggers the crash on windows."
...
This reverts commit 5ef3742375
.
2016-08-17 09:32:30 +02:00
Michael Hackstein
9c9b3a9390
Merge branch 'devel' of github.com:arangodb/arangodb into MIT
2016-08-11 11:22:21 +02:00
Wilfried Goesgens
5ef3742375
Disable testcases for now, it triggers the crash on windows.
2016-08-09 09:25:30 +02:00
Michael Hackstein
b66d9ea445
General Graph functions with edgeRestrictions now properly inject WITH <vertexCollections>.
2016-08-08 16:29:02 +02:00
Alan Plum
e04d9d6571
Setter must return true on success
2016-08-05 17:54:37 +02:00
Jan Steemann
e69e49f145
fix Buffer array access
2016-08-05 14:50:06 +02:00
Edi
2a758b0600
Error when job retried: Cannot convert object to primitive value
2016-08-03 12:46:40 +07:00
Jan Steemann
2aa1ae7db2
added read/write context info
2016-07-22 10:00:46 +02:00
jsteemann
f3dfdb57d1
fixed issue #1954
2016-07-21 17:39:27 +02:00
Jan Steemann
23dc618311
fix a glitch in explainer output
2016-07-21 12:08:50 +02:00
Jan Steemann
dc51d9dea5
issue #1944 : nicer error logging in console.log()
2016-07-18 10:55:52 +02:00
jsteemann
85f02ddc27
eshint
2016-07-18 10:24:16 +02:00
jsteemann
83a9763cc9
added test for V8 segfault
2016-07-18 10:17:48 +02:00
Max Neunhoeffer
a78fd42b67
Merge branch 'HLC' into devel
2016-07-13 12:52:33 +02:00
Max Neunhoeffer
49dd799ca9
Fix _countCommonProperties.
2016-07-11 15:08:52 +02:00
Max Neunhoeffer
1b1edb0bcc
Ignore _rev in _commonNeighbours for general graphs.
2016-07-11 14:47:37 +02:00
Frank Celler
a8e29450f4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-07-04 17:13:38 +02:00
Frank Celler
38a55ed13c
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-07-04 17:09:40 +02:00
Jan Steemann
9c98cb6cf3
added test for skipLines
2016-07-04 12:15:13 +02:00
Frank Celler
325ede0676
lowered timeout
2016-07-02 15:47:45 +02:00
Andreas Streichardt
6ee1f6d14a
Reformat code
2016-06-30 16:57:17 +02:00
Andreas Streichardt
8a286a30d9
We are now using semistandard and eslint
2016-06-29 18:27:02 +02:00
Michael Hackstein
c3084dfd0a
Fixes #1831 . Thank you very much for spotting this. The alias of insert was not propagated properly through the general-graph module.
2016-06-28 09:50:20 +02:00
Wilfried Goesgens
30b7244196
Give a little bit more time to wait for collections being dropped, when doing coverage.
2016-06-27 10:36:24 +02:00
Max Neunhoeffer
1cf3e23575
Automatically generated error files for JS.
2016-06-17 11:56:44 -07:00
Alan Plum
8a640eb1b5
ERROR_APPLICATION_* -> ERROR_SERVICE_*
2016-06-17 20:02:25 +02:00
Alan Plum
5721effec7
Add missing license comment
...
[skip ci]
2016-06-16 19:53:01 +02:00
Alan Plum
b289f666db
More detailed error messages in Foxx API
2016-06-16 19:52:27 +02:00
Mark
0e00597e4b
fixed compatibility graph functions, added tests
2016-06-16 15:39:05 +02:00