1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Streichardt 7d2ab6055f Merge with latest changes in improve-jenkins
stashing should work better now
2017-08-31 17:53:48 +02:00
Frank Celler 66d15ced73 Feature/jenkins pipeline (#2785) 2017-07-15 11:34:26 +02:00
Frank Celler 087f5684ad Feature/jenkins pipeline (#2600) 2017-06-18 21:26:52 +02:00
Frank Celler f8586a8705 Feature/jenkins pipeline (#2548)
* Merged in Column Family for Views
Squashed commit of the following:

commit 860ddfc7a74866919ce5139ac3d874f09501ec97
Merge: d9ec0e3 bf20939
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 12:45:14 2017 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into feature/views-column-family

commit d9ec0e3c88122c6b9ee8acdbc6e69ca6af62e19f
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 12:44:43 2017 +0200

    Added a column family for views. It is no yet used anywhere. Just preparation.

* to rapid firing in sendAppendEntries

* fix startLocalCluster to run everywhere in file system

* removed unused includes

* try to stop queries multiple times so we catch all

* make sure that we actualy substitute a number into the debian scripts

* unify index struct return values in cluster and non-cluster for fulltext and geo indexes (#2534)

* RocksDB drop collection now does intermedieate writes of batches.
Furthermore fixed an issue with Column Family usage in drop.

commit 708cd81362b56213dd4d7a69b1e4eea120de0db4
Merge: b8896ea 924ef44
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 14:47:56 2017 +0200

    Merge branch 'devel' of github.com:arangodb/arangodb into feature/drop-collection-batches

commit b8896ea5479d56f3e6d55d6094ec2658b058dc04
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 14:47:37 2017 +0200

    Fixed drop collection in rocksdb for all entries that are not compacted in a complete file. it was using the wrong column family.

commit 59f6a9d51b1c12d665eba683d3b09f1b01ce77fc
Author: Michael Hackstein <michael@arangodb.com>
Date:   Thu Jun 8 13:00:18 2017 +0200

    Remove large range now uses ColumnFamily comparator instead of default one. Also it writes batches of 1000 documents to RocksDB instead of full deletion at once.

* better automatic file-type detection for arangoimp

* fixed typos in error messages

* Response can always be a nullptr

* Fix warning

* Revert "Response can always be a nullptr"

This reverts commit 73b7d67510.

* avoiding avalanche of appendEntries

* Revert "Revert "Response can always be a nullptr""

This reverts commit c3c76e9a8f.

* aql now properly propagates the error again

* Implement testcases, this fixes #1806

* also mention that this is not available in sharded collections.

* removed --vm.resident-limit for 3.2.beta

* fixed some tests

* fix variable referencing - its special in the debian scripts

* fix tick assignment

arangod may report a "lastLogTick" value of "0" when a request to
/_api/replication/logger-state was made before the first WAL write
operation was synced to disk. After the first sync operation, the
"lastLogTick" values were ok then.
Now a "lastLogTick" value of "0" should not be returned even when
the logger state API is queried directly after the startup.

* removed one known issue that was fixed in the meantime

* remove only-assigned string variable

* initial Jenkinsfile

* added port.sh

* added port.sh

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* [ci: clean]

* wip

* wip

* [ci: clean-all]

* [ci: clean-all]

* [ci: clean-all]

* wip

* wip

* wip

* renamed
2017-06-12 12:03:04 +02:00