1
0
Fork 0
Commit Graph

111 Commits

Author SHA1 Message Date
Wilfried Goesgens 539fe919f5 Documentation 3.5/backport maintainers2 (#9513)
* connect the mocha testresults if we run it in an extra arangosh instance

* fix status handling, lint

* sometimes we have the string undefined to ignore

* fix filter forwarding for spawned arangoshs - add mocha version

* migrate mochaGrep into --testCase parametrizing

* re-sync maintainers readme
2019-07-19 11:25:33 +03:00
Wilfried Goesgens 9781b9890c Bug fix 3.5/connect mocha results to testing js (#9493)
* connect the mocha testresults if we run it in an extra arangosh instance

* fix status handling, lint

* sometimes we have the string undefined to ignore

* fix filter forwarding for spawned arangoshs - add mocha version

* migrate mochaGrep into --testCase parametrizing
2019-07-18 19:49:03 +03:00
Wilfried Goesgens 081e755b25 fix typo (#9400) 2019-07-03 16:17:55 +02:00
Wilfried Goesgens 61f3397e33 Feature/add tcpdump support (#9396) 2019-07-03 16:12:03 +02:00
Dan Larkin-York d5ecdd143a Convert unit tests to googletest framework (#9034) 2019-05-21 09:17:46 +02:00
Jan Christoph Uhde 677a79026c Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
KVS85 a67c9706d1
Add notice about "onlyGrey" option 2019-04-20 16:00:26 +03:00
Jan Christoph Uhde 88dce3e51e rename log id script to match its final purpose (#8578) 2019-03-26 12:56:21 +01:00
Jan Christoph Uhde deb770caba fix generateLogIds.py (#8570)
* fix generateLogIds.py, update README_mainatiners

* Add missing `or` in doc.

* remove quotes before inserting into map
2019-03-26 09:19:16 +01:00
Jan Christoph Uhde c3f7961b88 apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
Wilfried Goesgens 4198c88a17 Documentation/add gdb requirements (#8302) 2019-03-01 13:27:44 +01:00
Wilfried Goesgens c64636623b fix symbol path, add more cdb hints (#7620) 2018-12-04 09:04:21 +01:00
Wilfried Goesgens 9fa1604134 howto obtain coredumps on linux without killing the process (#7477) 2018-11-27 11:18:20 +01:00
Simran c5ff518cb7 Fix typos in README_maintainers.md (#7363) 2018-11-19 13:11:56 +01:00
Wilfried Goesgens fd04a34cb2 Documentation/fix symsrv doc (#7361)
* fix the location of the symbol server

* explain release logic
2018-11-19 11:07:01 +01:00
Max Neunhöffer ffd40088ed
Greylist moving-shards-with-arangosearch-view-cluster. (#7273)
* Greylist moving-shards-with-arangosearch-view-cluster.

* Add documentation for greylisted tests.
2018-11-08 16:26:15 +01:00
Wilfried Goesgens f1eae33b39 howto coredump when dropping root privileges (#6421)
* howto coredump when dropping root privileges

* add missing quote
2018-09-07 17:44:23 +02:00
Simran 34ec56d421 Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
Wilfried Goesgens d0ed06c033 more RFC compliance when parsing http headers - support quotes (#5860) 2018-07-13 11:14:06 +02:00
Wilfried Goesgens 5e296cb0c9 add ability to filter jsunity testsuites by testcase (#5807) 2018-07-12 13:35:29 +02:00
Wilfried Goesgens eb9bf93c98 Feature/cleanup rspec integration (#5517) 2018-06-07 11:47:46 +02:00
Max Neunhoeffer 5e25199810
Add information about errors.dat to README_maintainers.md 2018-05-03 10:27:24 +02:00
Wilfried Goesgens 5435be2362 set merge strategy to binary for autogenerated files (#5058) 2018-04-24 16:12:53 +02:00
Wilfried Goesgens a07a0fe990 Bug fix/date function portability (#4972)
* fix casts to use defined bit width
* adjust regex so it also works on elderly compiler infrastructure
* optimized regex
* work around MSVC bit shortage
* howto manipulate logging of the SUT
* improve regexp readability
2018-03-27 16:32:54 +02:00
Manuel B e1ed2c9fc6 Doc - move doc maintainers readme to /Documentation (#4945) 2018-03-26 12:15:13 +01:00
Wilfried Goesgens a16d4b0109 Feature/cpp aql reverse (#4911) 2018-03-23 09:54:37 +01:00
Manuel B 73b6975e56 Doc - colors in the AQL explain examples (#4835) 2018-03-14 11:55:29 +01:00
Wilfried Goesgens c7a9b41cf5 Doc - Interactively generated AQL examples (#4757)
* interactively generated AQL examples
2018-03-05 19:17:16 +01:00
Heiko b7fdd77c33 Update README_maintainers.md (#4423) 2018-02-20 11:31:24 +01:00
sleto-it c77b67bcd7
Doc - sync script (#4548)
Include Willi's script to synchronize doc from external repos into our official doc
2018-02-09 10:23:26 +01:00
Wilfried Goesgens 52d7598eb0 Documentation/fix driver link (#3770) 2017-11-27 12:34:14 +01:00
Manuel B 6fdb55f847 how to build with asan (#3415) 2017-10-19 22:11:50 +02:00
Heiko 8016e902cd Feature/cmake frontend build (#3450)
* added frontend build process to cmake

* package json grunt
2017-10-18 12:32:57 +02:00
Wilfried Goesgens 107344eeee Add documentation for the loglevels, so the swagger becomes useable for users to choose their loglevel with it. (#3406)
* Add documentation for the loglevels, so the swagger becomes useable for users to choose their loglevel with it.

* implement review
2017-10-13 12:30:45 +02:00
Manuel B d8c349143e clarify where to exec build.sh (#2877) 2017-07-26 13:25:17 +02:00
Wilfried Goesgens 2646ea2ad1 Migrate documentation build process to pure bash. (#2619)
* Migrate documentation build process to pure bash.

- the old makefile contained multiple shell snippets which were hard to maintain
- Convert it from Makefile to pure bash build.sh
- Fix error reporting in companion python scripts
- adjust README_maintainers.md to the new script
- provide wrapper GNUMakefile for automatic jobs for compatibility
- use the new shellscript inside the docker wrapper
- use the systems available processors inside the docker container if we build arangod
- strive to build enterprise binaries, since some examples require it.

* fix wrapper makefile
2017-06-21 14:34:17 +02:00
Alan Plum e048fbff27
Make build flag easier to find in docs 2017-05-17 12:22:12 +02:00
Simran Brucherseifer 5be45ce513 Docs: remove remaining mdpp bits. Copying files is still needed for examples and docublocks 2017-05-05 10:22:15 +02:00
Jan Christoph Uhde 9736fe4b3f fix shell_server test - transactional insert/remove is slow for rocksdb 2017-04-19 17:26:50 +02:00
jsteemann 054f1afeb0 fix README_maintainers, provide debug output for invalid invocations 2017-04-19 12:05:16 +02:00
Wilfried Goesgens 6bb187e88a add some bits about linux coredumps 2017-04-07 10:43:02 +02:00
Jan Christoph Uhde 7d099a05ec Add more copy debugging snippets to README_maintainers 2017-03-30 16:37:19 +02:00
Jan Christoph Uhde 9177c9b3fa add information on debugging 2017-03-30 14:58:26 +02:00
Wilfried Goesgens 1a66ec7080 fix example howto only compile minor parts of the documentation 2017-03-16 17:37:11 +01:00
Wilfried Goesgens 818dbeb65a migrate wording boost->catch 2017-03-16 17:18:47 +01:00
Wilfried Goesgens c818e7320c switch it to auto-wrap itself in the matching docker container 2017-03-15 17:40:50 +01:00
Andreas Streichardt fcac7771ec some catch info 2017-03-07 10:08:31 +01:00
Wilfried Goesgens 00c5158ad2 add infos about symchk 2017-02-23 13:29:49 +01:00
Wilfried Goesgens dc027cdbd2 add procedure how to manually work with the symbol server 2017-02-22 16:25:19 +01:00
Wilfried Goesgens be38052db1 don't allow to run against pre-running server - it may fail 2017-02-13 15:15:02 +01:00