1
0
Fork 0
Commit Graph

19556 Commits

Author SHA1 Message Date
Michael Hackstein 5b24f95ec8 Added entry to 2.4.4 CHANGELOG 2015-02-16 18:09:28 +01:00
Michael Hackstein 4bcadadde2 Added the option to not execute the teardown script. 2015-02-16 18:06:42 +01:00
Michael Hackstein 7247b69235 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-16 17:44:34 +01:00
Michael Hackstein fa1cf5897b added a description for the requirements to script in a cluster running foxx 2015-02-16 17:38:43 +01:00
Jan Steemann 43cd0cc1f1 remove generated files 2015-02-16 17:21:55 +01:00
Jan Steemann 11deebc6eb remove generated files 2015-02-16 17:18:29 +01:00
Michael Hackstein c6e9d98251 Added a force uninstall for foxx apps, to make sure they are removed from disk even if sth is unclear with mounting. Also created an error for foxx not found on file system has been added 2015-02-16 17:14:36 +01:00
Thomas Schmidts 348b60230c Updated License 2015-02-16 16:20:45 +01:00
Michael Hackstein 1cdbbbe243 Added a readme for advanced foxx functionality 2015-02-16 16:19:00 +01:00
Michael Hackstein db17acbecc Added an introduction to production 2015-02-16 16:09:20 +01:00
Michael Hackstein 107b5cd478 Added an introduction to development 2015-02-16 16:09:06 +01:00
Michael Hackstein 54989da29d Added a section about the development mode of foxx 2015-02-16 16:08:52 +01:00
Michael Hackstein bdf7b78f34 Added a chapter for debugging in development mode 2015-02-16 16:08:40 +01:00
Michael Hackstein 28a913875e Added a chapter for debugging in production mode 2015-02-16 16:08:26 +01:00
Michael Hackstein 995b1bdd74 Added a section to describe how to upgrade to a new foxx 2015-02-16 16:08:07 +01:00
Michael Hackstein 9966d2de32 Removed a foxx chapter from summary functionality not yet implemented, will be shipped later 2015-02-16 16:07:44 +01:00
Michael Hackstein 4618866f77 Finished section about debugging in development mode. Need to out example output 2015-02-16 14:42:41 +01:00
Michael Hackstein 0c78629199 Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into devel 2015-02-16 14:17:52 +01:00
Michael Hackstein f213121b95 Started a development debugging chapter for foxx documentation. It is not finished yet 2015-02-16 14:16:07 +01:00
Michael Hackstein db9938f9ad Added documentation chapter for foxx scripts. 2015-02-16 14:13:50 +01:00
Michael Hackstein ab5fbb66e0 Fixed server side foxx tests. They had to be adapted to new routing info computation 2015-02-16 14:13:10 +01:00
Michael Hackstein 808d658ff8 JSLint fixes 2015-02-16 14:12:34 +01:00
Michael Hackstein 738f77eeaf Seperated uninstall processes of two apps. The second one will not be uninstalled if the first one fails to 2015-02-16 14:11:31 +01:00
Michael Hackstein dd40e0e732 Added the foxx manager install test to be executed everytime. 2015-02-16 14:10:24 +01:00
Frank Celler 9053c16f37 fixed version 2015-02-16 11:46:29 +01:00
Frank Celler 011e19194f fixed version 2015-02-16 11:11:42 +01:00
Frank Celler 3b9b1510e5 release version 2.5.0-alpha2 2015-02-16 10:39:20 +01:00
Frank Celler cbb0b2f372 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-16 10:27:19 +01:00
Frank Celler 179a6ef8ff release version 2.5.0-alpha1 2015-02-16 09:59:06 +01:00
Jan Steemann 1e0dae153c cleanup 2015-02-15 23:57:41 +01:00
Jan Steemann e250a31b0c shaper changes 2015-02-15 21:53:27 +01:00
Jan Steemann 4f6c598c42 reduce number of mallocs 2015-02-15 21:53:07 +01:00
Jan Steemann 205736a028 added optimizer rule "propagate-constant-attributes" 2015-02-15 13:29:53 +01:00
Michael Hackstein f03b4aca24 Included the itzpapalotl. Will be installed as a test app from local 2015-02-13 22:13:33 +01:00
Michael Hackstein 9dc3bbc48f added a test to verify that installing of malformed applications will fail 2015-02-13 22:13:01 +01:00
Michael Hackstein 11877983c8 Added an http spec to install a foxx app 2015-02-13 22:12:31 +01:00
Michael Hackstein 9d5ae45b10 Improved errors thrown when trying to install malformed applications 2015-02-13 22:11:54 +01:00
Jan Steemann db2cd7acc9 added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
Willi Goesgens da5f86f16b Windows service deletion - only remove the service entry if it matches our binary path. 2015-02-13 16:21:35 +01:00
Willi Goesgens 154882ae5f Add signal handler. 2015-02-13 14:44:21 +01:00
Willi Goesgens f02de55304 Namespace demangling for macos X - todo make this work. 2015-02-13 14:20:48 +01:00
Willi Goesgens e48a75f6e2 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-13 14:12:20 +01:00
Willi Goesgens df226e5a82 - install SIG11 handler which prints backtrace to the console. (in windows we don't get cores)
- fix exit handling for windows process control.
2015-02-13 14:11:15 +01:00
Jan Steemann 3ed5d54fbb removed unusued functions 2015-02-13 13:45:18 +01:00
Willi Goesgens e65db6114c No need to step down to c-strings here. 2015-02-13 11:48:33 +01:00
Willi Goesgens 564aedbeb8 Relax timeout for non-existing urls; if running in valgrind this can take long due to context initialisation. 2015-02-13 11:45:19 +01:00
Willi Goesgens 21875a3d78 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-13 11:33:34 +01:00
Willi Goesgens 93f7284851 if we detect that we're running in a cygwin shell, assume we can use unix like message printing. 2015-02-13 11:32:58 +01:00
Jan Steemann 94a362c3c7 custom visitors 2015-02-13 11:32:13 +01:00
Michael Hackstein 63991b62dd Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes 2015-02-13 10:20:56 +01:00