1
0
Fork 0
Commit Graph

81 Commits

Author SHA1 Message Date
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
baslr 8edba237f9 README_maintainers: mention pythons webserver to view generated documentation 2017-02-13 12:04:59 +01:00
Wilfried Goesgens 25fcfca4be beautify formatting 2017-02-01 11:21:12 +01:00
Wilfried Goesgens 7b72d88a3d mention ditaa in the dependecsies list 2017-02-01 11:07:08 +01:00
Alan Plum d28a14da24
Clarify USE_MAINTAINER_MODE flag 2016-11-12 22:33:06 +01:00
Wilfried Goesgens 3294708cb8 explain ditaa integration. 2016-09-01 10:50:45 +02:00
Wilfried Goesgens 3c50bca6c6 Warn from the ubuntu apport package - it will handle coredumps in its own incompatible way. 2016-08-24 17:25:20 +02:00
Wilfried Goesgens 7831071fff Mention howto control core files on linux. 2016-08-19 10:34:53 +02:00
Wilfried Goesgens b7cd3def7f Style cleanup for the docker mesos cluster. 2016-07-29 17:02:49 +02:00
Andreas Streichardt b3a89c6d0e BOLD 2016-07-29 16:39:19 +02:00
Andreas Streichardt 4dac4f49cf Polish docs 2016-07-29 16:36:08 +02:00
Andreas Streichardt 563a958d99 Some hints on how to deploy new images 2016-07-29 10:57:10 +02:00
Andreas Streichardt 34141de36f Add mesos instructions 2016-07-29 10:47:48 +02:00
Alan Plum ace8699fa4
Mention updating license info 2016-07-14 16:35:08 +02:00
Alan Plum b570de58d6
Prevent World War 3 2016-07-14 16:29:20 +02:00
Jan Christoph Uhde ff49d7b0b4 Merge remote-tracking branch 'origin/devel' into obi-merge-restserver-next
* origin/devel: (105 commits)
  Fixed failure tests in SkiplistIndex
  Fixed a bug with reset of new skiplist index iterator
  whitespace removal
  micro optimization for key generator key tracking
  GraphQL! Hype! 🎉
  explicit
  remove unused variable
  explicit
  Fix VS complaints
  complaints
  complaints
  updated CHANGELOG
  fixed issue #1937
  Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals.
  ignore revision ids
  fix destructuring of Externals in MERGE
  make it code.
  ignore primary and edge indexes during cluster restore
  grunt build [ci skip]
  semist.
  ...
2016-07-13 07:33:13 +00:00
Wilfried Goesgens 7392535f15 make it code. 2016-07-12 13:06:32 +02:00
Wilfried Goesgens 66c7aec63d add hints about temp path calculation. 2016-07-11 18:11:15 +02:00
Wilfried Goesgens 086402689c Add v8 context limits 2016-07-11 17:28:59 +02:00
Jan Christoph Uhde e4a8b5d7b6 add --server <url> option to unittests 2016-07-05 11:30:56 +02:00
Max Neunhoeffer 5cf0c820cb Add one more command to compilation instructions. 2016-06-16 22:40:51 -07:00
Max Neunhoeffer c777933c7c Add compilation instructions. 2016-06-16 21:45:31 -07:00
jsteemann 2098bbabe4 fixed wrong CMake option name 2016-06-03 17:31:27 +02:00
Wilfried Goesgens e6a141fc04 Adjust to latest facts. 2016-06-03 17:28:52 +02:00
Simran Brucherseifer 23e22f6f39 Rename Users documentation to Manual 2016-05-24 16:09:21 +02:00
Simran Brucherseifer a88551a8d4 Re-organize Users and AQL documentation 2016-05-02 15:53:13 +02:00
Simran Brucherseifer a5ad9f33a9 Minor corrections
Excluded Aardvark, the graph viewer in particular
2016-04-20 22:09:00 +02:00
Wilfried Goesgens 1e772d1427 Adjust to the new reality without make 2016-04-06 17:40:28 +02:00
Heiko b6b6648637 Update README_maintainers.md 2016-03-08 18:32:53 +01:00
hkernbach 9461a2e017 added frontend description to readme maintainers 2016-03-08 18:29:35 +01:00
Wilfried Goesgens d2f8021d8e make examples is history now. 2016-02-10 11:21:08 +01:00