1
0
Fork 0
Commit Graph

13507 Commits

Author SHA1 Message Date
Frank Celler 89dbc6d04a Merge pull request #902 from triAGENS/foxx_repository
[WIP] Foxx.Repository should provide more methods
2014-06-16 20:16:56 +02:00
Frank Celler f761f85b2b see issue #904 2014-06-16 20:15:57 +02:00
Michael Hackstein 294758a20b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-16 17:05:01 +02:00
Michael Hackstein ed3ac7d95b Added Descriptions to HttpGraph Interface documentation 2014-06-16 17:04:57 +02:00
scottashton ef6ed992f1 fixed typos in docs 2014-06-16 16:58:42 +02:00
scottashton 9917d68129 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-06-16 16:33:46 +02:00
scottashton cc3eff2a1e added documentation for ahuacatl 2014-06-16 16:33:40 +02:00
Lucas Dohmen dbfbd994cb Merge pull request #905 from triAGENS/jasmine
[WIP] Add Support for Jasmine in our ArangoDB JavaScript Tests
2014-06-16 16:32:55 +02:00
Michael Hackstein f0d65ce57b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-16 16:29:38 +02:00
Michael Hackstein b110cf044f The code block reader is now able to replace ARANGOSH_OUTPUT statements 2014-06-16 16:29:34 +02:00
Michael Hackstein f8969a5de2 Added more code examples to the graph module 2014-06-16 16:28:48 +02:00
Michael Hackstein 305d0ed39c Added more to the HTTP Graph documentation, not yet finished 2014-06-16 16:28:16 +02:00
gschwab d8bd638951 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-06-16 16:22:54 +02:00
gschwab 6fe06843fe manually merged docu into mdpp 2014-06-16 16:22:49 +02:00
Lucas Dohmen 5abece1642 Make the output format configurable from the outside 2014-06-16 15:59:49 +02:00
Lucas Dohmen 8e22d4ef42 Refactoring Jasmine Wrapper 2014-06-16 15:55:45 +02:00
Lucas Dohmen 912b2cfd93 Jasmine: Execute in sandbox 2014-06-16 15:13:23 +02:00
scottashton 252d320795 jslinted code 2014-06-16 15:03:54 +02:00
scottashton b8d2c7f0f6 resolve merge conflict 2014-06-16 14:59:14 +02:00
Jan Steemann 9690c26d67 jslint 2014-06-16 14:48:52 +02:00
scottashton 99be3816b3 optimized dijsktra search 2014-06-16 14:44:34 +02:00
Alan Plum ef0210830b Fixed appContext reference in manifest cfg. 2014-06-16 14:43:11 +02:00
Lucas Dohmen 403cdd80b6 Refactor Test Runner 2014-06-16 14:39:40 +02:00
Lucas Dohmen b5764513d9 Extracted the test runner from jsunity 2014-06-16 14:39:40 +02:00
Lucas Dohmen f939c8de08 Removed the unused Coverage functionality 2014-06-16 14:39:40 +02:00
Lucas Dohmen db5470ae6c Execute Jasmine specs via arangod --javascript.unit-test 2014-06-16 14:39:40 +02:00
Lucas Dohmen b0ce561546 Implemented `pending` 2014-06-16 14:39:40 +02:00
Lucas Dohmen 61fb82bb45 Refactoring of Jasmine functionality 2014-06-16 14:39:40 +02:00
Lucas Dohmen 67f05c4d62 Spec Executor 2014-06-16 14:39:40 +02:00
Lucas Dohmen 4b1097a110 Status Code 2014-06-16 14:39:39 +02:00
Lucas Dohmen bf34e5f870 Reporter can now also have a dot format 2014-06-16 14:39:39 +02:00
Lucas Dohmen 7ca09cbf85 Really fancy reporter 2014-06-16 14:39:39 +02:00
Lucas Dohmen eade04cb17 Cleaned up and prettified the reporter 2014-06-16 14:39:39 +02:00
Lucas Dohmen 8c8fd7b72b First steps towards integrating Jasmine 2014-06-16 14:39:39 +02:00
gschwab 7318417cf8 made make 2014-06-16 14:36:28 +02:00
gschwab 2514183982 jslint 2014-06-16 14:30:42 +02:00
gschwab 229834f5a4 fixed merge conflicts 2014-06-16 14:27:47 +02:00
gschwab 3943fdeb13 refactored orphan treatment for guacamole belongings 2014-06-16 14:16:21 +02:00
Frank Celler 50b6533d0d added configuration to manifest, install and mount
Conflicts:
	js/server/modules/org/arangodb/foxx/manager.js
2014-06-16 12:57:17 +02:00
Michael Hackstein fdd2b6f791 Moved newest version of general graph into web interface 2014-06-16 09:09:05 +02:00
Michael Hackstein dc3e3703cc Solved uniqueness conflicts for generated examples 2014-06-15 23:12:26 +02:00
Michael Hackstein 348c4c313a Added a general readme file for the http documentation of the general graph module 2014-06-15 23:02:37 +02:00
Michael Hackstein 2ffd4f2167 Added further links for the graph module in the gitbook 2014-06-15 22:53:51 +02:00
Michael Hackstein b8e96d54ba Started adding examples to the http graph module 2014-06-15 22:42:51 +02:00
Michael Hackstein 5c994b6fbf Started adding links for the graph http module in the gitbook 2014-06-15 22:40:29 +02:00
Michael Hackstein b986d7baf6 Fixes #894 in Safari + Chrome. Firefox is broken due to a bug in our jQuery version (offset is returning a random value...). IE to be tested. 2014-06-13 17:32:28 +02:00
Michael Hackstein 976781b04e Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-13 16:41:53 +02:00
Michael Hackstein fdece972d0 Added tests for vertex and edge collection lists in http interface. Added docu for _list in general-graph module 2014-06-13 16:41:48 +02:00
Jan Steemann 4f60fca3de added DEPRECATED.md 2014-06-13 16:36:01 +02:00
Lucas Dohmen 80ab3968bd Foxx: Adjust structure & content of documentation and code of Repository 2014-06-13 15:47:52 +02:00