1
0
Fork 0
Commit Graph

783 Commits

Author SHA1 Message Date
Frank Celler ad2deda8d0 Merge branch 'devel' of github.com:arangodb/arangodb into 3.3 2017-11-05 20:52:50 +01:00
m0ppers b552853909 Feature/optional replication factor enforcement (#3570) 2017-11-02 21:41:25 +01:00
Michael Hackstein 213482efa2 Let jenkins remove the build folder archive after it has been snyced over to/from the cache (#3553) 2017-11-02 09:48:01 +01:00
Jan Christoph Uhde ee6c232e54 Bug fix/stop on purge (#3526)
* update prerm.in

* fix deb.cmake to include prerm script

* fix prerm script
2017-10-26 18:39:56 +02:00
Wilfried Goesgens fa3e1fab1f release version 3.3.milestone2 2017-10-19 14:37:50 +02:00
jsteemann 88fc6e7f76 commit modified file 2017-10-19 09:34:45 +02:00
Simon Grätzer 7c31960cf2 Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
Frank Celler af25c7941d log exception (#3434) 2017-10-16 19:35:55 +02:00
Frank Celler b7ee418829 Feature/jenkins pipeline (#3422) 2017-10-15 21:20:50 +02:00
Frank Celler ce355f0de0 moved to concurrency 8 in travis-ci 2017-10-13 13:46:12 +02:00
Wilfried Goesgens af84910066 process the right file and put it the proper destination. (#3396) 2017-10-10 16:41:16 +02:00
Wilfried Goesgens 8f1c312d94 The build-date.h would be re-calculated on certain events, which caused (#3394) 2017-10-10 15:44:04 +02:00
Wilfried Goesgens a8ddaf56f6 Feature/download syncer centosix (#3381)
The ancient curl on centos 6 doesn't know howto download files directly by following 30x, add a wrapper shellscipt that can do this with several curl calls to work around this.
2017-10-06 10:18:43 +02:00
Wilfried Goesgens a9e4e2cc25 Bug fix/fix syncer login retry (#3371) 2017-10-04 14:08:49 +02:00
Frank Celler bf281688ca Feature/jenkins pipeline (#3365) 2017-10-04 10:13:54 +02:00
Frank Celler bd5e84a12f added roles to users (#3354) 2017-10-01 21:00:39 +02:00
Frank Celler 30534aa51a fixed name in jenkins pipeline 2017-10-01 09:20:02 +02:00
Frank Celler 31bfa07a45 build docker image as well 2017-09-30 23:53:38 +02:00
Wilfried Goesgens 8f3afdd9db Fix handling of last download of sync'er and starter (#3353) 2017-09-29 16:42:51 +02:00
Frank Celler df644b666e switch internal registry 2017-09-29 16:05:54 +02:00
Wilfried Goesgens d6bff07c09 make the note random, so we may have sereveral parallel sessions on github. (#3352) 2017-09-29 15:25:21 +02:00
Frank Celler 14d773247d add new option to download the arango syncer for enterprise releases (#3351) 2017-09-29 15:00:55 +02:00
Frank Celler 58515b7894 Feature/jenkins pipeline (#3346) 2017-09-28 22:16:40 +02:00
Wilfried Goesgens 534c19c7af restore the feature to be able to specify the CXX via the environment. (#3340) 2017-09-28 11:16:34 +02:00
Frank Celler 8badead2f5 Feature/jenkins pipeline (#3338) 2017-09-28 08:13:05 +02:00
Frank Celler 8d01dd0c4e Feature/switch to 3.3 (#3336) 2017-09-27 22:45:31 +02:00
Max Neunhöffer 22e46978a6 Bug fix/sort out agency locks (#3306)
New locking concept in Agency. Ensure empty heartbeats can be sent, answered and processed without long locks. Adjust logging. Fix compaction bugs.
2017-09-27 15:22:30 +02:00
Frank Celler be4d1fd47c fixed duplicate variable 2017-09-26 23:25:34 +02:00
Frank Celler 2efecd9012 fixed links in results.html overview 2017-09-26 21:35:14 +02:00
Frank Celler 0ebb375523 fixed missing cleanBuild check 2017-09-26 21:22:10 +02:00
Frank Celler b8e999e8da Feature/jenkins pipeline (#3327) 2017-09-26 15:17:47 +02:00
Wilfried Goesgens 38a5a632c5 set minimum required GCC version to 5.4 (#3298)
* set minimum required GCC version to 5.4
2017-09-26 14:53:44 +02:00
Frank Celler 8e3651283b added missing default config for jenkins 2017-09-24 11:11:17 +02:00
Frank Celler c30fdd5c44 Feature/jenkins pipeline (#3319) 2017-09-23 21:53:08 +02:00
Frank Celler 0ab55310c6 Feature/jenkins pipeline (#3314)
* propagate exit result

* added useDocker

* added missing tests and directories

* show arangosh version
2017-09-22 11:07:15 +02:00
Frank Celler 3e64024add fixed cleanup of docker build 2017-09-20 08:53:11 +02:00
Frank Celler 8b975c670c Feature/jenkins pipeline (#3293) 2017-09-20 00:13:33 +02:00
m0ppers e7e3852e0b Feature/branch docker images (#3269)
* Docker images
2017-09-20 00:10:41 +02:00
Frank Celler f8fa46a00f run all tests in devel 2017-09-17 22:20:42 +02:00
Frank Celler b5916f24fe Feature/jenkins pipeline (#3272)
* raised timeout for mac

* error message

* fixed typo in skipNonDeterministic => skipNondeterministic

* fixed catch tests in Windows

* fixed cores

* clean old files
2017-09-17 22:15:58 +02:00
Frank Celler 435383e2c3 set BRANCH_NAME for devel job 2017-09-16 23:22:06 +02:00
Frank Celler 2175ac9c15 dump environment 2017-09-16 23:17:56 +02:00
Frank Celler c4484e7a7c Feature/jenkins pipeline (#3271)
* fixed core lookup
2017-09-16 12:39:34 +02:00
m0ppers f0ae3d3de7 Bug fix/uaf communicator request abort (#3216)
* Fix abortion of requests

* Fix progress callback
2017-09-15 22:42:30 +02:00
Frank Celler 02014da684 Feature/jenkins pipeline (#3262)
* raised timeout for mac

* echo error message

* fixed typo in skipNonDeterministic => skipNondeterministic
2017-09-15 15:42:42 +02:00
Kaveh Vahedipour 3f796f5f55 Allow for build-docker.sh to build with maintainer mode if needed. This is done for the go driver tests. (#3254) 2017-09-15 14:24:02 +02:00
Frank Celler 66fdaa24a5 Feature/jenkins pipeline (#3241) 2017-09-12 12:03:46 +02:00
Frank Celler 7c3215c386 timestamps in tests (#3240) 2017-09-12 10:39:32 +02:00
Andreas Streichardt afafc47eac Remove override of testmatrix (build only linux) 2017-09-11 17:44:07 +02:00
Frank Celler e62d0a367f Feature/jenkins pipeline (#3218) 2017-09-08 08:37:02 +02:00
Frank Celler a7ae53eda7 added new test suite authentication_server 2017-09-07 14:58:48 +02:00
Frank Celler 5456258cbc Feature/jenkins pipeline (#3210) 2017-09-06 18:17:13 +02:00
Wilfried Goesgens 81b4a3896b Merge pull request #3180 from arangodb/bug-fix/build-debian-packages
fix systemd issues when reinstalling a package
2017-09-01 13:18:26 +02:00
Jan Christoph Uhde 77fb3f777e fix systemd issues when reinstalling a package 2017-09-01 08:45:49 +02:00
Andreas Streichardt 27e6699be1 correct tempdir under windows 2017-08-31 18:36:05 +02:00
Andreas Streichardt 7d2ab6055f Merge with latest changes in improve-jenkins
stashing should work better now
2017-08-31 17:53:48 +02:00
Jan Christoph Uhde b3c3106507 fix upgrade exit codes 2017-08-31 13:22:17 +02:00
Jan Christoph Uhde c9adcebfba fix postinst script of debian package 2017-08-31 11:24:00 +02:00
Andreas Streichardt cc11155341 rename scripts 2017-08-30 12:23:56 +02:00
Andreas Streichardt c1c882c04a change to devel 2017-08-30 12:13:11 +02:00
Jan Christoph Uhde 20e1a673fd Feature/planning 499 different error codes for version check (#3118)
* return different error codes for check-version

* Adds data file for exit codes that can be used by ArangoDB applications

* add some exit codes

* better return codes for centos

* add codes in arangod

* remove test code

* prevent re-downloading of starter and other small improvements

* fix some erros

* finish centos

* update urls

* add info about systemd detection

* move further towards a working systemd setup

* set service type to simple

* add arangodb-update-db script

* start work on debian packages

* a db dir that is already in place (former installation) should be reused now

* fix minor bugs

* Implement exit code translation in the windows installer.

* add autogenerated NSIS exit code mapping
2017-08-30 10:47:31 +02:00
Wilfried Goesgens 73055db6b6 When the user entered non-matching passwords, we need to go back two steps so he can re-enter the first password too. (#3155) 2017-08-30 10:42:10 +02:00
Andreas Streichardt ec2191cad4 Proper defaults 2017-08-29 17:57:43 +02:00
Andreas Streichardt 44012c28b5 Failed regex 2017-08-29 17:51:01 +02:00
Andreas Streichardt 8f5d237005 rename 2017-08-29 17:47:50 +02:00
Andreas Streichardt c026b727a4 no more real 2017-08-29 17:47:08 +02:00
Andreas Streichardt 68e220fd55 Publish a basic but hopefully working pipeline 2017-08-29 17:29:07 +02:00
Kaveh Vahedipour 34e303ebae added resilience to pipelince for cluster tests (#3140) 2017-08-28 15:00:24 +02:00
Frank Celler 062243dcac only keep a few artifacts 2017-08-22 16:29:28 +02:00
Frank Celler 53e09e5e57 enabled windows (#3078) 2017-08-22 15:53:44 +02:00
Wilfried Goesgens 0536fdc6da fill in ARANGOD_CONF_DIR in the wrapper scripts as sugested by @laird in #3014 so the wrapper scripts properly locate their respective config (#3092) 2017-08-22 10:35:02 +02:00
m0ppers 0dfea58d54 Feature/remove manual zippery (#3036) 2017-08-17 23:30:27 +02:00
Wilfried Goesgens b2bc8dee49 we need to substitute the package name here too - else enterprise pac… (#3025) 2017-08-17 21:27:44 +02:00
Frank Celler a892372377 Feature/jenkins pipeline (#3029) 2017-08-15 23:09:50 +02:00
Frank Celler 90a2423b2d fixed type of restrictions 2017-08-09 08:32:54 +02:00
Frank Celler 979c18016a Feature/jenkins pipeline (#2996)
* added restrictions
2017-08-08 16:06:05 +02:00
Frank Celler 7266010962 lower concurrency 2017-08-06 10:25:24 +02:00
Frank Celler 982331dafc Feature/jenkins pipeline (#2966) 2017-08-05 21:53:02 +02:00
Frank Celler ff35dce3c2 Feature/jenkins pipeline (#2963) 2017-08-05 21:16:32 +02:00
Frank Celler c3d149023a Feature/jenkins pipeline (#2944)
* added core test

* keep source.zip

* added timeout
2017-08-04 13:35:24 +02:00
m0ppers 0085242d67 Bug fix/windows non docker build (#2941)
* Improve windows compatibility...remove shell scripts..use cmake logic

* non-docker windows builds

* set -e
2017-08-04 13:31:36 +02:00
Frank Celler fa9246c9f9 fixed locator for icudtl.dat (#2950) 2017-08-04 09:43:49 +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
Frank Celler 6a78640f79 switch to trusty 2017-07-30 15:39:10 +02:00
Frank Celler 37e1023166 Feature/jenkins pipeline (#2887)
* disable mac and windows by default

* copy failed to top level
2017-07-27 14:00:22 +02:00
Wilfried Goesgens 31cc349d05 Feature/tag starter with release (#2886)
* tag the ArangoDB Starter as part of the release process.

* check for tools to be installed
2017-07-27 13:36:01 +02:00
Wilfried Goesgens b0bf7e9505 fix string composing of the backuppath, so we don't create it under the already existing database directory 2017-07-19 19:57:44 +02:00
Wilfried Goesgens 050e9232ec add hint howto switch the storage engine 2017-07-19 12:20:13 +02:00
Frank Celler ed087dc21a Feature/jenkins pipeline (#2821) 2017-07-17 21:50:22 +02:00
Frank Celler 8e06c90df3 Feature/jenkins pipeline (#2814)
* fixed variable

* create directories
2017-07-16 00:08:14 +02:00
Frank Celler 28c1c31389 fixed variable (#2813) 2017-07-15 23:31:54 +02:00
Frank Celler c569d86c09 Feature/jenkins pipeline (#2812) 2017-07-15 23:11:12 +02:00
Frank Celler 2cb82a1507 Feature/jenkins pipeline (#2808) 2017-07-15 14:42:46 +02:00
Frank Celler 66d15ced73 Feature/jenkins pipeline (#2785) 2017-07-15 11:34:26 +02:00
Frank Celler a63aab03ed fixed engine (#2786) 2017-07-12 18:49:27 +02:00
Frank Celler 6aabc148d8 Feature/jenkins pipeline (#2757)
reduce concurrency
2017-07-08 19:15:42 +02:00
Frank Celler 0450700419 fixed windows test script 2017-07-08 17:48:52 +02:00
Frank Celler 54a5e66cb1 fixed superflous remove 2017-07-08 17:36:40 +02:00
Frank Celler 15f3788c27 Feature/jenkins pipeline (#2753) 2017-07-08 15:03:22 +02:00