1
0
Fork 0
Commit Graph

37157 Commits

Author SHA1 Message Date
jsteemann 7640586bd9 added test case for duplicate collections 2017-03-06 13:07:04 +01:00
jsteemann 19830d8dee Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-06 12:58:22 +01:00
Mark bf8f0b7be8 fixed windows compile error 2017-03-06 12:24:20 +01:00
Michael Hackstein 7afccbd6e9 Fixed forward declarition. Struct vs. class 2017-03-06 10:48:37 +01:00
Michael Hackstein b26ea6c3bd Added a recovery test for duplicate-name creation. This was broken during Engine-API build. 2017-03-06 10:41:21 +01:00
Michael Hackstein 02da035eb7 Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-03-06 09:13:45 +01:00
Michael Hackstein b6ac3c65ad Merge branch 'devel' of github.com:arangodb/arangodb into engine-api 2017-03-06 09:13:37 +01:00
jsteemann 9954b52f34 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-06 08:19:24 +01:00
Frank Celler ab49f6c1b4 fixed variables parsing in GraphQL 2017-03-05 23:31:38 +01:00
Frank Celler da27597ff4 fixed missing double quote 2017-03-05 23:29:08 +01:00
Jan Christoph Uhde 664acb8695 Change link order of static libs 2017-03-05 18:54:46 +01:00
Jan Christoph Uhde d44c48842c clean up bootstrap.sh 2017-03-05 15:42:21 +01:00
Jan Christoph Uhde 15f71ceae5 Add gcc-arango as compiler in bootstrap script. 2017-03-05 13:48:05 +01:00
Jan Christoph Uhde 6a7d47bbd4 init v8 2017-03-05 09:37:56 +01:00
Jan Christoph Uhde 845040f8a3 add bootstrap script 2017-03-05 04:04:33 +01:00
Jan Christoph Uhde d4000ebf70 Add hexdump when vaidation fails for incoming VPackSlice 2017-03-03 22:38:04 +01:00
Andreas Streichardt 9420fb0e84 scripts unittests fix 2017-03-03 21:15:06 +01:00
Andreas Streichardt cb8e5aa331 Migrate boost unittests to catch 2017-03-03 21:09:56 +01:00
jsteemann b3f11af7a4 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-03 17:42:22 +01:00
jsteemann b4cdafaef9 cleanup 2017-03-03 16:53:48 +01:00
jsteemann e4c27b0f44 flush log thread buffer when we're logging with fatal|err|warn levels 2017-03-03 16:53:03 +01:00
Andreas Streichardt 1664c31529 First tests \o/ 2017-03-03 15:42:07 +01:00
Andreas Streichardt fe512ed526 Create a arangoserver lib which we link againts arangod and tests 2017-03-03 15:31:43 +01:00
jsteemann d01c45b636 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-03 15:04:29 +01:00
jsteemann b06ba1696c Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-03-03 15:04:01 +01:00
jsteemann 6478c6d043 updated CHANGELOG 2017-03-03 15:03:52 +01:00
jsteemann 573c346fa5 attempt to fix issues reported by @ewoutp 2017-03-03 14:47:21 +01:00
Michael Hackstein f42b3196e1 Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-03-03 13:44:27 +00:00
Michael Hackstein 16c43192a0 Fixed feature startup ordering because recovery of presistent indices doid fail 2017-03-03 13:40:17 +00:00
jsteemann 7dfb37d94b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-03 13:26:59 +01:00
jsteemann b3b427c660 fixed issue #2350 2017-03-03 13:26:44 +01:00
Wilfried Goesgens d5cd299bd3 add missing client package copy step 2017-03-03 13:17:09 +01:00
jsteemann f89399e585 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-03 12:47:01 +01:00
jsteemann 356020a3c6 try to make test more deterministic, by not relying on a wait time of 5 seconds 2017-03-03 12:35:12 +01:00
jsteemann 3a39921147 fixed documentation and added tests for grants API 2017-03-03 12:33:13 +01:00
jsteemann db9099f0f9 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-03 12:07:50 +01:00
jsteemann cdf8fbac7f fixed misleading documentation 2017-03-03 12:05:05 +01:00
jsteemann cd5c9b8327 updated CHANGELOG 2017-03-03 11:46:03 +01:00
jsteemann 76db809cc0 fixed issue #2349 2017-03-03 11:45:30 +01:00
jsteemann 035e2357b1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-03 11:35:39 +01:00
jsteemann 7c0c84c21d added `--translate` option for arangoimp to translate attribute names from the input files to attriubte names expected by ArangoDB
The `--translate` option can be specified multiple times (once per translation
to be executed). The following example renames the "id" column from the input
file to "_key", and the "from" column to "_from", and the "to" column to "_to":

    arangoimp --type csv --file data.csv --translate "id=_key" --translate "from=_from" --translate "to=_to"

`--translate` works for CSV and TSV inputs only.
2017-03-03 11:35:16 +01:00
Wilfried Goesgens 22dfffef31 tell the users that homebrew only has the latest stable release available 2017-03-03 11:32:19 +01:00
jsteemann 6217a58559 protect against out-of-bounds read 2017-03-03 11:07:41 +01:00
jsteemann 707b142e7f Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-03 10:50:24 +01:00
jsteemann 4baff0e2d9 issue #2348 2017-03-03 10:50:13 +01:00
Wilfried Goesgens 1f12a95be6 fix windows package filenames 2017-03-03 10:48:06 +01:00
jsteemann e24dcb1ee9 adjusted test expectation for #2346 2017-03-03 10:19:57 +01:00
jsteemann d369c698b5 fixed issue #2346 2017-03-03 10:10:38 +01:00
jsteemann 6e4e29943d added 'auto' file type 2017-03-02 23:35:52 +01:00
jsteemann e1d043e607 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-02 22:20:59 +01:00