1
0
Fork 0
Commit Graph

831 Commits

Author SHA1 Message Date
Jan Steemann b1f243d296 fixed segfault for too big shapes, make shape collection filesize adaptive 2013-06-20 19:14:14 +02:00
Jan Steemann 955502b0e2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-20 15:48:22 +02:00
Jan Steemann 3cd5facece removed console.log 2013-06-20 15:48:09 +02:00
Jan Steemann d9c0d588f9 added internal.adminDirectory 2013-06-20 15:47:48 +02:00
Heiko Kernbach d86004c626 added selectionfunction for db in router 2013-06-20 14:26:17 +02:00
Heiko Kernbach 97ce6c80fc added dashboard link @navigation 2013-06-20 12:59:24 +02:00
Jan Steemann 235abf1a46 added derived file 2013-06-19 14:04:39 +02:00
Thomas Richter ce80970a77 bug fixed in swagger footer 2013-06-17 10:32:42 +02:00
Jan Steemann 1cc0409258 do not console.log 2013-06-14 09:34:06 +02:00
Heiko Kernbach 5eed48e451 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-13 16:26:34 +02:00
Heiko Kernbach 4ac40289ad jslint + testsuite 2013-06-13 16:26:25 +02:00
Jan Steemann b1bc9b3285 adjust traversal docs and examples 2013-06-13 13:06:48 +02:00
Jan Steemann 9599a021b9 moved some graph traversal validation into the traversal module
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
  don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Thomas Richter e294d1b8c4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 10:42:41 +02:00
