1
0
Fork 0
Commit Graph

2185 Commits

Author SHA1 Message Date
Jan Steemann 8ae67b32c8 increased wait time 2013-08-29 14:12:54 +02:00
Jan Steemann ac69f8d662 fixed jslint warnings 2013-08-29 13:20:55 +02:00
Jan Steemann 4e496b9dc5 migration from /_admin/html to /_admin/aardvark 2013-08-29 13:19:50 +02:00
Jan Steemann 0aca109a89 removed html/admin, / now redirects to /_admin/aardvark by default 2013-08-29 12:59:56 +02:00
Jan Steemann 3aab2d73c3 add wait time 2013-08-29 11:38:10 +02:00
Jan Steemann a590ba625a introduced Foxx::UnauthorizedError
assign auto-priority for before/after handlers
removed third parameter for before
2013-08-29 11:25:41 +02:00
Jan Steemann eb2dee447c fixed test 2013-08-28 22:50:31 +02:00
Heiko Kernbach dd4efa98db Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-28 10:56:19 +02:00
Jan Steemann ea27f2f995 fixed tests 2013-08-27 16:13:53 +02:00
Jan Steemann 32ff2f7d39 improve assertion counter 2013-08-27 15:07:41 +02:00
Jan Steemann 75c83a22de fixed rotation 2013-08-27 15:07:29 +02:00
Jan Steemann c85b3ade23 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-27 14:40:04 +02:00
Jan Steemann d30e407c4a only create new journal file when requested
make collection.rotate() publicly available
2013-08-27 14:39:28 +02:00
Lucas Dohmen 142405c070 An Ode to Doxygen 2013-08-27 14:16:54 +02:00
Lucas Dohmen 8418235769 Foxx: Delegation from Repository to Collection
This also fixes the Doxygen ****
2013-08-27 12:55:16 +02:00
Lucas Dohmen b23138dbae Foxx: Documentation Fixed, now let's implement this stuff 2013-08-27 12:55:16 +02:00
Lucas Dohmen bc1f68b2ff Foxx: First Step to fix Documentation 2013-08-27 12:55:16 +02:00
Jan Steemann c903229468 small refactoring 2013-08-27 12:45:57 +02:00
Jan Steemann a8bbf3d6b0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-27 12:43:03 +02:00
Jan Steemann 11e6cf6388 fixed jslint warnings 2013-08-27 12:42:53 +02:00
Michael Hackstein a90906ff76 GraphViewer: Fixed an accidentential renaming 2013-08-27 12:40:29 +02:00
Michael Hackstein c7b1485d47 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-08-27 12:30:54 +02:00
Heiko Kernbach 6327c1545c css dashboard 2013-08-27 12:20:49 +02:00
Jan Steemann b598d3443e dirtified jsunity 2013-08-27 12:19:58 +02:00
Jan Steemann 397a73d2f2 fixed tests 2013-08-27 12:19:42 +02:00
Jan Steemann 22c0f3873d Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-27 09:03:23 +02:00
Jan Steemann e6d8687250 added AQL MINUS function 2013-08-26 22:25:30 +02:00
Jan Steemann 783ddfefc2 sort collection names in dfdb 2013-08-26 19:37:57 +02:00
Jan Steemann 40e3ce9bfd fixed web interface paths 2013-08-26 16:35:47 +02:00
Jan Steemann e19f2354a8 made paths absolute 2013-08-26 16:14:14 +02:00
Lucas Dohmen 7b5807d753 Admin Interface is now a real Foxx Application 2013-08-26 15:04:46 +02:00
Jan Steemann 9b8b030a8a added several tests for authentication 2013-08-22 11:18:11 +02:00
Jan Steemann 4aea49e611 fix graph viewer in case one graph is broken 2013-08-21 14:49:49 +02:00
Jan Steemann dbaadcdcd3 updated docs 2013-08-21 14:23:05 +02:00
Jan Steemann 38abd5bf9e issue #576 2013-08-21 14:02:09 +02:00
Jan Steemann 5a7e47f0e5 issue #587 2013-08-21 11:55:40 +02:00
Jan Steemann 3871fb7af3 improved error messages 2013-08-20 11:48:08 +02:00
Jan Steemann 1a6f3c2981 added new error codes 2013-08-20 11:12:08 +02:00
Jan Steemann 5056512a37 mimetypes for fonts 2013-08-20 10:03:38 +02:00
Jan Steemann d5a9fe3578 fixed some test fails 2013-08-19 19:46:22 +02:00
Jan Steemann ec1a18aac5 fixed jslint warnings 2013-08-19 18:59:22 +02:00
Jan Steemann 9f87ef5c17 fixed jslint warnings 2013-08-19 18:51:24 +02:00
Jan Steemann 9eb1752a7e use AQL LIMIT but still return the unlimited count value
Still needs documentation and tests
2013-08-19 18:41:00 +02:00
Thomas Richter 1f9931deba Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-19 15:09:18 +02:00
Jan Steemann 6dcdf5582e added test 2013-08-19 12:36:13 +02:00
Jan Steemann 5a99987673 issue #581: parameter binding for attributes 2013-08-19 12:29:59 +02:00
Thomas Richter 4d9fe423f4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-12 09:42:09 +02:00
Lucas Dohmen 57870f5037 Foxx: Preparing for model support
The `models` hash of a Foxx application is included in the output
for Swagger now.
2013-08-11 08:51:59 +02:00
Lucas Dohmen 503fa74b63 Foxx: Refinement of Query and Path Param methods 2013-08-11 08:51:59 +02:00
Lucas Dohmen 2924d49d60 Foxx: Don't log that an app was mounted in Devel Mode
Less noisy output.
2013-08-09 11:24:04 +02:00
Lucas Dohmen 92b99b8823 Foxx: Don't print `mounted dev app`
You can see which dev apps are mounted in aadvark (soon)
2013-08-09 11:04:20 +02:00
Lucas Dohmen 48858cbc84 Foxx: Repositories are easy now 2013-08-08 17:52:07 +02:00
Lucas Dohmen 94c971af9b Foxx: body and rawBody 2013-08-08 11:50:34 +02:00
Lucas Dohmen f0f95148e0 Foxx: Optional fourth parameter for errorHandler for ellaborate hackers 2013-08-08 11:28:09 +02:00
Lucas Dohmen bfb01c0986 Foxx: New Version of the errorResponse function 2013-08-08 11:28:09 +02:00
Frank Celler 487af3bc0d fixed (hacked) display of swagger for dev apps 2013-08-07 13:30:28 +02:00
Frank Celler 8ed7a0115b added transformation 2013-08-07 11:41:49 +02:00
Frank Celler ca15e530c0 fixed purge by id, added install from dir, setup 2013-08-06 19:49:06 +02:00
Lucas Dohmen 7eabb27254 Foxx: Use parsed comments as docs 2013-08-06 18:08:06 +02:00
Lucas Dohmen 1819e90b2e Foxx: Preparing existing Tests for new context methods 2013-08-06 17:02:52 +02:00
Lucas Dohmen eeb8b60290 Foxx Manager: Provide the `comment` functionality on applicationContext 2013-08-06 16:40:41 +02:00
Lucas Dohmen 2a382abffa applicationContext, not appContext 2013-08-06 16:38:19 +02:00
Lucas Dohmen f0a2aeef4a Foxx: Source Code Transformer is done 2013-08-06 16:13:50 +02:00
Lucas Dohmen 43dcf6c64b Foxx: Separated the idea of documentation and the concept of annotation
Also making Swagger Docs swappable by putting it into its own class.
2013-08-06 10:21:39 +02:00
Lucas Dohmen 0f6009a3ba Foxx: Tear apart Foxx.Application 2013-08-05 20:10:28 +02:00
Lucas Dohmen 366e258ec7 Foxx: JSLint 2013-08-05 17:05:32 +02:00
Lucas Dohmen b374054740 Foxx: Format Middleware is now optional 2013-08-05 17:05:32 +02:00
Lucas Dohmen ac3cedda34 Foxx: Separating Templates entirely (Step 2) 2013-08-05 16:13:52 +02:00
Lucas Dohmen c9b48f13cd Foxx: Separating Template Middleware from Base, Step 1 2013-08-05 16:13:51 +02:00
Lucas Dohmen fc4b86507f Foxx: BaseMiddleware only used internal
If you really need it, you can require it directly
2013-08-05 16:13:51 +02:00
Lucas Dohmen b19d3c69fb Foxx: BaseMiddleware Tests pulled out 2013-08-05 16:13:51 +02:00
Lucas Dohmen b3dd4d7b59 Foxx: Model tests pulled out 2013-08-05 13:41:02 +02:00
Lucas Dohmen 6cef711a7b Foxx: Repository tests pulled out 2013-08-05 13:33:06 +02:00
Lucas Dohmen e34683c57c Foxx: Split into multiple sub modules 2013-08-05 12:45:22 +02:00
Jan Steemann 5f1bfcf9cd documentation for replication 2013-08-02 15:28:30 +02:00
Jan Steemann 1fc1bb108d added replication client tests 2013-08-02 11:45:55 +02:00
Jan Steemann e86fff18e2 added chunkSize for replication-applier 2013-08-02 11:03:54 +02:00
Jan Steemann 9b6b6e669d added `totalEvents` for logger 2013-08-02 10:11:13 +02:00
Jan Steemann d8690e5fa6 make collection revision id a real revision id 2013-08-02 09:37:46 +02:00
Lucas Dohmen 44936466fe Foxx: Review of the User Manual 2013-08-01 15:21:15 -04:00
Jan Steemann a7c5350455 added server-id method 2013-08-01 18:27:42 +02:00
Jan Steemann e739089280 extended tests 2013-08-01 17:57:24 +02:00
Jan Steemann f1418ec667 updated tests and docs 2013-08-01 16:53:29 +02:00
Jan Steemann 949c194653 updated replication configuration 2013-08-01 15:50:30 +02:00
Jan Steemann c2611f567a bugfixed cap constraint 2013-08-01 13:17:38 +02:00
Jan Steemann 48fbdb1b6a cap constraint for replication logger 2013-07-31 16:56:56 +02:00
Jan Steemann 3411b4600b issue #576 2013-07-31 12:43:21 +02:00
Jan Steemann 936fb6c6a6 better progress reports for replication applier 2013-07-31 10:01:56 +02:00
Jan Steemann 5ea6e7c8ad removed misleading error message 2013-07-31 09:04:19 +02:00
Jan Steemann 78601319fb updated replication API 2013-07-30 18:40:35 +02:00
Jan Steemann 461001efd2 split of initial and continuous sync, currently not working 2013-07-30 14:13:49 +02:00
Jan Steemann 002ebd48bc removed all replication conditionals 2013-07-30 13:16:37 +02:00
Jan Steemann 6b5900e8e0 updated replication api 2013-07-30 09:54:39 +02:00
Jan Steemann e368ab7a71 fix doxygen errors 2013-07-29 13:17:16 +02:00
Jan Steemann 8d1cdad76a added updateSession 2013-07-29 11:33:39 +02:00
Frank Celler f978730b25 fixed tests 2013-07-29 10:53:59 +02:00
Frank Celler 4658c91518 fixed tests 2013-07-28 20:33:41 +02:00
Jan Steemann 762e072ee8 allow different collection names 2013-07-28 16:29:53 +02:00
Jan Steemann 43bec2baf0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-28 16:02:30 +02:00
Jan Steemann ec6792e11e added authentication 2013-07-28 16:02:21 +02:00
Frank Celler d4115c60ba removed deployment tool 2013-07-28 14:15:38 +02:00
Frank Celler f2586c4150 updated Foxx documentation 2013-07-28 13:59:01 +02:00
Frank Celler 5ebd14418d Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-27 19:59:35 +02:00
Frank Celler e6acd403ac updated documentation 2013-07-27 19:59:28 +02:00
Jan Steemann 605f693df6 user management, not yet ready 2013-07-27 18:18:23 +02:00
Jan Steemann 70e71e2cad fixed foxx test 2013-07-27 17:29:51 +02:00
Jan Steemann 9a5a1b02c1 fixed server crash when using firstExample/byExample in a transaction 2013-07-27 17:25:57 +02:00
Thomas Richter 5e7659ad65 merge 2013-07-27 15:14:51 +02:00
Frank Celler 717851ddfe Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-27 14:56:56 +02:00
Frank Celler 8ee008f35e fixed actions for common prefix 2013-07-27 14:56:48 +02:00
Thomas Richter a564d1decd Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-27 14:49:53 +02:00
Thomas Richter 56ec155df4 some remarks 2013-07-27 14:49:42 +02:00
Jan Steemann 7fa878b015 updated online docs for arangosh 2013-07-27 14:42:07 +02:00
Frank Celler f3e7b10e3a fixed overwrite of routes with same path 2013-07-27 14:26:30 +02:00
Frank Celler ae7bf284ef fixed overwrite of routes with same path 2013-07-27 14:22:37 +02:00
Frank Celler f2fde8a7d9 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-27 14:21:05 +02:00
Jan Steemann 834e37cbc9 fixed before/after 2013-07-27 14:20:26 +02:00
Frank Celler 79c9c51b88 fixed overwrite of routes with same path 2013-07-27 14:19:34 +02:00
Jan Steemann 2a30b068bf simplified options 2013-07-27 13:43:22 +02:00
Jan Steemann 9602d2ee3d make jslint happy 2013-07-27 00:29:26 +02:00
Jan Steemann b4d88f3484 added tests 2013-07-27 00:28:24 +02:00
Jan Steemann d9106c665e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-27 00:09:50 +02:00
Jan Steemann e906c8750c tests for fm 2013-07-27 00:09:42 +02:00
Frank Celler e662bbbffb Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-27 00:03:22 +02:00
Frank Celler dc247ed1f8 fixed pathHandler and logging 2013-07-27 00:03:16 +02:00
Jan Steemann cc5ae9d1bc added purge() 2013-07-26 23:57:00 +02:00
Frank Celler a20db01143 fixed install 2013-07-26 23:13:11 +02:00
Frank Celler caa9161d2f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 23:10:13 +02:00
Frank Celler d4ae3d280a fixed wrong app id 2013-07-26 23:10:03 +02:00
Jan Steemann 3f3560a47d Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 23:08:25 +02:00
Jan Steemann 1f6b554f6b fixed accessing undefined property 2013-07-26 23:08:12 +02:00
Frank Celler 5820afd507 merged 2013-07-26 23:01:22 +02:00
Frank Celler 37fdbd9413 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 22:53:02 +02:00
Frank Celler ebce19f792 merged 2013-07-26 22:52:52 +02:00
Jan Steemann 5c4bb665f1 added info about prefab fm object 2013-07-26 22:47:14 +02:00
Jan Steemann 6d4a58e625 generate foxx-manager man page 2013-07-26 22:46:58 +02:00
Frank Celler f5016a2ce9 cleanup 2013-07-26 22:46:53 +02:00
Jan Steemann 44d6aecef1 options 2013-07-26 20:05:55 +02:00
Jan Steemann 59a31d064a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 18:15:59 +02:00
Jan Steemann 7bba8fee24 fixed broken functions 2013-07-26 18:15:52 +02:00
Frank Celler 80a93cefc2 fixed missing prefix 2013-07-26 18:03:53 +02:00
Frank Celler 3be9f4627a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 17:21:07 +02:00
Frank Celler ca2cfc35e3 removed unneccessary routing computation 2013-07-26 17:20:51 +02:00
Jan Steemann e7b592309e fixed invalid logging 2013-07-26 17:08:29 +02:00
Jan Steemann 6380485007 unified column order 2013-07-26 17:03:51 +02:00
Jan Steemann 52e3578f09 sort versions in info 2013-07-26 16:58:07 +02:00
Jan Steemann 1ba62f1a92 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 16:36:35 +02:00
Jan Steemann 26f4a467f0 system applications 2013-07-26 16:36:24 +02:00
Michael Hackstein c2cfce9bfd Fixed error message 2013-07-26 15:53:58 +02:00
Jan Steemann 75232bd11a less output for help 2013-07-26 15:49:32 +02:00
Jan Steemann 0973ef8480 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 15:48:28 +02:00
Jan Steemann 528563caf1 improved output 2013-07-26 15:48:16 +02:00
Michael Hackstein 39780c6717 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 15:37:45 +02:00
Michael Hackstein 2979bd9863 Aardvark: Moved repositories to libs as they do not need personal collections 2013-07-26 15:37:36 +02:00
Jan Steemann 916c1bc685 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 15:21:49 +02:00
Jan Steemann 1d0addcee0 jslint 2013-07-26 15:21:28 +02:00
Frank Celler 56215083e0 erge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 15:16:56 +02:00
Frank Celler 780ae83d58 fixed teardown 2013-07-26 15:16:50 +02:00
Jan Steemann e1b28a41a8 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 15:15:40 +02:00
Jan Steemann 1bdc4fad8d make update() transactional 2013-07-26 15:14:51 +02:00
Michael Hackstein 4dbb2c5ab4 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 15:14:41 +02:00
Michael Hackstein fab8ba533f The Foxx will now throw an error whenever a repository is created but no collection with the given name exists 2013-07-26 15:14:34 +02:00
Jan Steemann 5fa759a1e5 make jslint happy 2013-07-26 15:10:55 +02:00
Jan Steemann fc3df1aded Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 14:58:22 +02:00
Jan Steemann 94051a74c3 return error code from foxx-manager 2013-07-26 14:58:03 +02:00
Jan Steemann aa9209b888 fixed thumbnails 2013-07-26 14:46:33 +02:00
Frank Celler 52af46542e fixed missing argument 2013-07-26 14:42:43 +02:00
Frank Celler 2a8ba0eb98 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 14:24:24 +02:00
Frank Celler ee6c43e2a9 fixed context 2013-07-26 14:24:10 +02:00
Michael Hackstein a121f0e1f3 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-26 13:55:11 +02:00
Michael Hackstein be5cda29db Fixed swagger generation as apps are no more contained in the routing table 2013-07-26 13:54:58 +02:00
Frank Celler fc96e7fe9c add uninstall 2013-07-26 13:47:22 +02:00
Jan Steemann bb39e04d09 make fm available globally 2013-07-26 13:43:32 +02:00
Jan Steemann 8ebedc5b8e switched to arangodb 2013-07-26 13:14:02 +02:00
Jan Steemann 1ebad05300 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-26 13:04:15 +02:00
Jan Steemann 4dfdb13d4d improved tabular output 2013-07-26 13:03:59 +02:00
Frank Celler a708f7d585 better error handling 2013-07-26 12:36:12 +02:00
Jan Steemann 550bedacbb jslint 2013-07-26 12:24:44 +02:00
Jan Steemann 4761885899 added help() 2013-07-26 12:23:16 +02:00
Jan Steemann b741209348 handle errors 2013-07-26 11:28:25 +02:00
Jan Steemann 7e5fae6bee fixed jslint warning 2013-07-26 11:20:09 +02:00
Jan Steemann 0be118ba74 removed nickname() 2013-07-26 11:18:40 +02:00
Lucas Dohmen 8ec4887973 Foxx: No more nickname method – is set automatically
Happy hacking, @fceller, @mchacki and @jsteemann 😉
2013-07-25 22:27:10 +02:00
Lucas Dohmen 84a311fac6 Tiny renaming in test 2013-07-25 21:30:13 +02:00
Lucas Dohmen 42c06b765c Foxx: toJSON splitted into forDB and forClient 2013-07-25 21:28:42 +02:00
Frank Celler 62b61ab12a fixed tests 2013-07-25 18:48:31 +02:00
Frank Celler 45aff333da Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-25 18:33:32 +02:00
Frank Celler 709e09d04e added install command 2013-07-25 18:33:24 +02:00
Frank Celler 1b6dfad627 new name convention 2013-07-25 17:25:39 +02:00
Jan Steemann 227e6546c0 fixed jslint warnings 2013-07-25 16:35:21 +02:00
Jan Steemann 7715c3a6d1 added `replicate` flag to documentation 2013-07-25 16:31:50 +02:00
Jan Steemann 95a0f9dfb4 added GET /_api/graph 2013-07-25 15:56:08 +02:00
Jan Steemann 70b49c1cf6 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-25 14:14:03 +02:00
Jan Steemann 051e898a8a updated replication documentation 2013-07-25 14:13:53 +02:00
Frank Celler 2a3ac8e32f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-25 13:48:16 +02:00
Frank Celler 25d2418d5a new foxxes 2013-07-25 13:48:09 +02:00
Frank Celler c213c57837 added dev teardown and setup 2013-07-25 13:34:59 +02:00
Jan Steemann 3113fa30ee fixed jslint warnings 2013-07-25 11:38:07 +02:00
Jan Steemann 378e8313f3 added replication docs 2013-07-25 10:54:04 +02:00
Frank Celler 78809a5cc8 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-25 10:05:17 +02:00