1
0
Fork 0
Commit Graph

18923 Commits

Author SHA1 Message Date
Michael Hackstein 1e4ba6e09b Removed appId and inserted a action stub to register the routing table for one foxx app. 2015-01-19 15:52:41 +01:00
Michael Hackstein 873a5b409e Style fixes 2015-01-19 15:23:56 +01:00
Michael Hackstein 620243fc18 The new modules arangoApp and routing now are able to create an app including a context. Also the routing information is created in the routing file. Now has to be included into the routing table 2015-01-19 15:08:24 +01:00
Michael Hackstein 8121702af9 Moved ArangoApp to its own file. It is not contained in bootstrap modules anymore 2015-01-19 13:20:03 +01:00
Frank Celler 1db9172773 actions and mounts 2015-01-19 10:12:37 +01:00
Frank Celler b80708ebfa fixed app context 2015-01-18 20:58:00 +01:00
Frank Celler bd2a698ab6 Merge branch 'foxx-pathes' of github.com:triAGENS/ArangoDB into foxx-pathes 2015-01-18 12:29:39 +01:00
Frank Celler d7c8c3004e cleanup of routing 2015-01-17 23:18:34 +01:00
Frank Celler 75123b5bc8 added startDocuBlock 2015-01-17 23:18:25 +01:00
Michael Hackstein 82af3205b3 Created a new import section in the foxx manager. And made the wrapped function complete. Keeped legacy code as comment. 2015-01-16 17:58:52 +01:00
Michael Hackstein 66d5fc432c Adapted foxx manager api to new codebase. 2015-01-16 17:37:01 +01:00
Michael Hackstein 8b75ff9fdb Added a nother section for exports 2015-01-16 17:24:41 +01:00
Michael Hackstein ed53903780 Adapted client side foxx manager to new code base. Simplified it a lot 2015-01-16 17:24:10 +01:00
Michael Hackstein 8340aaea22 Merge branch 'foxx-pathes' of github.com:triAGENS/ArangoDB into foxx-pathes 2015-01-16 16:16:47 +01:00
Michael Hackstein 6c8059c8b4 Added a function to get the JSON information for one mount point 2015-01-16 16:16:24 +01:00
Michael Hackstein 562850fdd9 The ArangoApp in modules now takes a configuration and exports the configuration to be stored in a collection 2015-01-16 16:16:24 +01:00
Michael Hackstein c549ee28d9 Foxx Manager now allows to install, setup, teardown, uninstall, replace and upgrade apps with new folder structure. Routing is not yet implemented 2015-01-16 16:16:23 +01:00
Michael Hackstein efc6737743 The new foxx apps now store themselfes in a collection. One can list all applications and all development applications. 2015-01-16 16:16:23 +01:00
Michael Hackstein 5cf56013f5 Moved description computation from moduels to manager. And deleted obsolete code 2015-01-16 16:16:23 +01:00
Michael Hackstein 720703714b Moved some code from the module into foxx manager 2015-01-16 16:16:23 +01:00
Michael Hackstein c4a2897771 Started with new install implementation. It now allows to copy the source files to correct location from GIT, http(s) and local folder or local zip 2015-01-16 16:16:23 +01:00
Frank Celler d897d72a8a new module routing 2015-01-16 16:16:23 +01:00
Michael Hackstein bd014bc402 Stub for install on server side 2015-01-16 16:16:22 +01:00
Michael Hackstein d7f17ee1d1 Removed foxx store and client foxx manager dependency on common/bootstrap/module 2015-01-16 16:16:22 +01:00
Michael Hackstein 39edb08e9d Created a foxx store module that wraps around the foxx application store. It is now used from the client and server side foxx manager 2015-01-16 16:16:22 +01:00
Michael Hackstein d00b051d0d Setup and teardown of foxx apps and foxx dev apps should now print their errors properly 2015-01-16 16:16:22 +01:00
Michael Hackstein 7fb501a0a8 Started to tear appart the error handling in current devel mode. It will now print with a much closer relation to their source 2015-01-16 16:16:22 +01:00
Michael Hackstein 29a3dba9c6 Setup and teardown of foxx apps and foxx dev apps should now print their errors properly 2015-01-16 16:15:36 +01:00
Michael Hackstein 8300296679 Started to tear appart the error handling in current devel mode. It will now print with a much closer relation to their source 2015-01-16 16:15:36 +01:00
Michael Hackstein 506665c68c Added a function to get the JSON information for one mount point 2015-01-16 16:15:06 +01:00
Michael Hackstein 420434666c The ArangoApp in modules now takes a configuration and exports the configuration to be stored in a collection 2015-01-16 15:55:58 +01:00
Michael Hackstein bb878dfb6d Foxx Manager now allows to install, setup, teardown, uninstall, replace and upgrade apps with new folder structure. Routing is not yet implemented 2015-01-16 15:55:11 +01:00
Michael Hackstein b63f20767e The new foxx apps now store themselfes in a collection. One can list all applications and all development applications. 2015-01-16 13:52:50 +01:00
Michael Hackstein 6feed25079 The foxx generator in web interface will now also generate a read single document route 2015-01-15 15:52:33 +01:00
Jan Steemann 957fa189d2 better diagnostics for arangoimp 2015-01-15 13:42:31 +01:00
Michael Hackstein 58a5d84c08 Moved description computation from moduels to manager. And deleted obsolete code 2015-01-15 13:03:30 +01:00
Michael Hackstein e3e2c227f5 Moved some code from the module into foxx manager 2015-01-15 11:26:20 +01:00
Willi Goesgens 786d7e1947 Take care for successfull shutdown, so we see whether we have crashes after the last test. 2015-01-15 11:24:55 +01:00
Willi Goesgens ee1a2e4ce1 One more token which we mustn't treat as testcase name. 2015-01-15 09:20:24 +01:00
Michael Hackstein 6ad21590e6 Started with new install implementation. It now allows to copy the source files to correct location from GIT, http(s) and local folder or local zip 2015-01-14 18:20:55 +01:00
Jan Steemann 338510625c do not tamper with result if non-object 2015-01-14 17:27:59 +01:00
Willi Goesgens 3a1a0b5c29 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-01-14 17:20:27 +01:00
Willi Goesgens c641b2214b - Use a predefined array to differenciate between informational & payload members of the testresults structure.
- Only report failure if we occur extraordinary server vanishes.
2015-01-14 17:19:02 +01:00
Jan Steemann 7518f09895 updated CHANGELOG 2015-01-14 17:10:30 +01:00
Jan Steemann 69a698ed7c fix wording 2015-01-14 17:08:10 +01:00
Jan Steemann bbcb32e664 added missing file 2015-01-14 17:07:55 +01:00
Jan Steemann 5abfeca10c fixed invalid result for fm.rescan() 2015-01-14 17:07:29 +01:00
Frank Celler 6ff45b34b8 new module routing 2015-01-14 16:42:42 +01:00
Michael Hackstein 99a6e1aa0b Stub for install on server side 2015-01-14 15:31:00 +01:00
Michael Hackstein e7f08e04db Removed foxx store and client foxx manager dependency on common/bootstrap/module 2015-01-14 14:57:40 +01:00