Oreste Panaia 81f20c7ba0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 17:03:29 +08:00
Thomas Richter 10dea3e18e droidsans.css path error fixed 2013-06-12 10:41:50 +02:00
Jan Steemann bb7445a547 fixed jslint warnings 2013-06-11 18:47:15 +02:00
Jan Steemann d6ff5ba1f9 moved "About" link into "Links" menu to save space 2013-06-11 18:35:02 +02:00
Michael Hackstein 87b31a54c1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-11 15:59:40 +02:00
Michael Hackstein 4fd8565973 GraphViewer: Fixed import in index html 2013-06-11 15:59:11 +02:00
Thomas Richter 9b6017995c swagger core-api-documentation in html/admin included 2013-06-11 15:38:54 +02:00
Thomas Richter 11fc096873 admin interface swagger api added 2013-06-11 15:10:15 +02:00
Thomas Richter d43ed485bf swagger ui changed and alphabetical sorted 2013-06-11 14:22:23 +02:00
Michael Hackstein 804843d753 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-10 14:11:54 +02:00
Michael Hackstein 7b093d176c GraphViewer: Added first version of a generic Foxx Adapter 2013-06-10 14:11:32 +02:00
Oreste Panaia 35ab2e6f62 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-10 17:05:58 +08:00
Jan Steemann d66e959e62 issue #446: added resizability for JS Shell 2013-06-10 09:28:10 +02:00
Jan Steemann 8131c57ce0 updated CHANGELOG 2013-06-07 16:53:33 +02:00
Jan Steemann 3356055b64 derived files, jslint 2013-06-07 16:41:06 +02:00
Jan Steemann 947b3f9ead added derived file 2013-06-07 14:44:54 +02:00
Jan Steemann dd5c687552 added derived files 2013-06-07 14:21:09 +02:00
Michael Hackstein 3e105873a9 GraphViewer: Added integration testsuite for abstract adapters 2013-06-07 11:08:50 +02:00
Michael Hackstein 0c4237cb23 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-06 16:31:31 +02:00
Michael Hackstein f719a32251 GraphViewer: Added a further abstraction layer for the adapters, makes it much easier to write adapters for different sources like FOXX 2013-06-06 16:30:51 +02:00
Heiko Kernbach 8b2527f572 checked jslint + added js files in makefile.files 2013-06-06 11:23:04 +02:00
Heiko Kernbach b247e9277b removed sourcedelete bug, removed sourcebox autoselection 2013-06-06 10:24:35 +02:00
Oreste Panaia 2afd8a742c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-05 19:53:25 +08:00
Oreste Panaia 8a95c1c2a8 update 2013-06-05 19:52:34 +08:00
Michael Hackstein e7b735fd9a GraphViewer: Added an abstract version of the adapter which does plain handling of nodes, server-connection is implemented in a more specific class 2013-06-04 16:19:56 +02:00
Michael Hackstein 555322214a GraphViewer: Create and Edit dialogs now the correct text on the submit button 2013-06-04 15:00:17 +02:00
Michael Hackstein 8a8dde506f GraphViewer: A add new node button is now contained in the toolbox 2013-06-04 14:46:00 +02:00
Michael Hackstein cbebd8e7ac GraphViewer: The Rectangular nodes now have rounded corners. yay 2013-06-04 13:40:11 +02:00
Michael Hackstein b1f012ef22 GraphViewer: The colour-mapper now also creates a foreground colour. All labels are now readable 2013-06-04 13:28:13 +02:00
Michael Hackstein 826c186de0 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-04 12:51:38 +02:00
Michael Hackstein d6a260d8b4 GraphViewer: The label<-> colour list is now displayed right to the SVG 2013-06-04 12:51:09 +02:00
Jan Steemann 9d31ee088f issue #547: prevent global event bindings 2013-06-04 11:58:24 +02:00
Michael Hackstein 70a5b0c0f9 GraphViewer: The NodeShaperUI is now able to generate the colour<-> label list. 2013-06-04 08:59:34 +02:00
Michael Hackstein 3b8a1fca81 GraphViewer: The colourmapper and NodeShaper can now return the mapping color -> label as a list 2013-06-03 16:06:41 +02:00
Michael Hackstein 19003f160f GraphViewer: Impoved layout of multiline labels 2013-06-03 15:12:04 +02:00
Michael Hackstein 7b1a519f81 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-03 14:59:02 +02:00
Michael Hackstein f80ddd0c09 GraphViewer: Labels are now splitted accordingly into two lines 2013-06-03 14:58:20 +02:00
Heiko Kernbach 591dd91c34 jasmine tests webif 2013-05-31 22:28:45 +02:00
Heiko Kernbach cc290b6504 jslint settings 2013-05-31 19:58:03 +02:00
Heiko Kernbach ed932e153f merging 2013-05-31 19:54:56 +02:00
Heiko Kernbach 771b6873e5 added dolphin test suite (incl. jslint) for webinterface 2013-05-31 19:52:46 +02:00
Michael Hackstein d9718e97a7 GraphViewer: Added a combined dialog to change displayed label and colour for nodes at the same time. This is added to general configuration menu 2013-05-31 18:51:17 +02:00
Michael Hackstein a2a9194b1e GraphViewer: Fixed several tests that did fail 2013-05-31 18:27:10 +02:00
Michael Hackstein 195856216c GraphViewer: By default a rect node is now displayed for better readability of text 2013-05-31 09:07:52 +02:00
Michael Hackstein 5d2008d4bb GraphViewer: A line is now displayed to help connecting two nodes 2013-05-29 13:53:34 +02:00
Michael Hackstein da8b1b759a GraphViewer: The other classes now use the better handleing for SVG events 2013-05-28 10:05:00 +02:00
Michael Hackstein b6e957a058 GraphViewer: EventDispatcher now has a better handling for events bound to SVG 2013-05-28 09:43:23 +02:00
Michael Hackstein e5ee030843 GraphViewer: Optical issues 2013-05-28 09:42:31 +02:00
Michael Hackstein 8c69be6a14 GraphViewer: Added scrolling for the CursorAddition 2013-05-27 15:34:15 +02:00
Michael Hackstein fb7647892a GraphViewer: Added extemporaneous cursor addition for actions 2013-05-27 15:18:55 +02:00
Michael Hackstein 25825bc164 GraphViewer: ArangoAdapter does not join single nodes into communities anymore 2013-05-27 12:29:40 +02:00
Michael Hackstein 4706bafd4c GraphViewer: The Adapter Dialog now offers all available collections 2013-05-27 11:42:05 +02:00
Michael Hackstein 81ba8c5ccb GraphViewer: JSLint issues 2013-05-27 11:11:43 +02:00
Michael Hackstein bad5fec046 GraphViewer: Fixed Optical Issue in admin-graph-tab 2013-05-27 11:08:27 +02:00
Michael Hackstein e024f1b0fe GraphViewer: Improved Similarity Join of Nodes 2013-05-27 10:50:24 +02:00
Michael Hackstein 133ca7c360 GraphViewer: The Arango-Adapter is now able to define a max. amount of children in one expansion step and join further into communities 2013-05-27 10:15:36 +02:00
Michael Hackstein 13bbbe6a03 Fixed test for button-label in GraphViewer UI 2013-05-27 08:50:32 +02:00
Michael Hackstein 6592881302 GraphViewer: The ArangoAdapter can now deliver the available collections 2013-05-24 16:51:58 +02:00
Michael Hackstein fe2825df88 GraphViewer: Optmized layout, there was a miss-typing of a class name 2013-05-24 15:54:37 +02:00
Michael Hackstein a814860c3f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-24 15:21:54 +02:00
Michael Hackstein 866b74d4b6 GraphViewer: Added a function to the node reducer to join nodes based on their similarity if too many child nodes aare added at once 2013-05-24 15:21:26 +02:00
Michael Hackstein 79efa0b2a9 GraphViewer: Changed default values a bit, which is more convenient for graphs with large 1-neighbourhoods 2013-05-24 15:20:15 +02:00
Jan Steemann f3bf3281a3 added js/models to jslint 2013-05-24 11:57:14 +02:00
Michael Hackstein facb80b172 Web-Interface: Fixed #541 2013-05-24 11:04:43 +02:00
Michael Hackstein 4597366eed GraphViewer: Further prefixed UI Element-Ids, they were only unique in scope of different lists 2013-05-23 15:51:01 +02:00
Michael Hackstein cbcad7db60 GraphViewer: Increased Default Min-size of NodeRadius from 1px to 4px 2013-05-23 15:07:59 +02:00
Michael Hackstein d77e78a3fe GraphViewer: The UI now offers the option to switch between directed and undirected graphs 2013-05-23 14:23:52 +02:00
Michael Hackstein cece6d5b4b GraphViewer: Added option to switch between directed and undirected traversals 2013-05-23 14:08:37 +02:00
Michael Hackstein 153e356693 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-23 11:00:06 +02:00
Michael Hackstein a67f7edb28 GraphViewer: In/Outbound counter for nodes is set correctly even after community joins. All Tests pass on usefull browsers and 99% on IE9 2013-05-23 10:59:10 +02:00
Michael Hackstein 65c959e9d6 GraphViewer: Edges are bound to community nodes correctly 2013-05-23 10:30:03 +02:00
Michael Hackstein f196496bd8 GraphViewer: Tests for CommunityNodes and adding edges to them 2013-05-23 09:13:33 +02:00
Heiko Kernbach bebef82c74 added ability for custom charts 2013-05-22 22:33:29 +02:00
Heiko Kernbach 0660035260 fix 2013-05-22 18:29:13 +02:00
Heiko Kernbach fef0d543aa faster detailgraph switching, changed checkbox img 2013-05-22 17:25:15 +02:00
Heiko Kernbach e0e4760abc changed css+radio buttons styling 2013-05-22 17:07:01 +02:00
Michael Hackstein 74179e697d GraphViewer: Added tests for expanding/collapsing of nodes if communitynodes are inside the graph 2013-05-22 16:46:49 +02:00
Heiko Kernbach 4c9dae7870 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-05-22 16:18:26 +02:00
Heiko Kernbach 6a80d3ca63 changed checkbox & graph styling 2013-05-22 16:18:19 +02:00
Michael Hackstein 276b3cf776 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-05-22 14:08:39 +02:00
Michael Hackstein e627714763 GraphViewer: CommunityNodes now tell the outer world how many nodes are inside 2013-05-22 14:08:13 +02:00
Heiko Kernbach fb1dfcfdd8 css + closeable groups 2013-05-22 13:46:24 +02:00
Heiko Kernbach 2070615631 extra class for last checkbox divider 2013-05-22 12:15:30 +02:00
Heiko Kernbach 42b9405404 dashboard css 2013-05-22 11:57:53 +02:00
Michael Hackstein d81d136cb5 GraphViewer: Added the community behaviour to the event lib 2013-05-21 23:32:06 +02:00
Michael Hackstein 0f2560c389 GraphViewer: Implemented rendering Community Nodes as Stars 2013-05-21 21:14:40 +02:00