Alan Plum
|
40f3e268dd
|
Adjusted injector naming.
|
2014-06-18 11:09:40 +02:00 |
Alan Plum
|
282be72c5c
|
Implemented controller dependency injection.
|
2014-06-18 01:17:10 +02:00 |
Lucas Dohmen
|
5057400e18
|
Repository#all
|
2014-06-17 17:34:55 +02:00 |
Lucas Dohmen
|
d57f88507b
|
Foxx: Add examples for each of the methods of Repository
|
2014-06-17 15:19:19 +02:00 |
scottashton
|
094809bdf8
|
more docs
|
2014-06-17 11:43:21 +02:00 |
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 |
scottashton
|
ef6ed992f1
|
fixed typos in docs
|
2014-06-16 16:58:42 +02:00 |
scottashton
|
cc3eff2a1e
|
added documentation for ahuacatl
|
2014-06-16 16:33:40 +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 |
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 |
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
|
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 |
Lucas Dohmen
|
80ab3968bd
|
Foxx: Adjust structure & content of documentation and code of Repository
|
2014-06-13 15:47:52 +02:00 |
Lucas Dohmen
|
120ecaa000
|
JSLint
|
2014-06-13 11:00:57 +02:00 |
Lucas Dohmen
|
87987b7a14
|
Merge pull request #897 from pluma/foxx-context-collection-method
Added `collection` method to Foxx applicationContext
|
2014-06-12 16:41:50 +02:00 |
Lucas Dohmen
|
4dbaa665ac
|
Merge pull request #895 from pluma/sugary-foxx-exports
More sugary Foxx exports
|
2014-06-12 16:39:57 +02:00 |
Alan Plum
|
477cec53aa
|
Cleaned up stray whitespace.
|
2014-06-12 15:57:39 +02:00 |
Alan Plum
|
c935ea6d20
|
Fixed reference to context.
|
2014-06-12 15:54:01 +02:00 |
Lucas Dohmen
|
d12e993289
|
Merge pull request #896 from pluma/foxx-no-required-controllers
Allow controller-free Foxx apps
|
2014-06-12 15:38:20 +02:00 |
Alan Plum
|
251f237184
|
Renamed Foxx.app -> Foxx.requireApp.
|
2014-06-12 15:14:09 +02:00 |
Alan Plum
|
fdea995b6e
|
Deprecated Foxx.Controller#collection.
|
2014-06-12 15:12:05 +02:00 |
Alan Plum
|
41a82d9726
|
Added friendlier wrapper for manager.mountedApp.
|
2014-06-12 15:09:02 +02:00 |
Alan Plum
|
9857fa571e
|
Allow controller-free apps.
|
2014-06-12 15:08:46 +02:00 |
Alan Plum
|
e7f6aecaf5
|
Added collection method to Foxx applicationContext.
|
2014-06-12 15:07:18 +02:00 |
Lucas Dohmen
|
38bf144496
|
Foxx: Documentation for extended bodyParam functionality
|
2014-06-12 15:02:47 +02:00 |
Lucas Dohmen
|
b5529ac37e
|
Introduce optional root element for body params
|
2014-06-12 15:02:46 +02:00 |
Lucas Dohmen
|
e24d344016
|
Add option for the rootElement and make it available via appContext
|
2014-06-12 15:02:46 +02:00 |
Lucas Dohmen
|
d4a6250fc2
|
Foxx: Body Params can optionally take more than one object
|
2014-06-12 15:02:46 +02:00 |
Frank Celler
|
1aa671ed8c
|
fixed string constraints
|
2014-06-12 13:42:46 +02:00 |
scottashton
|
e6d68e6070
|
finished documenation for aql graph
|
2014-06-12 10:43:20 +02:00 |
Frank Celler
|
299b99ed00
|
fixed check-version for empty directory
|
2014-06-11 19:30:12 +02:00 |
scottashton
|
f4b67ed01d
|
jslinted
|
2014-06-11 16:04:15 +02:00 |
scottashton
|
5bb6a22e82
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-06-11 15:45:46 +02:00 |
scottashton
|
8209796f7c
|
added documentation to ahuacatl general graph functions and refactored common_Neighbors and common_properties
|
2014-06-11 15:45:31 +02:00 |
Frank Celler
|
57bb47185b
|
moved try/catch block to the top of routing chain
|
2014-06-10 22:57:10 +02:00 |
Heiko Kernbach
|
eb08541171
|
foxx apps install now via github
|
2014-06-10 15:21:27 +02:00 |
Michael Hackstein
|
fdb79e26d1
|
The foxx manager now throws a more useful error if the fetched file is already on the server
|
2014-06-06 15:40:19 +02:00 |
Michael Hackstein
|
920cf4b7c3
|
Added fetchFromGithub to server-side foxx manager. Makes it a lot easier to update an already installed foxx from aardvark
|
2014-06-06 15:00:26 +02:00 |
scottashton
|
fe621c1723
|
finished measurements
|
2014-06-05 16:59:43 +02:00 |
Frank Celler
|
8dc8600eb1
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/server/modules/org/arangodb/foxx/model.js
|
2014-06-03 17:20:18 +02:00 |
Frank Celler
|
44aefb2344
|
added mountedApp
|
2014-06-03 17:19:03 +02:00 |
scottashton
|
5ef0371ad6
|
make jslint stop nagging
|
2014-06-03 16:31:44 +02:00 |
scottashton
|
af4d4e6d25
|
make jslint stop nagging
|
2014-06-03 16:30:23 +02:00 |
gschwab
|
859f104c5d
|
jslint
|
2014-06-03 16:29:46 +02:00 |
scottashton
|
8f347f2b54
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-06-03 16:25:26 +02:00 |
scottashton
|
006eb3b61b
|
calculation of measurements for graphs added and changed calculation of shortst paths to Floyd–Warshall algorithm
|
2014-06-03 16:25:13 +02:00 |
Frank Celler
|
2b29c627cf
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-06-03 15:56:58 +02:00 |
Frank Celler
|
2dfe5ceb76
|
only use next action if not restarting
|
2014-06-03 15:52:41 +02:00 |