1
0
Fork 0
Commit Graph

19914 Commits

Author SHA1 Message Date
Willi Goesgens 9fa3a5d77c Fix windows error mapping 2015-02-24 11:28:05 +01:00
Willi Goesgens 5e6df08fba Include errno... 2015-02-24 11:28:04 +01:00
Willi Goesgens 4014f57a6d Fix error message on tempfile creation 2015-02-24 11:28:04 +01:00
Willi Goesgens 9270ca0b3c cygwinify run, and make run_cygwin.sh a symlink (hope this works ;-) 2015-02-24 11:28:02 +01:00
Willi Goesgens 3a37aadaad file permissions, make windows script executable. 2015-02-24 11:27:59 +01:00
Willi Goesgens f80a48dbdd Be more forgivingly about the time required to unload collections. 2015-02-24 11:27:59 +01:00
Jan Steemann f46187d698 Revert "removed unused attribute"
This reverts commit f04a4a89391b87d928aeae5efbfb591058997786.
2015-02-24 11:27:55 +01:00
Willi Goesgens fd5a3b08a9 Fix double free introduced in last commit. 2015-02-24 11:27:53 +01:00
Willi Goesgens e9b9574baa Improve error handling
- directory creation
  - zip extraction
2015-02-24 11:27:52 +01:00
Willi Goesgens 7cbdad1f08 First map the error, then return it to the caller. 2015-02-24 11:27:51 +01:00
Willi Goesgens e91f2cd57a Map windows directory errors to TRI 2015-02-24 11:27:49 +01:00
Willi Goesgens 59af550bf8 Fix windows build. 2015-02-24 11:27:46 +01:00
Willi Goesgens ba23741348 Fix error handling in directory creation: only catch errors of directory existing; throw meaningfull error message. 2015-02-24 11:27:43 +01:00
Willi Goesgens 47a6e56501 Fix use after free. 2015-02-24 10:36:07 +01:00
Willi Goesgens eb3f383f93 On windows log backtrace rather then printing it; it doesn't seem to end up where we expect it. 2015-02-24 10:35:33 +01:00
Jan Steemann 78616caaf7 added test 2015-02-24 10:26:30 +01:00
Willi Goesgens 80b884c811 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-24 10:19:53 +01:00
Willi Goesgens 29a421eb59 We just need one \ here... 2015-02-24 10:19:31 +01:00
Michael Hackstein 055138c363 Fixed another stupid windows not able to use proper slashes in file path bug. 2015-02-24 09:26:58 +01:00
Michael Hackstein 8910dae75f Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-24 09:26:38 +01:00
Michael Hackstein 9c22014361 Fixed another stupid windows not able to use proper slashes in file path bug. 2015-02-24 09:26:32 +01:00
Jan Steemann ec9c84b7c0 added tests 2015-02-24 09:23:25 +01:00
Jan Steemann e4b0c841f5 fixed memleak 2015-02-24 08:42:51 +01:00
Jan Steemann 654d282088 added fpconv_dtoa from https://github.com/night-shift/fpconv/ 2015-02-23 22:27:02 +01:00
Michael Hackstein f324f2f4cd Filtered jasmine internal error messages from test output 2015-02-23 18:17:29 +01:00
Michael Hackstein 3b446889de Filtered jasmine internal error messages from test output 2015-02-23 18:15:06 +01:00
Willi Goesgens bdcabd1a62 More verbose error message when declining to remove a directory outside of the temp directory. 2015-02-23 18:11:01 +01:00
Jan Steemann 08e4fe7f6f Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-23 16:52:24 +01:00
Willi Goesgens 270f7cc919 Fix temp-file generation broken when adding error handling. 2015-02-23 16:52:03 +01:00
Michael Hackstein eccaada507 added a function to synchronize the app collection with the apps folder. It is automatically invoced on arango startup 2015-02-23 16:41:48 +01:00
Willi Goesgens 75f4c2cdd0 Fix filenames to be os-agnostic. 2015-02-23 16:36:11 +01:00
Jan Steemann 55d03dd8fd removed unused attribute 2015-02-23 16:27:19 +01:00
Willi Goesgens 9000a6c83e Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-23 16:07:39 +01:00
Willi Goesgens 858aa5f8d4 Fix windows error mapping 2015-02-23 16:07:19 +01:00
Michael Hackstein d57135c1b4 Fixed the sessions app, to create the _sessions collection if it is used on the internal mount point 2015-02-23 15:43:47 +01:00
Michael Hackstein d47dc091ba Invalidated exports cache properly. Fixed a bug with session app 2015-02-23 15:40:07 +01:00
Jan Steemann 3d8235d820 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-23 15:36:02 +01:00
Jan Steemann 43545bf6fe attempt to fix compile warning 2015-02-23 15:35:47 +01:00
Willi Goesgens e088c14bca Include errno... 2015-02-23 15:33:23 +01:00
Willi Goesgens 36fd6d1544 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-23 15:29:32 +01:00
Willi Goesgens dcac88c35a Fix error message on tempfile creation 2015-02-23 15:28:46 +01:00
Michael Hackstein 89a11587b3 Fixed regex to identify Windows absolute and relative pathes also 2015-02-23 15:08:06 +01:00
Michael Hackstein 8db83ce903 Fixed regex to identify Windows absolute and relative pathes also 2015-02-23 15:07:03 +01:00
Willi Goesgens 32b4f5de19 cygwinify run, and make run_cygwin.sh a symlink (hope this works ;-) 2015-02-23 14:59:20 +01:00
Michael Hackstein 65b1492bbd Disallowed mointpoints starting with illegal characters for collection prefixes. Including tests 2015-02-23 14:50:52 +01:00
Michael Hackstein 4d7f358e9e Added a devel task and removed watch form the default task of Grunt 2015-02-23 14:50:45 +01:00
Michael Hackstein 372c1cc7df Added the node_modules in aardvark to gitignore 2015-02-23 14:50:28 +01:00
Michael Hackstein 27253fde9c Added generated files in WebInterface 2015-02-23 14:50:21 +01:00
Michael Hackstein 4727a44b18 Typo fix in test output 2015-02-23 14:50:15 +01:00
Michael Hackstein 5dec680974 Added a test for the App install process, to avoid installing apps using the AppStore without giving a mountpoint. That caused undefined:undefined as an error message 2015-02-23 14:50:09 +01:00